Skip to content

Commit

Permalink
Merge pull request #32 from lmilleri/trustee-operator-0.1.0
Browse files Browse the repository at this point in the history
Bump version v0.1.0 for trustee-operator
  • Loading branch information
bpradipt authored Jun 7, 2024
2 parents b7b6f93 + e7df8ae commit 0032dfe
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
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

0 comments on commit 0032dfe

Please sign in to comment.