Skip to content

Commit

Permalink
Update version to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
artemiscloud-bot committed Jun 5, 2024
1 parent 5531182 commit 53f805b
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"
LABEL version="1.2.1"
LABEL version="1.2.2"
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.1
VERSION ?= 1.2.2

KUBE_CLI=kubectl
OPERATOR_VERSION := 1.2.1
OPERATOR_VERSION := 1.2.2
OPERATOR_ACCOUNT_NAME := activemq-artemis-operator
OPERATOR_CLUSTER_ROLE_NAME := operator-role
OPERATOR_IMAGE_REPO := quay.io/artemiscloud/activemq-artemis-operator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.1
name: activemq-artemis-operator.v1.2.2
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -2903,7 +2903,7 @@ spec:
fieldPath: metadata.annotations['olm.targetNamespaces']
- name: ENABLE_WEBHOOKS
value: "false"
image: quay.io/artemiscloud/activemq-artemis-operator:1.2.1
image: quay.io/artemiscloud/activemq-artemis-operator:1.2.2
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -3280,4 +3280,4 @@ spec:
name: activemq-artemis-broker-init-2340
- image: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:6f2da9ecd8f5021964d0dfa85144830efcfbd0462d18f18f036971e5f17b3bb6
name: activemq-artemis-broker-kubernetes-2340
version: 1.2.1
version: 1.2.2
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/artemiscloud/activemq-artemis-operator
newTag: 1.2.1
newTag: 1.2.2
2 changes: 1 addition & 1 deletion deploy/activemq-artemis-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6932,7 +6932,7 @@ spec:
value: ''
- name: ENABLE_WEBHOOKS
value: "false"
image: quay.io/artemiscloud/activemq-artemis-operator:1.2.1
image: quay.io/artemiscloud/activemq-artemis-operator:1.2.2
livenessProbe:
httpGet:
path: /healthz
Expand Down
2 changes: 1 addition & 1 deletion deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ spec:
fieldPath: metadata.namespace
- name: ENABLE_WEBHOOKS
value: "false"
image: quay.io/artemiscloud/activemq-artemis-operator:1.2.1
image: quay.io/artemiscloud/activemq-artemis-operator:1.2.2
livenessProbe:
httpGet:
path: /healthz
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

var (
Version = "1.2.1"
Version = "1.2.2"

//Vars injected at build-time
BuildTimestamp = ""
Expand Down

0 comments on commit 53f805b

Please sign in to comment.