Skip to content

Commit

Permalink
pre-install-payload: Use latest tag for runtime-payload image
Browse files Browse the repository at this point in the history
Choose a runtime-payload image tag that has all the scripts in
the right place and shouldn't go into a crash loop when
you run it as part of the operator installation.

Signed-off-by: Matthew Arnold <mattarno@uk.ibm.com>
  • Loading branch information
mattarnoatibm committed Aug 29, 2023
1 parent e45d4e8 commit 0060556
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config/samples/ccruntime/default/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ resources:

images:
- name: quay.io/confidential-containers/reqs-payload
newTag: 4ad0978b8e9f1acb857fe2c76f1494c55bf28e05
newTag: e45d4e84c3ce4ae116f3f4d6c123c4829606026f
- name: quay.io/confidential-containers/runtime-payload
newName: quay.io/confidential-containers/runtime-payload-ci
newTag: kata-containers-latest
Expand Down
2 changes: 1 addition & 1 deletion config/samples/ccruntime/peer-pods/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ resources:

images:
- name: quay.io/confidential-containers/reqs-payload
newTag: 4ad0978b8e9f1acb857fe2c76f1494c55bf28e05
newTag: e45d4e84c3ce4ae116f3f4d6c123c4829606026f
- name: quay.io/confidential-containers/runtime-payload
newName: quay.io/confidential-containers/runtime-payload-ci
newTag: kata-containers-latest
Expand Down
2 changes: 1 addition & 1 deletion config/samples/ccruntime/ssh-demo/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ images:
- name: quay.io/confidential-containers/runtime-payload
newTag: kata-containers-ssh-demo-v0.2.0
- name: quay.io/confidential-containers/reqs-payload
newTag: 1def978fdf6b0cb2383d43970c3dc484df3cad54
newTag: e45d4e84c3ce4ae116f3f4d6c123c4829606026f

patches:
- patch: |-
Expand Down
2 changes: 1 addition & 1 deletion config/samples/enclave-cc/hw/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ resources:
nameSuffix: -sgx-mode-hw

- name: quay.io/confidential-containers/reqs-payload
newTag: 4ad0978b8e9f1acb857fe2c76f1494c55bf28e05
newTag: e45d4e84c3ce4ae116f3f4d6c123c4829606026f
2 changes: 1 addition & 1 deletion config/samples/enclave-cc/sim/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ images:
- name: quay.io/confidential-containers/runtime-payload-ci
newTag: enclave-cc-SIM-sample-kbc-latest
- name: quay.io/confidential-containers/reqs-payload
newTag: 4ad0978b8e9f1acb857fe2c76f1494c55bf28e05
newTag: e45d4e84c3ce4ae116f3f4d6c123c4829606026f

0 comments on commit 0060556

Please sign in to comment.