mirror of
https://github.com/truenas/charts.git
synced 2026-05-09 23:43:01 +08:00
Update ix-chart version
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user