Skip to content

Commit 2fd557c

Browse files
committed
Added helm to upgrade command
1 parent 8bf0a7c commit 2fd557c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
name: Download project dependencies
5858
command: helm dependency update
5959
working_directory: ./packages/deep-microservice-analysis
60-
- upgrade-helm-chart:
60+
- helm/upgrade-helm-chart:
6161
chart: "./packages/deep-microservice-analysis"
6262
helm-version: "v3.7.2"
6363
namespace: "default"
@@ -277,7 +277,7 @@ jobs:
277277
# - run:
278278
# name: Uninstall previous MongoDB chart
279279
# command: helm uninstall mongodb-latest
280-
- upgrade-helm-chart:
280+
- helm/upgrade-helm-chart:
281281
chart: "bitnami/mongodb"
282282
version: "11.0.3"
283283
helm-version: "v3.7.2"

0 commit comments

Comments
 (0)