From a68d9d6c58b2287ace92b8679120bbdc137b7f63 Mon Sep 17 00:00:00 2001 From: Tobias Harnickell Date: Mon, 7 Aug 2023 18:20:24 +0200 Subject: [PATCH 1/3] Changed `pullSecret` from `string` to `bool` Signed-off-by: Tobias Harnickell --- charts/common/values.schema.json | 2 +- charts/common/values.yaml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/charts/common/values.schema.json b/charts/common/values.schema.json index adadd64e..60fd2497 100644 --- a/charts/common/values.schema.json +++ b/charts/common/values.schema.json @@ -378,7 +378,7 @@ ], "properties": { "pullSecret": { - "type": "string" + "type": "boolean" } } } diff --git a/charts/common/values.yaml b/charts/common/values.yaml index 2406cc8e..121bbb07 100644 --- a/charts/common/values.yaml +++ b/charts/common/values.yaml @@ -16,11 +16,12 @@ defaultTag: latest # timezone to set as environment variable 'TZ' in each pod. Comment out for using default ("Europe/Zurich") # timezone: "Europe/Zurich" -# secrets contains the pullSecret for the container registry to pull images. +# secrets contains the pullSecret for the container registry to pull images. Set to 'true' to use a pullSecret. +# The secret name consists of the 'library.name' variable and the suffix '-registry-pull-secret'. secrets: data: registry: - pullSecret: "" + pullSecret: false # start common.networkpolicy # -- networkpolicy restricts all access between the pods. To configure allowed connections, go to components.*.networkpolicy.podSelector From a675ea42252d02f1d900e07a83770f9740f662ae Mon Sep 17 00:00:00 2001 From: Tobias Harnickell Date: Mon, 7 Aug 2023 18:27:01 +0200 Subject: [PATCH 2/3] Bumped common Chart version to 10.3.2 Signed-off-by: Tobias Harnickell --- charts/common/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/common/Chart.yaml b/charts/common/Chart.yaml index 23cd808d..fee5e572 100644 --- a/charts/common/Chart.yaml +++ b/charts/common/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: common description: "Bedag's common Helm chart to use for creating other Helm charts" -version: 10.3.1 +version: 10.3.2 # A chart can be either an 'application' or a 'library' chart. # # Application charts are a collection of templates that can be packaged into versioned archives From 8159fcc7f8eabc043fa1c5b91f1f62a71eb0a6c9 Mon Sep 17 00:00:00 2001 From: Tobias Harnickell Date: Mon, 7 Aug 2023 18:30:37 +0200 Subject: [PATCH 3/3] Regenerated documentation Signed-off-by: Tobias Harnickell --- charts/common/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/common/README.md b/charts/common/README.md index 8805fd18..deae336d 100644 --- a/charts/common/README.md +++ b/charts/common/README.md @@ -1,6 +1,6 @@ # common -![Version: 10.3.1](https://img.shields.io/badge/Version-10.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 10.3.2](https://img.shields.io/badge/Version-10.3.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) Bedag's common Helm chart to use for creating other Helm charts