Skip to content

Commit

Permalink
[artemiscloud-operator] - add operator 1.2.0 version
Browse files Browse the repository at this point in the history
Signed-off-by: Tiago Bueno <[email protected]>
  • Loading branch information
tlbueno committed May 21, 2024
1 parent c017426 commit 7062e87
Show file tree
Hide file tree
Showing 5 changed files with 7 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.1.0
digest: sha256:178a045f4599df26834bbd1f1c52ed41a5508f282929a84489ab248029f0cd24
generated: "2024-05-21T17:21:36.025856862-03:00"
version: 0.2.0
digest: sha256:7584c111e255c46e1d0f6b7e000988996c0ef14b898dd3c37d32ae8991dbd28a
generated: "2024-05-21T17:55:58.861971739-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.1.0
version: 0.2.0

# 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.1.0" ### This is the operator version
appVersion: "1.2.0" ### This is the operator version

dependencies:
- name: artemiscloud-operator-crds
Expand All @@ -33,6 +33,6 @@ 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.1.0"
version: "0.2.0"
repository: https://tlbueno.github.io/helm-charts

Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion charts/artemiscloud-operator/templates/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ spec:
{{- end }}
- name: ENABLE_WEBHOOKS
value: "false"
image: quay.io/artemiscloud/activemq-artemis-operator:1.1.0
image: quay.io/artemiscloud/activemq-artemis-operator:1.2.0
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit 7062e87

Please sign in to comment.