From 1fffca4e31853684785231c5ca7579b3df866b87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Teo=20Klestrup=20R=C3=B6ijezon?= Date: Wed, 6 Jul 2022 14:21:15 +0200 Subject: [PATCH 1/2] Update name of operator clusterrole Leftover from #517 --- deploy/helm/zookeeper-operator/templates/roles.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/helm/zookeeper-operator/templates/roles.yaml b/deploy/helm/zookeeper-operator/templates/roles.yaml index a69a9d8c..1ec59f2d 100644 --- a/deploy/helm/zookeeper-operator/templates/roles.yaml +++ b/deploy/helm/zookeeper-operator/templates/roles.yaml @@ -2,7 +2,7 @@ apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: - name: {{ .Release.Name }}-clusterrole + name: {{ include "operator.fullname" . }}-clusterrole rules: - apiGroups: - "" From 0fa5c44071624be7aa24c6f86df478701b1bb598 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Teo=20Klestrup=20R=C3=B6ijezon?= Date: Wed, 6 Jul 2022 14:22:37 +0200 Subject: [PATCH 2/2] Changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a3195cd..4a643351 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,11 @@ All notable changes to this project will be documented in this file. ### Changed - Operator-rs: 0.21.1 -> 0.22.0 ([#516]). +- Include chart name when installing with a custom release name ([#517], [#518]). [#516]: https://github.com/stackabletech/zookeeper-operator/pull/516 +[#517]: https://github.com/stackabletech/zookeeper-operator/pull/517 +[#518]: https://github.com/stackabletech/zookeeper-operator/pull/518 ## [0.10.0] - 2022-06-23