Skip to content

Commit

Permalink
Bumping new operator versions (confidential-containers#53)
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Milleri <[email protected]>
  • Loading branch information
lmilleri authored Oct 17, 2024
1 parent 3331769 commit 3ddad46
Show file tree
Hide file tree
Showing 4 changed files with 7 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.1.0
VERSION ?= 0.2.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
4 changes: 2 additions & 2 deletions bundle/manifests/trustee-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
operators.operatorframework.io/builder: operator-sdk-v1.36.1
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
support: Confidential Containers Community
name: trustee-operator.v0.1.0
name: trustee-operator.v0.2.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -290,4 +290,4 @@ spec:
provider:
name: Confidential Containers Community
url: https://github.com/confidential-containers
version: 0.1.0
version: 0.2.0
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/confidential-containers/trustee-operator
newTag: v0.1.0
newTag: v0.2.0
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ 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:v0.2.0
operatorframework.io/suggested-namespace: trustee-operator-system
support: Confidential Containers Community
name: trustee-operator.v0.0.0
name: trustee-operator.v0.2.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -56,4 +56,4 @@ spec:
provider:
name: Confidential Containers Community
url: https://github.com/confidential-containers
version: 0.0.0
version: 0.2.0

0 comments on commit 3ddad46

Please sign in to comment.