diff --git a/Dockerfile b/Dockerfile index 47fe13de..21e69b2a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -70,4 +70,4 @@ ENTRYPOINT ["${USER_HOME}/bin/entrypoint"] LABEL name="artemiscloud/activemq-artemis-operator" LABEL description="ActiveMQ Artemis Broker Operator" LABEL maintainer="Roddie Kieley " -LABEL version="1.2.6" +LABEL version="1.2.7" diff --git a/Makefile b/Makefile index 5dbc6474..133537cd 100644 --- a/Makefile +++ b/Makefile @@ -3,10 +3,10 @@ # 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.2.6 +VERSION ?= 1.2.7 KUBE_CLI=kubectl -OPERATOR_VERSION := 1.2.6 +OPERATOR_VERSION := 1.2.7 OPERATOR_ACCOUNT_NAME := activemq-artemis-operator OPERATOR_CLUSTER_ROLE_NAME := operator-role OPERATOR_IMAGE_REPO := quay.io/artemiscloud/activemq-artemis-operator diff --git a/bundle/manifests/activemq-artemis-operator.clusterserviceversion.yaml b/bundle/manifests/activemq-artemis-operator.clusterserviceversion.yaml index 3383390c..fb84e46c 100644 --- a/bundle/manifests/activemq-artemis-operator.clusterserviceversion.yaml +++ b/bundle/manifests/activemq-artemis-operator.clusterserviceversion.yaml @@ -283,7 +283,7 @@ metadata: features.operators.openshift.io/token-auth-gcp: "false" operators.operatorframework.io/builder: operator-sdk-v1.28.0 operators.operatorframework.io/project_layout: go.kubebuilder.io/v3 - name: activemq-artemis-operator.v1.2.6 + name: activemq-artemis-operator.v1.2.7 namespace: placeholder spec: apiservicedefinitions: {} @@ -2922,7 +2922,7 @@ spec: fieldPath: metadata.annotations['olm.targetNamespaces'] - name: ENABLE_WEBHOOKS value: "false" - image: quay.io/artemiscloud/activemq-artemis-operator:1.2.6 + image: quay.io/artemiscloud/activemq-artemis-operator:1.2.7 livenessProbe: httpGet: path: /healthz @@ -3326,4 +3326,4 @@ spec: name: activemq-artemis-broker-init-2380 - image: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:1c2d9fcc1d9462a81dce163e74629d294728d4180262c83ccfa908868ff28d26 name: activemq-artemis-broker-kubernetes-2380 - version: 1.2.6 + version: 1.2.7 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index fdfc110c..963cb343 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -14,4 +14,4 @@ kind: Kustomization images: - name: controller newName: quay.io/artemiscloud/activemq-artemis-operator - newTag: 1.2.6 + newTag: 1.2.7 diff --git a/deploy/activemq-artemis-operator.yaml b/deploy/activemq-artemis-operator.yaml index cdb7e6b2..6044ae97 100644 --- a/deploy/activemq-artemis-operator.yaml +++ b/deploy/activemq-artemis-operator.yaml @@ -6949,7 +6949,7 @@ spec: value: '' - name: ENABLE_WEBHOOKS value: "false" - image: quay.io/artemiscloud/activemq-artemis-operator:1.2.6 + image: quay.io/artemiscloud/activemq-artemis-operator:1.2.7 livenessProbe: httpGet: path: /healthz diff --git a/deploy/operator.yaml b/deploy/operator.yaml index a1628c50..a1a3e545 100644 --- a/deploy/operator.yaml +++ b/deploy/operator.yaml @@ -136,7 +136,7 @@ spec: fieldPath: metadata.namespace - name: ENABLE_WEBHOOKS value: "false" - image: quay.io/artemiscloud/activemq-artemis-operator:1.2.6 + image: quay.io/artemiscloud/activemq-artemis-operator:1.2.7 livenessProbe: httpGet: path: /healthz diff --git a/version/version.go b/version/version.go index 5e7215b2..492ca28f 100644 --- a/version/version.go +++ b/version/version.go @@ -7,7 +7,7 @@ import ( ) var ( - Version = "1.2.6" + Version = "1.2.7" //Vars injected at build-time BuildTimestamp = ""