From 8f27cef6eb4d0740656d4a9872b9aa7ed20533d5 Mon Sep 17 00:00:00 2001 From: John Watson Date: Fri, 6 Sep 2024 22:54:51 +0100 Subject: [PATCH] Remove redundant step --- VERSION | 2 +- build.yaml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index f8e233b..9ab8337 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.9.0 +1.9.1 diff --git a/build.yaml b/build.yaml index 672c6f2..44c71c7 100644 --- a/build.yaml +++ b/build.yaml @@ -265,8 +265,7 @@ jobs: inputs: sshEndpoint: 'Kubernetes Master' runOptions: inline - inline: | + inline: | helm repo update helm upgrade --install --namespace ${{ parameters.namespace }} $(repo) --atomic lynxmagnus/$(repo) --version $(version) --create-namespace - rm -rf /tmp/${{ parameters.name }}-values.yaml condition: and(succeeded(), eq(${{ parameters.deploy }}, true))