Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
157a3b05
"vscode:/vscode.git/clone" did not exist on "c82f477dcc4b1019f3e9b1ab7366169b58a08030"
Unverified
Commit
157a3b05
authored
Jul 17, 2025
by
Biswa Panda
Committed by
GitHub
Jul 17, 2025
Browse files
fix: incorrect helm upgrade command (#2000)
parent
0dfca2cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
deploy/cloud/helm/deploy.sh
deploy/cloud/helm/deploy.sh
+1
-1
No files found.
deploy/cloud/helm/deploy.sh
View file @
157a3b05
...
@@ -195,5 +195,5 @@ helm upgrade --install dynamo-platform ./platform/ \
...
@@ -195,5 +195,5 @@ helm upgrade --install dynamo-platform ./platform/ \
--namespace
${
NAMESPACE
}
\
--namespace
${
NAMESPACE
}
\
--set
"dynamo-operator.controllerManager.manager.image.repository=
${
DOCKER_SERVER
}
/dynamo-operator"
\
--set
"dynamo-operator.controllerManager.manager.image.repository=
${
DOCKER_SERVER
}
/dynamo-operator"
\
--set
"dynamo-operator.controllerManager.manager.image.tag=
${
IMAGE_TAG
}
"
\
--set
"dynamo-operator.controllerManager.manager.image.tag=
${
IMAGE_TAG
}
"
\
--set
"dynamo-operator.imagePullSecrets[0].name=docker-imagepullsecret"
\
--set
"dynamo-operator.imagePullSecrets[0].name=docker-imagepullsecret"
echo
"Helm chart deployment complete"
echo
"Helm chart deployment complete"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment