From 737fad21cbb2a75f0444d783714a52167309f1de Mon Sep 17 00:00:00 2001 From: Rei Date: Tue, 12 Nov 2024 13:41:31 +0100 Subject: [PATCH] [Cronjobs] fix typo (#17) Co-authored-by: Rainer 'rei' Schuth --- charts/cronjobs/Chart.yaml | 2 +- charts/cronjobs/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/cronjobs/Chart.yaml b/charts/cronjobs/Chart.yaml index 24c4473..e398a97 100644 --- a/charts/cronjobs/Chart.yaml +++ b/charts/cronjobs/Chart.yaml @@ -3,7 +3,7 @@ apiVersion: v2 name: cronjobs description: A generic helm cronjob chart for kubernetes type: application -version: 1.4.0 +version: 1.4.1 appVersion: latest home: https://github.com/klicktipp/helm-charts keywords: diff --git a/charts/cronjobs/values.yaml b/charts/cronjobs/values.yaml index d3db174..f3c07d2 100644 --- a/charts/cronjobs/values.yaml +++ b/charts/cronjobs/values.yaml @@ -103,7 +103,7 @@ serviceAccount: rbac: # Enable creation of Role/RoleBinding - create: true + create: false # Annotations to add to the role and rolebinding annotations: {} # Rules for the role