diff --git a/Dockerfile b/Dockerfile index 4e3a15ac5..00fd3cbb1 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.3" +LABEL version="1.2.4" diff --git a/Makefile b/Makefile index 7bd617690..69cf23d39 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.3 +VERSION ?= 1.2.4 KUBE_CLI=kubectl -OPERATOR_VERSION := 1.2.3 +OPERATOR_VERSION := 1.2.4 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 da2bdf728..f79280bec 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.3 + name: activemq-artemis-operator.v1.2.4 namespace: placeholder spec: apiservicedefinitions: {} @@ -2907,7 +2907,7 @@ spec: fieldPath: metadata.annotations['olm.targetNamespaces'] - name: ENABLE_WEBHOOKS value: "false" - image: quay.io/artemiscloud/activemq-artemis-operator:1.2.3 + image: quay.io/artemiscloud/activemq-artemis-operator:1.2.4 livenessProbe: httpGet: path: /healthz @@ -3288,4 +3288,4 @@ spec: name: activemq-artemis-broker-init-2350 - image: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:02975b40db2627c18ad4fb8bc31de1fecf292beaa5671851f541ac8be9801320 name: activemq-artemis-broker-kubernetes-2350 - version: 1.2.3 + version: 1.2.4 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 8968b7ffe..d681995b0 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.3 + newTag: 1.2.4 diff --git a/deploy/activemq-artemis-operator.yaml b/deploy/activemq-artemis-operator.yaml index ab1f2d67b..62d66528f 100644 --- a/deploy/activemq-artemis-operator.yaml +++ b/deploy/activemq-artemis-operator.yaml @@ -6936,7 +6936,7 @@ spec: value: '' - name: ENABLE_WEBHOOKS value: "false" - image: quay.io/artemiscloud/activemq-artemis-operator:1.2.3 + image: quay.io/artemiscloud/activemq-artemis-operator:1.2.4 livenessProbe: httpGet: path: /healthz diff --git a/deploy/operator.yaml b/deploy/operator.yaml index cb573016f..cf4205d7e 100644 --- a/deploy/operator.yaml +++ b/deploy/operator.yaml @@ -124,7 +124,7 @@ spec: fieldPath: metadata.namespace - name: ENABLE_WEBHOOKS value: "false" - image: quay.io/artemiscloud/activemq-artemis-operator:1.2.3 + image: quay.io/artemiscloud/activemq-artemis-operator:1.2.4 livenessProbe: httpGet: path: /healthz diff --git a/version/version.go b/version/version.go index 3c041cd93..4b2eb7563 100644 --- a/version/version.go +++ b/version/version.go @@ -7,7 +7,7 @@ import ( ) var ( - Version = "1.2.3" + Version = "1.2.4" //Vars injected at build-time BuildTimestamp = ""