Skip to content

Commit

Permalink
Update generate-manifest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhprasad-sap authored Jan 10, 2024
1 parent c94b0be commit 6cd6b2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/generate-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ jobs:
- name: Update version in kustomization.yaml
run: |
yq -i '.images[0].newTag="${{ steps.get_version_upload_url.outputs.version }}"' config/default/kustomization.yaml
yq -i '.labels[0].pairs."app.kubernetes.io/version"="${{ steps.get_version_upload_url.outputs.version }}"' config/default/kustomization.yaml
- name: Download kustomize cli
run: |
curl -s "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash
Expand Down

0 comments on commit 6cd6b2a

Please sign in to comment.