Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bundle: Bump kbs image to its latest release #49

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
alm-examples: '[]'
capabilities: Basic Install
categories: Security
containerImage: quay.io/confidential-containers/trustee-operator:v0.1.0
containerImage: quay.io/confidential-containers/trustee-operator:283a3d7860758f06784121a36266aa177adccd56
createdAt: "2024-08-28T07:13:30Z"
operatorframework.io/suggested-namespace: trustee-operator-system
operators.operatorframework.io/builder: operator-sdk-v1.33.0
Expand Down Expand Up @@ -192,12 +192,12 @@ spec:
fieldRef:
fieldPath: metadata.namespace
- name: KBS_IMAGE_NAME
value: quay.io/confidential-containers/trustee:290fd0eb64ab20f50efbd27cf80542851c0ee17f
value: ghcr.io/confidential-containers/key-broker-service:v0.10.1
- name: AS_IMAGE_NAME
value: ghcr.io/confidential-containers/staged-images/coco-as-grpc:latest
- name: RVPS_IMAGE_NAME
value: ghcr.io/confidential-containers/staged-images/rvps:latest
image: quay.io/confidential-containers/trustee-operator:v0.1.0
image: quay.io/confidential-containers/trustee-operator:283a3d7860758f06784121a36266aa177adccd56
livenessProbe:
httpGet:
path: /healthz
Expand Down
Loading