diff --git a/Makefile b/Makefile index 3b978f96..94fadfb7 100644 --- a/Makefile +++ b/Makefile @@ -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 ?= 1.0.5 +VERSION ?= 1.0.6 # 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") diff --git a/bundle/manifests/tang-operator.clusterserviceversion.yaml b/bundle/manifests/tang-operator.clusterserviceversion.yaml index 00aaba41..32310c94 100644 --- a/bundle/manifests/tang-operator.clusterserviceversion.yaml +++ b/bundle/manifests/tang-operator.clusterserviceversion.yaml @@ -25,10 +25,10 @@ metadata: } ] capabilities: Basic Install - createdAt: "2023-10-24T11:10:24Z" + createdAt: "2023-11-02T10:48:05Z" operators.operatorframework.io/builder: operator-sdk-v1.32.0 operators.operatorframework.io/project_layout: go.kubebuilder.io/v3 - name: tang-operator.v1.0.5 + name: tang-operator.v1.0.6 namespace: placeholder spec: apiservicedefinitions: {} @@ -322,7 +322,7 @@ spec: - --leader-elect command: - /manager - image: quay.io/sec-eng-special/tang-operator:v1.0.5 + image: quay.io/sec-eng-special/tang-operator:v1.0.6 livenessProbe: httpGet: path: /healthz @@ -405,4 +405,4 @@ spec: maturity: alpha provider: name: Red Hat - version: 1.0.5 + version: 1.0.6 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 33fd73dd..e8d4c948 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -13,4 +13,4 @@ kind: Kustomization images: - name: controller newName: quay.io/sec-eng-special/tang-operator - newTag: v1.0.5 + newTag: v1.0.6