Skip to content

Commit

Permalink
operator: bump chart version
Browse files Browse the repository at this point in the history
  • Loading branch information
apetruhin committed Jan 23, 2025
1 parent 6000c45 commit 50e9977
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: coroot-operator
description: A Helm chart to deploy the Coroot Operator for Kubernetes
type: application
version: 0.2.1
version: 0.2.2
appVersion: "1.1.1"
4 changes: 2 additions & 2 deletions charts/operator/templates/role_binding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ roleRef:
name: coroot-operator
subjects:
- kind: ServiceAccount
name: { { .Values.serviceAccount.name } }
namespace: { { .Release.Namespace } }
name: {{ .Values.serviceAccount.name }}
namespace: {{ .Release.Namespace }}

0 comments on commit 50e9977

Please sign in to comment.