From 3a7df6e695c2b6cfa3097f2192fcec86531607ec Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Sat, 4 Nov 2023 19:57:56 +0100 Subject: [PATCH] Use apply instead of sync in ci --- .woodpecker/.helmfile.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/.helmfile.yml b/.woodpecker/.helmfile.yml index 16f03ca..355d333 100644 --- a/.woodpecker/.helmfile.yml +++ b/.woodpecker/.helmfile.yml @@ -16,7 +16,7 @@ steps: - mkdir $HOME/.kube - echo "$KUBECONFIG_CONTENT" > $HOME/.kube/config && chmod 0600 $HOME/.kube/config - helmfile -e $ENVIRONMENT diff --suppress-secrets - sync: + apply: image: ghcr.io/helmfile/helmfile:canary secrets: [sops_age_key, kubeconfig_content] when: @@ -26,4 +26,4 @@ steps: commands: - mkdir $HOME/.kube - echo "$KUBECONFIG_CONTENT" > $HOME/.kube/config && chmod 0600 $HOME/.kube/config - - helmfile -e $ENVIRONMENT sync + - helmfile -e $ENVIRONMENT apply