From 26a7b374e27cde79818c857d6ea089923925a235 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20=C5=A0alata?= Date: Tue, 6 Apr 2021 11:03:57 +0200 Subject: [PATCH] Add update permission for secrets --- helm/imagepullsecret-injector/Chart.yaml | 2 +- helm/imagepullsecret-injector/templates/rbac.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/helm/imagepullsecret-injector/Chart.yaml b/helm/imagepullsecret-injector/Chart.yaml index 24d8928..57e1367 100644 --- a/helm/imagepullsecret-injector/Chart.yaml +++ b/helm/imagepullsecret-injector/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.0.18 +version: 0.0.19 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/helm/imagepullsecret-injector/templates/rbac.yaml b/helm/imagepullsecret-injector/templates/rbac.yaml index e3fbb65..7eb9336 100644 --- a/helm/imagepullsecret-injector/templates/rbac.yaml +++ b/helm/imagepullsecret-injector/templates/rbac.yaml @@ -25,6 +25,7 @@ rules: - create - get - delete + - update - apiGroups: - "" resources: