Skip to content

Commit

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

Signed-off-by: Tiago Bueno <49003339+tlbueno@users.noreply.github.com>
  • Loading branch information
tlbueno committed Oct 8, 2024
1 parent 6566fca commit 8c97816
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 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.4
digest: sha256:1a5a6602db02decf4ff74c743e3c2cbd70e9fb1276257c1fd05ef764ac4c9b19
generated: "2024-10-08T17:49:16.211167041-03:00"
version: 0.2.5
digest: sha256:6213d872b2d33651bf8ddb9d88a4f419ef1393fbf515e794a629659065531021
generated: "2024-10-08T18:09:41.669556791-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.6
version: 0.2.7

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

Binary file not shown.
Binary file not shown.
14 changes: 11 additions & 3 deletions charts/artemiscloud-operator/templates/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,17 @@ 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:e4d4cd410d571a18f19d633c8b2e943be2ea6d6ddc56ee9204d2668fd9ec0e2b
value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:de82344daa0caeabc6559656da0af285436a687e8f371744c0c51bdbc309167d
- name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2350
value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:02975b40db2627c18ad4fb8bc31de1fecf292beaa5671851f541ac8be9801320
value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:49f34122ab46ab5d7ead094b6e40817b62c75b6a809f67db07d68bce750da51e
- name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2360
value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:ffa0d7cb4068df84319776dbfb66210297da1b8466ccd5451318fc3de79736c3
- name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2360
value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:9e1fefc9a94d72a7b5a3f4e2d53ebd23e5ab221df17a5afde42ce973277838f6
- name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2370
value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:e2a761725d5b029e5d33221f701438744ea0fb16a4890cd857e43aa0b5eea71c
- name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2370
value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:cd9a01cfe791451d12144a418dbe50221c739151ecda1f22ffdbd2d10009fc82
- name: OPERATOR_NAME
valueFrom:
fieldRef:
Expand All @@ -133,7 +141,7 @@ spec:
{{- end }}
- name: ENABLE_WEBHOOKS
value: "false"
image: quay.io/artemiscloud/activemq-artemis-operator:1.2.4
image: quay.io/artemiscloud/activemq-artemis-operator:1.2.5
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit 8c97816

Please sign in to comment.