diff --git a/charts/artemiscloud-operator/Chart.lock b/charts/artemiscloud-operator/Chart.lock index 5d16c61..d1c60ab 100644 --- a/charts/artemiscloud-operator/Chart.lock +++ b/charts/artemiscloud-operator/Chart.lock @@ -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" diff --git a/charts/artemiscloud-operator/Chart.yaml b/charts/artemiscloud-operator/Chart.yaml index f489220..27e4dee 100644 --- a/charts/artemiscloud-operator/Chart.yaml +++ b/charts/artemiscloud-operator/Chart.yaml @@ -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 @@ -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 diff --git a/charts/artemiscloud-operator/charts/artemiscloud-operator-crds-1.2.5.tgz b/charts/artemiscloud-operator/charts/artemiscloud-operator-crds-1.2.5.tgz deleted file mode 100644 index e54bf5a..0000000 Binary files a/charts/artemiscloud-operator/charts/artemiscloud-operator-crds-1.2.5.tgz and /dev/null differ diff --git a/charts/artemiscloud-operator/charts/artemiscloud-operator-crds-1.2.6.tgz b/charts/artemiscloud-operator/charts/artemiscloud-operator-crds-1.2.6.tgz new file mode 100644 index 0000000..f55d254 Binary files /dev/null and b/charts/artemiscloud-operator/charts/artemiscloud-operator-crds-1.2.6.tgz differ diff --git a/charts/artemiscloud-operator/templates/cluster_role.yaml b/charts/artemiscloud-operator/templates/cluster_role.yaml index 2fee5d8..6ff9726 100644 --- a/charts/artemiscloud-operator/templates/cluster_role.yaml +++ b/charts/artemiscloud-operator/templates/cluster_role.yaml @@ -17,7 +17,12 @@ rules: - serviceaccounts - services verbs: - - '*' + - create + - delete + - get + - list + - update + - watch - apiGroups: - "" resources: @@ -32,7 +37,12 @@ rules: - replicasets - statefulsets verbs: - - '*' + - create + - delete + - get + - list + - update + - watch - apiGroups: - apps resources: diff --git a/charts/artemiscloud-operator/templates/operator.yaml b/charts/artemiscloud-operator/templates/operator.yaml index 818ca86..37e673a 100644 --- a/charts/artemiscloud-operator/templates/operator.yaml +++ b/charts/artemiscloud-operator/templates/operator.yaml @@ -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: @@ -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 @@ -163,6 +167,7 @@ spec: capabilities: drop: - ALL + readOnlyRootFilesystem: true runAsNonRoot: true seccompProfile: type: RuntimeDefault diff --git a/charts/artemiscloud-operator/templates/role.yaml b/charts/artemiscloud-operator/templates/role.yaml index 8389877..45c9ee2 100644 --- a/charts/artemiscloud-operator/templates/role.yaml +++ b/charts/artemiscloud-operator/templates/role.yaml @@ -18,7 +18,12 @@ rules: - serviceaccounts - services verbs: - - '*' + - create + - delete + - get + - list + - update + - watch - apiGroups: - "" resources: @@ -33,7 +38,12 @@ rules: - replicasets - statefulsets verbs: - - '*' + - create + - delete + - get + - list + - update + - watch - apiGroups: - apps resources: