diff --git a/.woodpecker/backend.yaml b/.woodpecker/backend.yaml index f07bac6..fa14e8a 100644 --- a/.woodpecker/backend.yaml +++ b/.woodpecker/backend.yaml @@ -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}" \ diff --git a/.woodpecker/web.yaml b/.woodpecker/web.yaml index 594849d..20d0fc1 100644 --- a/.woodpecker/web.yaml +++ b/.woodpecker/web.yaml @@ -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}" \