Update ix-chart version

This commit is contained in:
Waqar Ahmed
2021-01-28 18:41:45 +05:00
parent aca963b204
commit 46cd5fe571
19 changed files with 3 additions and 3 deletions

View File

@@ -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: 2101.0.0
version: 2102.0.0
# 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

View File

@@ -100,7 +100,7 @@ questions:
min_length: 8
max_length: 40
- variable: environment
- variable: environmentVariables
label: "Minio image environment"
group: "Minio Configuration"
schema:

View File

@@ -50,7 +50,7 @@ spec:
secretKeyRef:
name: {{ template "minio.secretName" . }}
key: secretkey
{{- range $envVariable := .Values.environment }}
{{- range $envVariable := .Values.environmentVariables }}
{{- if and $envVariable.name $envVariable.value }}
- name: {{ $envVariable.name }}
value: {{ $envVariable.value | quote }}