aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Anshul Gupta <ansg191@anshulg.com> 2024-12-14 19:04:24 -0800
committerGravatar Anshul Gupta <ansg191@anshulg.com> 2024-12-14 19:04:24 -0800
commitff83044987a07d2d8443029879095ee7c837406a (patch)
treebc3913ad8ab65a352ea02a3dc50cc5297f7c2f36
parent28f902b2722deb1a78635c0a6a141ca31fffc14b (diff)
downloadhelm-charts-ff83044987a07d2d8443029879095ee7c837406a.tar.gz
helm-charts-ff83044987a07d2d8443029879095ee7c837406a.tar.zst
helm-charts-ff83044987a07d2d8443029879095ee7c837406a.zip
Fix `restic-operator` RBAC permissions
-rw-r--r--charts/restic-operator/Chart.yaml2
-rw-r--r--charts/restic-operator/README.md2
-rw-r--r--charts/restic-operator/templates/rbac.yaml11
3 files changed, 13 insertions, 2 deletions
diff --git a/charts/restic-operator/Chart.yaml b/charts/restic-operator/Chart.yaml
index dae515f..55fd24b 100644
--- a/charts/restic-operator/Chart.yaml
+++ b/charts/restic-operator/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
name: restic-operator
description: A Helm chart to deploy the restic-operator in Kubernetes
type: application
-version: 0.1.2
+version: 0.1.3
appVersion: "0.1.2"
sources:
diff --git a/charts/restic-operator/README.md b/charts/restic-operator/README.md
index 15fabce..0f6a5c7 100644
--- a/charts/restic-operator/README.md
+++ b/charts/restic-operator/README.md
@@ -1,6 +1,6 @@
# restic-operator
-![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.1](https://img.shields.io/badge/AppVersion-0.1.1-informational?style=flat-square)
+![Version: 0.1.3](https://img.shields.io/badge/Version-0.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.2](https://img.shields.io/badge/AppVersion-0.1.2-informational?style=flat-square)
A Helm chart to deploy the restic-operator in Kubernetes
diff --git a/charts/restic-operator/templates/rbac.yaml b/charts/restic-operator/templates/rbac.yaml
index aea7dcb..3e8ab18 100644
--- a/charts/restic-operator/templates/rbac.yaml
+++ b/charts/restic-operator/templates/rbac.yaml
@@ -15,6 +15,17 @@ rules:
- ""
resources:
- configmaps
+ verbs:
+ - create
+ - delete
+ - get
+ - list
+ - patch
+ - update
+ - watch
+ - apiGroups:
+ - batch
+ resources:
- cronjobs
- jobs
verbs: