Skip to content

Commit

Permalink
[artemiscloud-operator] bump to version 0.2.5 and operator version 1.…
Browse files Browse the repository at this point in the history
…2.3 (#3)

Signed-off-by: Tiago Bueno <49003339+tlbueno@users.noreply.github.com>
  • Loading branch information
tlbueno authored Oct 8, 2024
1 parent 20382ed commit bbbfdcb
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
6 changes: 3 additions & 3 deletions charts/artemiscloud-operator/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: artemiscloud-operator-crds
repository: https://tlbueno.github.io/helm-charts
version: 0.2.2
digest: sha256:575800269e3e9fbd6c4e28c9c335c59cedee2b7fd84f016e7f461819f2562ea4
generated: "2024-06-06T14:21:13.254313129-03:00"
version: 0.2.3
digest: sha256:716103408c5a0209f65ddb7361bdfe1a704b8684fe3b1cad9b6a250e7cec9961
generated: "2024-10-08T17:16:59.762480721-03:00"
6 changes: 3 additions & 3 deletions charts/artemiscloud-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.4
version: 0.2.5

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.2.2" ### This is the operator version
appVersion: "1.2.3" ### This is the operator version

dependencies:
- name: artemiscloud-operator-crds
Expand All @@ -33,7 +33,7 @@ dependencies:
# The version below must match the artemiscloud-operator-crds chart version that has appVersion as the same
# the one in this chart (see above).
# This is needed because it must be a match of the operator CRD
version: "0.2.2"
version: "0.2.3"
repository: https://tlbueno.github.io/helm-charts
condition: installCrds

Binary file not shown.
Binary file not shown.
6 changes: 5 additions & 1 deletion charts/artemiscloud-operator/templates/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ spec:
value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:1fd99a46758cd29fce846d0d590021758b2a7a3efedb817bb205359caa7d4f67
- name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2340
value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:6f2da9ecd8f5021964d0dfa85144830efcfbd0462d18f18f036971e5f17b3bb6
- name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2350
value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:1f0f60f3a54086fce3fa8868cc0eb283dc0e8ff4ff1c5543f224490307d54326
- name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2350
value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:2ece18bbf72fecb7abe0cf8688867e40871f876c535274c2a39b5790dadbd96a
- name: OPERATOR_NAME
valueFrom:
fieldRef:
Expand All @@ -129,7 +133,7 @@ spec:
{{- end }}
- name: ENABLE_WEBHOOKS
value: "false"
image: quay.io/artemiscloud/activemq-artemis-operator:1.2.2
image: quay.io/artemiscloud/activemq-artemis-operator:1.2.3
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit bbbfdcb

Please sign in to comment.