diff --git a/bundle.Dockerfile b/bundle.Dockerfile index b0e0cab55..373550c98 100644 --- a/bundle.Dockerfile +++ b/bundle.Dockerfile @@ -5,7 +5,7 @@ LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1 LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/ LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/ LABEL operators.operatorframework.io.bundle.package.v1=kuadrant-operator -LABEL operators.operatorframework.io.bundle.channels.v1=preview +LABEL operators.operatorframework.io.bundle.channels.v1=stable LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.32.0 LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1 LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3 diff --git a/bundle/manifests/kuadrant-operator.clusterserviceversion.yaml b/bundle/manifests/kuadrant-operator.clusterserviceversion.yaml index 314b2f556..077a296e6 100644 --- a/bundle/manifests/kuadrant-operator.clusterserviceversion.yaml +++ b/bundle/manifests/kuadrant-operator.clusterserviceversion.yaml @@ -130,13 +130,13 @@ metadata: ] capabilities: Basic Install categories: Integration & Delivery - containerImage: quay.io/kuadrant/kuadrant-operator:v0.6.1-rc1 - createdAt: "2024-01-30T22:36:06Z" + containerImage: quay.io/kuadrant/kuadrant-operator:v0.6.1 + createdAt: "2024-01-31T10:26:44Z" operators.operatorframework.io/builder: operator-sdk-v1.32.0 operators.operatorframework.io/project_layout: go.kubebuilder.io/v3 repository: https://github.com/Kuadrant/kuadrant-operator support: kuadrant - name: kuadrant-operator.v0.6.1-rc1 + name: kuadrant-operator.v0.6.1 namespace: placeholder spec: apiservicedefinitions: {} @@ -706,7 +706,7 @@ spec: env: - name: RELATED_IMAGE_WASMSHIM value: oci://quay.io/kuadrant/wasm-shim:v0.3.0 - image: quay.io/kuadrant/kuadrant-operator:v0.6.1-rc1 + image: quay.io/kuadrant/kuadrant-operator:v0.6.1 livenessProbe: httpGet: path: /healthz @@ -900,4 +900,4 @@ spec: - image: oci://quay.io/kuadrant/wasm-shim:v0.3.0 name: wasmshim replaces: kuadrant-operator.v0.6.0 - version: 0.6.1-rc1 + version: 0.6.1 diff --git a/bundle/metadata/annotations.yaml b/bundle/metadata/annotations.yaml index a12ac97b3..9c6c39291 100644 --- a/bundle/metadata/annotations.yaml +++ b/bundle/metadata/annotations.yaml @@ -4,7 +4,7 @@ annotations: operators.operatorframework.io.bundle.manifests.v1: manifests/ operators.operatorframework.io.bundle.metadata.v1: metadata/ operators.operatorframework.io.bundle.package.v1: kuadrant-operator - operators.operatorframework.io.bundle.channels.v1: preview + operators.operatorframework.io.bundle.channels.v1: stable operators.operatorframework.io.metrics.builder: operator-sdk-v1.32.0 operators.operatorframework.io.metrics.mediatype.v1: metrics+v1 operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v3 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 1c67389ac..32b3449aa 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -10,4 +10,4 @@ kind: Kustomization images: - name: controller newName: quay.io/kuadrant/kuadrant-operator - newTag: v0.6.1-rc1 + newTag: v0.6.1 diff --git a/config/manifests/bases/kuadrant-operator.clusterserviceversion.yaml b/config/manifests/bases/kuadrant-operator.clusterserviceversion.yaml index becbaf73b..65bd38982 100644 --- a/config/manifests/bases/kuadrant-operator.clusterserviceversion.yaml +++ b/config/manifests/bases/kuadrant-operator.clusterserviceversion.yaml @@ -5,12 +5,12 @@ metadata: alm-examples: '[]' capabilities: Basic Install categories: Integration & Delivery - containerImage: quay.io/kuadrant/kuadrant-operator:v0.6.1-rc1 + containerImage: quay.io/kuadrant/kuadrant-operator:v0.6.1 operators.operatorframework.io/builder: operator-sdk-v1.9.0 operators.operatorframework.io/project_layout: unknown repository: https://github.com/Kuadrant/kuadrant-operator support: kuadrant - name: kuadrant-operator.v0.6.1-rc1 + name: kuadrant-operator.v0.6.1 namespace: placeholder spec: apiservicedefinitions: {} @@ -102,4 +102,4 @@ spec: name: Red Hat url: https://github.com/Kuadrant/kuadrant-operator replaces: kuadrant-operator.v0.6.0 - version: 0.6.1-rc1 + version: 0.6.1