fix(ci): drop --install flag (release exists; helm 4.1 errors on it)
Some checks failed
ci/someci/push/backend Pipeline was successful
ci/someci/push/web Pipeline failed

This commit is contained in:
2026-04-28 16:40:52 +02:00
parent 36db6f08ed
commit f2973dc905
2 changed files with 2 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ steps:
- echo "$KUBECONFIG_DATA" > ~/.kube/config
- chmod 600 ~/.kube/config
- |
helm upgrade --install marktvogt ./helm/marktvogt/ \
helm upgrade marktvogt ./helm/marktvogt/ \
--namespace tenant-2 \
--reuse-values \
--set backend.image.tag="${CI_COMMIT_SHA:0:8}" \

View File

@@ -58,7 +58,7 @@ steps:
- echo "$KUBECONFIG_DATA" > ~/.kube/config
- chmod 600 ~/.kube/config
- |
helm upgrade --install marktvogt ./helm/marktvogt/ \
helm upgrade marktvogt ./helm/marktvogt/ \
--namespace tenant-2 \
--reuse-values \
--set web.image.tag="${CI_COMMIT_SHA:0:8}" \