From 811533f11a9e23bdf72b4ac6856d9ac7e93a67cb Mon Sep 17 00:00:00 2001 From: Clemens Zagler Date: Tue, 9 Apr 2024 14:07:26 +0200 Subject: [PATCH] cicd rest poller --- .github/workflows/dc-rest-poller.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dc-rest-poller.yml b/.github/workflows/dc-rest-poller.yml index 5641f18..1c5a010 100644 --- a/.github/workflows/dc-rest-poller.yml +++ b/.github/workflows/dc-rest-poller.yml @@ -60,7 +60,7 @@ jobs: run: | yq -i '.image.repository="${{ env.DOCKER_IMAGE }}"' ${{ env.VALUES_YAML}} yq -i '.image.tag="${{ env.DOCKER_TAG }}"' ${{ env.VALUES_YAML }} - yq -i '.image.pullPolicy=IfNotPresent' ${{ env.VALUES_YAML }} + yq -i '.image.pullPolicy="IfNotPresent"' ${{ env.VALUES_YAML }} - name: Deploy on cluster uses: noi-techpark/github-actions/helm-deploy@v2