Skip to content

Commit

Permalink
pre-install-payload: Use latest runtime-payload script
Browse files Browse the repository at this point in the history
The tags for the quay.io/confidential-containers/reqs-payload
image were not set to the latest tag and were set to the tag
of an image that went into a crash loop when you ran 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 73aff01
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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: latest
- 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: latest
- 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/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: latest
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: latest

0 comments on commit 73aff01

Please sign in to comment.