Skip to content

Commit

Permalink
Revert "release: bump enclave-cc runtime payloads for v0.11.0"
Browse files Browse the repository at this point in the history
This reverts commit 524eb79.

Signed-off-by: Niteesh Dubey <[email protected]>
  • Loading branch information
Niteesh Dubey committed Nov 26, 2024
1 parent cd2cccb commit 206d6f8
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:enclave-cc-HW-cc-kbc-v0.11.0
payloadImage: quay.io/confidential-containers/runtime-payload-ci:enclave-cc-HW-cc-kbc-latest
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: 7b06283a5be08f4d83f2bf15851d55739bf27ec5
newTag: latest
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
newTag: enclave-cc-SIM-sample-kbc-v0.11.0
- name: quay.io/confidential-containers/runtime-payload-ci
newTag: enclave-cc-SIM-sample-kbc-latest
- name: quay.io/confidential-containers/reqs-payload
newTag: 7b06283a5be08f4d83f2bf15851d55739bf27ec5
newTag: latest

0 comments on commit 206d6f8

Please sign in to comment.