From ff83044987a07d2d8443029879095ee7c837406a Mon Sep 17 00:00:00 2001 From: Anshul Gupta Date: Sat, 14 Dec 2024 19:04:24 -0800 Subject: Fix `restic-operator` RBAC permissions --- charts/restic-operator/Chart.yaml | 2 +- charts/restic-operator/README.md | 2 +- charts/restic-operator/templates/rbac.yaml | 11 +++++++++++ 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: -- cgit v1.2.3