Skip to content

Commit

Permalink
release: bump enclave-cc runtime payloads for v0.10.0
Browse files Browse the repository at this point in the history
Update the enclave-cc runtime payloads to point to the v0.10.0
release of enclave-cc and update the pre-reqs payload.

Signed-off-by: Niteesh Dubey <[email protected]>
  • Loading branch information
Niteesh Dubey authored and fitzthum committed Sep 25, 2024
1 parent a00c882 commit 61ca2dc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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.kubernetes.io/worker: ""
config:
installType: bundle
payloadImage: quay.io/confidential-containers/runtime-payload-ci:enclave-cc-HW-cc-kbc-latest
payloadImage: quay.io/confidential-containers/runtime-payload:enclave-cc-HW-cc-kbc-v0.10.0
installDoneLabel:
confidentialcontainers.org/enclave-cc: "true"
uninstallDoneLabel:
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 @@ -8,4 +8,4 @@ nameSuffix: -sgx-mode-hw

images:
- name: quay.io/confidential-containers/reqs-payload
newTag: latest
newTag: 12e8fbc72e927f9d684efe2e1214937f8b0544fc
6 changes: 3 additions & 3 deletions config/samples/enclave-cc/sim/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resources:
nameSuffix: -sgx-mode-sim

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

0 comments on commit 61ca2dc

Please sign in to comment.