Default value for optional; bumping common chart version

This commit is contained in:
Laszlo Fogas
2023-10-20 10:54:33 +02:00
parent aafc0bbfab
commit 8032acb1b9
10 changed files with 11 additions and 17 deletions
+1 -1
View File
@@ -15,4 +15,4 @@ type: library
# This is the chart version. This version number should be incremented each time you make changes # 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. # to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/) # Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.3.1 version: 0.4.0
+2 -8
View File
@@ -8,30 +8,24 @@ envFrom: &envFrom
{{- range .Values.existingSecrets }} {{- range .Values.existingSecrets }}
- secretRef: - secretRef:
name: {{ .name }} name: {{ .name }}
optional: {{ .optional }} optional: {{ .optional | default false }}
{{- end }} {{- end }}
{{- range .Values.existingConfigMaps }} {{- range .Values.existingConfigMaps }}
- configMapRef: - configMapRef:
name: {{ .name }} name: {{ .name }}
optional: {{ .optional }} optional: {{ .optional | default false }}
{{- end }} {{- end }}
{{- if .Values.secretEnabled }} {{- if .Values.secretEnabled }}
- secretRef: - secretRef:
name: {{ include "common.robustName" $.Release.Name }} name: {{ include "common.robustName" $.Release.Name }}
{{- end }} {{- end }}
{{- if .Values.secretName }} {{- if .Values.secretName }}
- secretRef: - secretRef:
name: {{ .Values.secretName }} name: {{ .Values.secretName }}
{{- end }} {{- end }}
{{- if .Values.sealedSecrets }} {{- if .Values.sealedSecrets }}
- secretRef: - secretRef:
name: {{ template "common.robustName" .Release.Name }} name: {{ template "common.robustName" .Release.Name }}
{{- end }} {{- end }}
{{- end }} {{- end }}
{{- end }} {{- end }}
+3 -3
View File
@@ -1,6 +1,6 @@
dependencies: dependencies:
- name: common - name: common
repository: file://../common repository: file://../common
version: 0.3.1 version: 0.4.0
digest: sha256:64689b29ef8b2262efbd5d49bccf40f798698d426dcfdc7c632aaf183a8cc681 digest: sha256:d4eccd332ada7362f429e04b82022f5605a02e2d3aa7b9fdf8adaf4f6c9e03eb
generated: "2023-08-18T08:34:24.144108449+02:00" generated: "2023-10-20T10:53:13.982995773+02:00"
+1 -1
View File
@@ -19,5 +19,5 @@ version: 0.58.0
dependencies: dependencies:
- name: common - name: common
version: 0.3.1 version: 0.4.0
repository: file://../common repository: file://../common
Binary file not shown.
Binary file not shown.
+3 -3
View File
@@ -1,6 +1,6 @@
dependencies: dependencies:
- name: common - name: common
repository: file://../common repository: file://../common
version: 0.3.1 version: 0.4.0
digest: sha256:64689b29ef8b2262efbd5d49bccf40f798698d426dcfdc7c632aaf183a8cc681 digest: sha256:d4eccd332ada7362f429e04b82022f5605a02e2d3aa7b9fdf8adaf4f6c9e03eb
generated: "2023-08-18T08:31:18.469039683+02:00" generated: "2023-10-20T10:52:47.237955041+02:00"
+1 -1
View File
@@ -19,5 +19,5 @@ version: 0.58.0
dependencies: dependencies:
- name: common - name: common
version: 0.3.1 version: 0.4.0
repository: file://../common repository: file://../common
Binary file not shown.
Binary file not shown.