Commit 46cd5fe5 authored by Waqar Ahmed's avatar Waqar Ahmed

Update ix-chart version

parent aca963b2
......@@ -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
......
......@@ -100,7 +100,7 @@ questions:
min_length: 8
max_length: 40
- variable: environment
- variable: environmentVariables
label: "Minio image environment"
group: "Minio Configuration"
schema:
......
......@@ -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 }}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment