Skip to content

Commit

Permalink
[artemiscloud-operator] update to version 0.2.6 and operator version …
Browse files Browse the repository at this point in the history
…1.2.4

Signed-off-by: Tiago Bueno <[email protected]>
  • Loading branch information
tlbueno committed Oct 8, 2024
1 parent 4614e41 commit 0bb84f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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.5
version: 0.2.6

# 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.3" ### This is the operator version
appVersion: "1.2.4" ### 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.3"
version: "0.2.4"
repository: https://tlbueno.github.io/helm-charts
condition: installCrds

6 changes: 3 additions & 3 deletions charts/artemiscloud-operator/templates/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ spec:
- 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
value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:e4d4cd410d571a18f19d633c8b2e943be2ea6d6ddc56ee9204d2668fd9ec0e2b
- name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2350
value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:2ece18bbf72fecb7abe0cf8688867e40871f876c535274c2a39b5790dadbd96a
value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:02975b40db2627c18ad4fb8bc31de1fecf292beaa5671851f541ac8be9801320
- name: OPERATOR_NAME
valueFrom:
fieldRef:
Expand All @@ -133,7 +133,7 @@ spec:
{{- end }}
- 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
Expand Down

0 comments on commit 0bb84f9

Please sign in to comment.