Skip to content

Commit

Permalink
release: bump enclave-cc payload for v0.9.0-alpha1
Browse files Browse the repository at this point in the history
Update the enclave-cc payloads to point to the v0.9.1
release of enclave-cc and update the pre-reqs bundle
even though enclave-cc doesn't actually use nydus yet.

Signed-off-by: Chris Porter <[email protected]>
  • Loading branch information
portersrc committed Jun 20, 2024
1 parent 5117129 commit 118d9bb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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-ci:enclave-cc-HW-cc-kbc-v0.9.1
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: 51171296c9b24c1e8b8d2a5fb500456d8302fddb
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 @@ -5,6 +5,6 @@ nameSuffix: -sgx-mode-sim

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

0 comments on commit 118d9bb

Please sign in to comment.