Skip to content

Commit

Permalink
config: update kata payloads to latest
Browse files Browse the repository at this point in the history
Since the release is done, point the Kata payloads
back to the latest upstream bundles.

Signed-off-by: Tobin Feldman-Fitzthum <[email protected]>
  • Loading branch information
fitzthum committed May 17, 2024
1 parent eaa262a commit 1fd43b0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions config/samples/ccruntime/default/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ resources:

images:
- name: quay.io/confidential-containers/reqs-payload
newTag: 290ae5f8432f81754dcdc5708ed1488e3986d79b
newTag: latest
- name: quay.io/kata-containers/kata-deploy
newTag: 3.4.0
newName: quay.io/kata-containers/kata-deploy-ci
newTag: kata-containers-latest

patches:
- patch: |-
Expand Down
5 changes: 3 additions & 2 deletions config/samples/ccruntime/peer-pods/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ resources:

images:
- name: quay.io/confidential-containers/reqs-payload
newTag: 290ae5f8432f81754dcdc5708ed1488e3986d79b
newTag: latest
- name: quay.io/kata-containers/kata-deploy
newTag: 3.4.0
newName: quay.io/kata-containers/kata-deploy-ci
newTag: kata-containers-latest


patches:
Expand Down
5 changes: 3 additions & 2 deletions config/samples/ccruntime/s390x/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ resources:

images:
- name: quay.io/confidential-containers/reqs-payload
newTag: 290ae5f8432f81754dcdc5708ed1488e3986d79b
newTag: latest
- name: quay.io/kata-containers/kata-deploy
newTag: 3.4.0
newName: quay.io/kata-containers/kata-deploy-ci
newTag: kata-containers-latest

patches:
- patch: |-
Expand Down

0 comments on commit 1fd43b0

Please sign in to comment.