diff --git a/.github/workflows/buildpushdev.yml b/.github/workflows/buildpushdev.yml index 86ffb3d..9295e2b 100644 --- a/.github/workflows/buildpushdev.yml +++ b/.github/workflows/buildpushdev.yml @@ -44,7 +44,7 @@ jobs: # than for the first time at release, where a broken build blocks a # release instead of a PR. - name: Update Image Version in the related HelmChart values.yaml - uses: fjogeleit/yaml-update-action@v0.15.0 + uses: fjogeleit/yaml-update-action@v0.17.0 with: valueFile: 'charts/fleet-tenancy-api/values.yaml' propertyPath: 'image.tag' diff --git a/.github/workflows/buildpushprod.yml b/.github/workflows/buildpushprod.yml index af7533a..f09812f 100644 --- a/.github/workflows/buildpushprod.yml +++ b/.github/workflows/buildpushprod.yml @@ -43,7 +43,7 @@ jobs: # deploys. It rewrites values-prod.yaml and strips comments — keep # rationale in docs, not inline there. - name: Update Image Version in the related HelmChart values.yaml - uses: fjogeleit/yaml-update-action@v0.15.0 + uses: fjogeleit/yaml-update-action@v0.17.0 with: valueFile: 'charts/fleet-tenancy-api/values-prod.yaml' propertyPath: 'image.tag'