diff --git a/charts/common/Chart.yaml b/charts/common/Chart.yaml index 5f5fad8..614af97 100644 --- a/charts/common/Chart.yaml +++ b/charts/common/Chart.yaml @@ -15,4 +15,4 @@ type: library # 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.3.1 +version: 0.4.0 diff --git a/charts/common/templates/_envFromRef.yaml b/charts/common/templates/_envFromRef.yaml index d3c6c86..fab3758 100644 --- a/charts/common/templates/_envFromRef.yaml +++ b/charts/common/templates/_envFromRef.yaml @@ -8,30 +8,24 @@ envFrom: &envFrom {{- range .Values.existingSecrets }} - secretRef: name: {{ .name }} - optional: {{ .optional }} + optional: {{ .optional | default false }} {{- end }} - {{- range .Values.existingConfigMaps }} - configMapRef: name: {{ .name }} - optional: {{ .optional }} + optional: {{ .optional | default false }} {{- end }} - {{- if .Values.secretEnabled }} - secretRef: name: {{ include "common.robustName" $.Release.Name }} {{- end }} - - {{- if .Values.secretName }} - secretRef: name: {{ .Values.secretName }} {{- end }} - {{- if .Values.sealedSecrets }} - secretRef: name: {{ template "common.robustName" .Release.Name }} {{- end }} - {{- end }} {{- end }} \ No newline at end of file diff --git a/charts/cron-job/Chart.lock b/charts/cron-job/Chart.lock index dea9c02..8309305 100644 --- a/charts/cron-job/Chart.lock +++ b/charts/cron-job/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: common repository: file://../common - version: 0.3.1 -digest: sha256:64689b29ef8b2262efbd5d49bccf40f798698d426dcfdc7c632aaf183a8cc681 -generated: "2023-08-18T08:34:24.144108449+02:00" + version: 0.4.0 +digest: sha256:d4eccd332ada7362f429e04b82022f5605a02e2d3aa7b9fdf8adaf4f6c9e03eb +generated: "2023-10-20T10:53:13.982995773+02:00" diff --git a/charts/cron-job/Chart.yaml b/charts/cron-job/Chart.yaml index 3267c1c..c0c2cfd 100644 --- a/charts/cron-job/Chart.yaml +++ b/charts/cron-job/Chart.yaml @@ -19,5 +19,5 @@ version: 0.58.0 dependencies: - name: common - version: 0.3.1 + version: 0.4.0 repository: file://../common diff --git a/charts/cron-job/charts/common-0.3.1.tgz b/charts/cron-job/charts/common-0.3.1.tgz deleted file mode 100644 index 11a7ba4..0000000 Binary files a/charts/cron-job/charts/common-0.3.1.tgz and /dev/null differ diff --git a/charts/cron-job/charts/common-0.4.0.tgz b/charts/cron-job/charts/common-0.4.0.tgz new file mode 100644 index 0000000..25e1fd4 Binary files /dev/null and b/charts/cron-job/charts/common-0.4.0.tgz differ diff --git a/charts/onechart/Chart.lock b/charts/onechart/Chart.lock index f5151d6..57a2876 100644 --- a/charts/onechart/Chart.lock +++ b/charts/onechart/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: common repository: file://../common - version: 0.3.1 -digest: sha256:64689b29ef8b2262efbd5d49bccf40f798698d426dcfdc7c632aaf183a8cc681 -generated: "2023-08-18T08:31:18.469039683+02:00" + version: 0.4.0 +digest: sha256:d4eccd332ada7362f429e04b82022f5605a02e2d3aa7b9fdf8adaf4f6c9e03eb +generated: "2023-10-20T10:52:47.237955041+02:00" diff --git a/charts/onechart/Chart.yaml b/charts/onechart/Chart.yaml index 2f9539f..cefae42 100644 --- a/charts/onechart/Chart.yaml +++ b/charts/onechart/Chart.yaml @@ -19,5 +19,5 @@ version: 0.58.0 dependencies: - name: common - version: 0.3.1 + version: 0.4.0 repository: file://../common diff --git a/charts/onechart/charts/common-0.3.1.tgz b/charts/onechart/charts/common-0.3.1.tgz deleted file mode 100644 index 502b2c6..0000000 Binary files a/charts/onechart/charts/common-0.3.1.tgz and /dev/null differ diff --git a/charts/onechart/charts/common-0.4.0.tgz b/charts/onechart/charts/common-0.4.0.tgz new file mode 100644 index 0000000..25e1fd4 Binary files /dev/null and b/charts/onechart/charts/common-0.4.0.tgz differ