Skip to content

Commit 9e54b7f

Browse files
committed
bump chart version
Signed-off-by: AvivGuiser <avivguiser@gmail.com>
1 parent 38d4bef commit 9e54b7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/psmdb-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ appVersion: "1.21.1"
33
description: A Helm chart for deploying the Percona Operator for MongoDB
44
name: psmdb-operator
55
home: https://docs.percona.com/percona-operator-for-mongodb/
6-
version: 1.21.2
6+
version: 1.21.3
77
maintainers:
88
- name: nmarukovich
99
email: natalia.marukovich@percona.com

charts/psmdb-operator/templates/role-binding.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ kind: RoleBinding
1818
{{- end }}
1919
apiVersion: rbac.authorization.k8s.io/v1
2020
metadata:
21-
name: service-account-{{ include "psmdb-operator.fullname" . }}
21+
name: service-account-{{ include "psmdb-operator.serviceAccountName" . }}
2222
{{- if not (or .Values.watchNamespace .Values.watchAllNamespaces) }}
2323
namespace: {{ .Release.Namespace }}
2424
{{- end }}

0 commit comments

Comments
 (0)