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

Bump version v0.1.0 for trustee-operator #32

Merged
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# To re-generate a bundle for another specific version without changing the standard setup, you can:
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
VERSION ?= 0.0.1
VERSION ?= 0.1.0

# CHANNELS define the bundle channels used in the bundle.
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")
Expand Down
15 changes: 10 additions & 5 deletions bundle/manifests/trustee-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,13 @@ metadata:
}
]
capabilities: Basic Install
createdAt: "2024-06-05T08:47:27Z"
categories: "Security"
containerImage: quay.io/confidential-containers/trustee-operator:v0.1.0
createdAt: "2024-06-07T10:06:06Z"
support: "Confidential Containers Community"
operators.operatorframework.io/builder: operator-sdk-v1.33.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
name: trustee-operator.v0.0.1
name: trustee-operator.v0.1.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -211,12 +214,12 @@ spec:
fieldRef:
fieldPath: metadata.namespace
- name: KBS_IMAGE_NAME
value: ghcr.io/confidential-containers/staged-images/kbs-grpc-as:latest
value: quay.io/confidential-containers/trustee:290fd0eb64ab20f50efbd27cf80542851c0ee17f
- 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/kbs-operator:latest
image: quay.io/confidential-containers/trustee-operator:v0.1.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -303,8 +306,10 @@ spec:
name: Pradipta Banerjee
- email: [email protected]
name: Jens Freimann
- email: [email protected]
name: Leonardo Milleri
maturity: alpha
provider:
name: Confidential Containers Community
url: https://github.com/confidential-containers
version: 0.0.1
version: 0.1.0
3 changes: 2 additions & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: controller
newName: quay.io/confidential-containers/kbs-operator
newName: quay.io/confidential-containers/trustee-operator
newTag: v0.1.0
Loading