From 9765e8f8f5bff717b563e2add110deb6c5ec6941 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Sun, 15 Jun 2025 15:24:38 +0300 Subject: [PATCH] Fix pipeline --- .woodpecker.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.woodpecker.yaml b/.woodpecker.yaml index 9a6dbef..e08e8a8 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -39,18 +39,18 @@ steps: password: from_secret: DOCKER_PASSWORD - update-helm-values: - name: Update Helm values.yaml in my-apps + update-values: + name: Update my-apps image tag image: alpine when: branch: master event: push environment: GIT_SSH_COMMAND: 'ssh -i /root/.ssh/id_rsa -o StrictHostKeyChecking=no' - GIT_DEPLOY_KEY: + GIT_DEPLOY_KEY: from_secret: GIT_DEPLOY_KEY commands: - - apk add git openssh yq + - apk add --no-cache git openssh yq - mkdir -p ~/.ssh - echo "$GIT_DEPLOY_KEY" > ~/.ssh/id_rsa - chmod 600 ~/.ssh/id_rsa