Skip to content

Commit

Permalink
payload: Update payload to latest CI
Browse files Browse the repository at this point in the history
- Upload the ccruntime and enclave payloads to use the
latest kata-containers-ci builds
- I've left container-engine-for-cc-payload set as it
doesn't update frequently and during 0.6 we found that
the most recent commit wasn't working properly

Fixes: #219
Signed-off-by: stevenhorsman <steven@uk.ibm.com>
  • Loading branch information
stevenhorsman committed Jul 4, 2023
1 parent 4c8a21b commit 1efaf84
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions config/samples/ccruntime/default/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ images:
- name: quay.io/confidential-containers/container-engine-for-cc-payload
newTag: 98a790e8abdcc06c4b629b290ebaa217bf82e305
- name: quay.io/confidential-containers/runtime-payload
newName: quay.io/confidential-containers/runtime-payload
newTag: kata-containers-338e18e4fd46756643cb1a307b6a20f24c350ad4
newName: quay.io/confidential-containers/runtime-payload-ci
newTag: kata-containers-latest

patches:
- patch: |-
Expand Down
4 changes: 2 additions & 2 deletions config/samples/ccruntime/peer-pods/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ images:
- name: quay.io/confidential-containers/container-engine-for-cc-payload
newTag: 98a790e8abdcc06c4b629b290ebaa217bf82e305
- name: quay.io/confidential-containers/runtime-payload
newName: quay.io/confidential-containers/runtime-payload
newTag: kata-containers-338e18e4fd46756643cb1a307b6a20f24c350ad4
newName: quay.io/confidential-containers/runtime-payload-ci
newTag: kata-containers-latest

patches:
- patch: |-
Expand Down
2 changes: 1 addition & 1 deletion config/samples/enclave-cc/base/ccruntime-enclave-cc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
node-role.kubernetes.io/worker: ""
config:
installType: bundle
payloadImage: quay.io/confidential-containers/runtime-payload:enclave-cc-HW-cc-kbc-v0.6.1
payloadImage: quay.io/confidential-containers/runtime-payload-ci:enclave-cc-HW-cc-kbc-latest
installDoneLabel:
confidentialcontainers.org/enclave-cc: "true"
uninstallDoneLabel:
Expand Down
4 changes: 2 additions & 2 deletions config/samples/enclave-cc/sim/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ resources:
nameSuffix: -sgx-mode-sim

images:
- name: quay.io/confidential-containers/runtime-payload
newTag: enclave-cc-SIM-sample-kbc-v0.6.1
- name: quay.io/confidential-containers/runtime-payload-ci
newTag: enclave-cc-SIM-sample-kbc-latest

0 comments on commit 1efaf84

Please sign in to comment.