We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bf0a7c commit 2fd557cCopy full SHA for 2fd557c
.circleci/config.yml
@@ -57,7 +57,7 @@ jobs:
57
name: Download project dependencies
58
command: helm dependency update
59
working_directory: ./packages/deep-microservice-analysis
60
- - upgrade-helm-chart:
+ - helm/upgrade-helm-chart:
61
chart: "./packages/deep-microservice-analysis"
62
helm-version: "v3.7.2"
63
namespace: "default"
@@ -277,7 +277,7 @@ jobs:
277
# - run:
278
# name: Uninstall previous MongoDB chart
279
# command: helm uninstall mongodb-latest
280
281
chart: "bitnami/mongodb"
282
version: "11.0.3"
283
0 commit comments