Skip to content

Commit

Permalink
[artemiscloud-operator] update to version 1.2.6
Browse files Browse the repository at this point in the history
Signed-off-by: Tiago Bueno <[email protected]>
  • Loading branch information
tlbueno committed Oct 30, 2024
1 parent 0ebdbcf commit 9668d3e
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 13 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: 1.2.5
digest: sha256:c062cd9955aab1e040b87fb6b98a62e548f4156d208a83442c642a7970c9d783
generated: "2024-10-10T10:03:14.698818438-03:00"
version: 1.2.6
digest: sha256:b376afa3b05b5a3f506aeb7df67e84152e672ced29602ac35488c9c08d37d35a
generated: "2024-10-30T14:53:02.853247051-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: 1.2.5
version: 1.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.5" ### This is the operator version
appVersion: "1.2.6" ### 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: "1.2.5"
version: "1.2.6"
repository: https://tlbueno.github.io/helm-charts
condition: installCrds

Binary file not shown.
Binary file not shown.
14 changes: 12 additions & 2 deletions charts/artemiscloud-operator/templates/cluster_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@ rules:
- serviceaccounts
- services
verbs:
- '*'
- create
- delete
- get
- list
- update
- watch
- apiGroups:
- ""
resources:
Expand All @@ -32,7 +37,12 @@ rules:
- replicasets
- statefulsets
verbs:
- '*'
- create
- delete
- get
- list
- update
- watch
- apiGroups:
- apps
resources:
Expand Down
11 changes: 8 additions & 3 deletions charts/artemiscloud-operator/templates/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,13 @@ spec:
- 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
value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:b6f61188379def8c796c738549c099bd40bcd9bb44f5c30682c5edd136347aca
- name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2370
value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:cd9a01cfe791451d12144a418dbe50221c739151ecda1f22ffdbd2d10009fc82
value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:5e768aefade6d18cd65cb1eb5ee233844f9f7e7b52631f93a0982b67d382239d
- name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Init_2380
value: quay.io/artemiscloud/activemq-artemis-broker-init@sha256:55b614c1f3ff359ae1f98d0de831d649f7f1a3fa0bdb6979aa81dd8fd6156f45
- name: RELATED_IMAGE_ActiveMQ_Artemis_Broker_Kubernetes_2380
value: quay.io/artemiscloud/activemq-artemis-broker-kubernetes@sha256:1c2d9fcc1d9462a81dce163e74629d294728d4180262c83ccfa908868ff28d26
- name: OPERATOR_NAME
valueFrom:
fieldRef:
Expand All @@ -141,7 +145,7 @@ spec:
{{- end }}
- name: ENABLE_WEBHOOKS
value: "false"
image: quay.io/artemiscloud/activemq-artemis-operator:1.2.5
image: quay.io/artemiscloud/activemq-artemis-operator:1.2.6
livenessProbe:
httpGet:
path: /healthz
Expand All @@ -163,6 +167,7 @@ spec:
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
Expand Down
14 changes: 12 additions & 2 deletions charts/artemiscloud-operator/templates/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@ rules:
- serviceaccounts
- services
verbs:
- '*'
- create
- delete
- get
- list
- update
- watch
- apiGroups:
- ""
resources:
Expand All @@ -33,7 +38,12 @@ rules:
- replicasets
- statefulsets
verbs:
- '*'
- create
- delete
- get
- list
- update
- watch
- apiGroups:
- apps
resources:
Expand Down

0 comments on commit 9668d3e

Please sign in to comment.