Skip to content

Commit

Permalink
Update version to 1.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
artemiscloud-bot committed Feb 19, 2024
1 parent 69eca75 commit 7b7f9e1
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.0.16"
LABEL version="1.0.17"
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.0.16
VERSION ?= 1.0.17

KUBE_CLI=kubectl
OPERATOR_VERSION := 1.0.16
OPERATOR_VERSION := 1.0.17
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 @@ -241,7 +241,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.0.16
name: activemq-artemis-operator.v1.0.17
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -2708,7 +2708,7 @@ spec:
fieldPath: metadata.annotations['olm.targetNamespaces']
- name: ENABLE_WEBHOOKS
value: "false"
image: quay.io/artemiscloud/activemq-artemis-operator:1.0.16
image: quay.io/artemiscloud/activemq-artemis-operator:1.0.17
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -3064,4 +3064,4 @@ spec:
name: activemq-artemis-broker-init-2320
- image: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:52f337cd5d7d5d199eebf4fc722f8c5279f652506f009efbc0f8f6de88e18718
name: activemq-artemis-broker-kubernetes-2320
version: 1.0.16
version: 1.0.17
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.0.16
newTag: 1.0.17
2 changes: 1 addition & 1 deletion deploy/activemq-artemis-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5098,7 +5098,7 @@ spec:
value: ''
- name: ENABLE_WEBHOOKS
value: "false"
image: quay.io/artemiscloud/activemq-artemis-operator:1.0.16
image: quay.io/artemiscloud/activemq-artemis-operator:1.0.17
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 @@ -112,7 +112,7 @@ spec:
fieldPath: metadata.namespace
- name: ENABLE_WEBHOOKS
value: "false"
image: quay.io/artemiscloud/activemq-artemis-operator:1.0.16
image: quay.io/artemiscloud/activemq-artemis-operator:1.0.17
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.0.16"
Version = "1.0.17"

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

0 comments on commit 7b7f9e1

Please sign in to comment.