Skip to content

Commit

Permalink
chore(deps): update mikefarah/yq docker tag to v4.35.2 (#728)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 20, 2023
1 parent b5d4203 commit 2e874f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/dev/tekton/configs/tasks/multi-arch-image-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
emptyDir: {}
steps:
- name: prepare-manifest
image: mikefarah/yq:4.33.3
image: mikefarah/yq:4.35.2
args: ["$(params.platform-and-digest-list[*])"]
script: |
#! /usr/bin/env sh
Expand Down
2 changes: 1 addition & 1 deletion apps/prod/tekton/configs/tasks/multi-arch-image-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
emptyDir: {}
steps:
- name: prepare-manifest
image: mikefarah/yq:4.33.3
image: mikefarah/yq:4.35.2
args: ["$(params.platform-and-digest-list[*])"]
script: |
#! /usr/bin/env sh
Expand Down

0 comments on commit 2e874f2

Please sign in to comment.