From 46cd5fe57160612e481a6d32f5ea6c5a3f48de8c Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Date: Thu, 28 Jan 2021 18:41:45 +0500 Subject: [PATCH] Update ix-chart version --- charts/ix-chart/{2101.0.0 => 2102.0.0}/.helmignore | 0 charts/ix-chart/{2101.0.0 => 2102.0.0}/Chart.yaml | 2 +- charts/ix-chart/{2101.0.0 => 2102.0.0}/README.md | 0 charts/ix-chart/{2101.0.0 => 2102.0.0}/app-readme.md | 0 charts/ix-chart/{2101.0.0 => 2102.0.0}/questions.yaml | 0 charts/ix-chart/{2101.0.0 => 2102.0.0}/templates/NOTES.txt | 0 .../ix-chart/{2101.0.0 => 2102.0.0}/templates/_containers.tpl | 0 charts/ix-chart/{2101.0.0 => 2102.0.0}/templates/_helpers.tpl | 0 .../ix-chart/{2101.0.0 => 2102.0.0}/templates/_networking.tpl | 0 charts/ix-chart/{2101.0.0 => 2102.0.0}/templates/_volumes.tpl | 0 charts/ix-chart/{2101.0.0 => 2102.0.0}/templates/_workload.tpl | 0 .../{2101.0.0 => 2102.0.0}/templates/external-interfaces.yaml | 0 charts/ix-chart/{2101.0.0 => 2102.0.0}/templates/service.yaml | 0 .../templates/tests/deployment-check.yaml | 0 charts/ix-chart/{2101.0.0 => 2102.0.0}/templates/workload.yaml | 0 charts/ix-chart/{2101.0.0 => 2102.0.0}/test_values.yaml | 0 charts/ix-chart/{2101.0.0 => 2102.0.0}/values.yaml | 0 charts/minio/1.0.1/questions.yaml | 2 +- charts/minio/1.0.1/templates/deployment.yaml | 2 +- 19 files changed, 3 insertions(+), 3 deletions(-) rename charts/ix-chart/{2101.0.0 => 2102.0.0}/.helmignore (100%) rename charts/ix-chart/{2101.0.0 => 2102.0.0}/Chart.yaml (98%) rename charts/ix-chart/{2101.0.0 => 2102.0.0}/README.md (100%) rename charts/ix-chart/{2101.0.0 => 2102.0.0}/app-readme.md (100%) rename charts/ix-chart/{2101.0.0 => 2102.0.0}/questions.yaml (100%) rename charts/ix-chart/{2101.0.0 => 2102.0.0}/templates/NOTES.txt (100%) rename charts/ix-chart/{2101.0.0 => 2102.0.0}/templates/_containers.tpl (100%) rename charts/ix-chart/{2101.0.0 => 2102.0.0}/templates/_helpers.tpl (100%) rename charts/ix-chart/{2101.0.0 => 2102.0.0}/templates/_networking.tpl (100%) rename charts/ix-chart/{2101.0.0 => 2102.0.0}/templates/_volumes.tpl (100%) rename charts/ix-chart/{2101.0.0 => 2102.0.0}/templates/_workload.tpl (100%) rename charts/ix-chart/{2101.0.0 => 2102.0.0}/templates/external-interfaces.yaml (100%) rename charts/ix-chart/{2101.0.0 => 2102.0.0}/templates/service.yaml (100%) rename charts/ix-chart/{2101.0.0 => 2102.0.0}/templates/tests/deployment-check.yaml (100%) rename charts/ix-chart/{2101.0.0 => 2102.0.0}/templates/workload.yaml (100%) rename charts/ix-chart/{2101.0.0 => 2102.0.0}/test_values.yaml (100%) rename charts/ix-chart/{2101.0.0 => 2102.0.0}/values.yaml (100%) diff --git a/charts/ix-chart/2101.0.0/.helmignore b/charts/ix-chart/2102.0.0/.helmignore similarity index 100% rename from charts/ix-chart/2101.0.0/.helmignore rename to charts/ix-chart/2102.0.0/.helmignore diff --git a/charts/ix-chart/2101.0.0/Chart.yaml b/charts/ix-chart/2102.0.0/Chart.yaml similarity index 98% rename from charts/ix-chart/2101.0.0/Chart.yaml rename to charts/ix-chart/2102.0.0/Chart.yaml index 3d45a108e3..d4eb8dc5ae 100644 --- a/charts/ix-chart/2101.0.0/Chart.yaml +++ b/charts/ix-chart/2102.0.0/Chart.yaml @@ -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 diff --git a/charts/ix-chart/2101.0.0/README.md b/charts/ix-chart/2102.0.0/README.md similarity index 100% rename from charts/ix-chart/2101.0.0/README.md rename to charts/ix-chart/2102.0.0/README.md diff --git a/charts/ix-chart/2101.0.0/app-readme.md b/charts/ix-chart/2102.0.0/app-readme.md similarity index 100% rename from charts/ix-chart/2101.0.0/app-readme.md rename to charts/ix-chart/2102.0.0/app-readme.md diff --git a/charts/ix-chart/2101.0.0/questions.yaml b/charts/ix-chart/2102.0.0/questions.yaml similarity index 100% rename from charts/ix-chart/2101.0.0/questions.yaml rename to charts/ix-chart/2102.0.0/questions.yaml diff --git a/charts/ix-chart/2101.0.0/templates/NOTES.txt b/charts/ix-chart/2102.0.0/templates/NOTES.txt similarity index 100% rename from charts/ix-chart/2101.0.0/templates/NOTES.txt rename to charts/ix-chart/2102.0.0/templates/NOTES.txt diff --git a/charts/ix-chart/2101.0.0/templates/_containers.tpl b/charts/ix-chart/2102.0.0/templates/_containers.tpl similarity index 100% rename from charts/ix-chart/2101.0.0/templates/_containers.tpl rename to charts/ix-chart/2102.0.0/templates/_containers.tpl diff --git a/charts/ix-chart/2101.0.0/templates/_helpers.tpl b/charts/ix-chart/2102.0.0/templates/_helpers.tpl similarity index 100% rename from charts/ix-chart/2101.0.0/templates/_helpers.tpl rename to charts/ix-chart/2102.0.0/templates/_helpers.tpl diff --git a/charts/ix-chart/2101.0.0/templates/_networking.tpl b/charts/ix-chart/2102.0.0/templates/_networking.tpl similarity index 100% rename from charts/ix-chart/2101.0.0/templates/_networking.tpl rename to charts/ix-chart/2102.0.0/templates/_networking.tpl diff --git a/charts/ix-chart/2101.0.0/templates/_volumes.tpl b/charts/ix-chart/2102.0.0/templates/_volumes.tpl similarity index 100% rename from charts/ix-chart/2101.0.0/templates/_volumes.tpl rename to charts/ix-chart/2102.0.0/templates/_volumes.tpl diff --git a/charts/ix-chart/2101.0.0/templates/_workload.tpl b/charts/ix-chart/2102.0.0/templates/_workload.tpl similarity index 100% rename from charts/ix-chart/2101.0.0/templates/_workload.tpl rename to charts/ix-chart/2102.0.0/templates/_workload.tpl diff --git a/charts/ix-chart/2101.0.0/templates/external-interfaces.yaml b/charts/ix-chart/2102.0.0/templates/external-interfaces.yaml similarity index 100% rename from charts/ix-chart/2101.0.0/templates/external-interfaces.yaml rename to charts/ix-chart/2102.0.0/templates/external-interfaces.yaml diff --git a/charts/ix-chart/2101.0.0/templates/service.yaml b/charts/ix-chart/2102.0.0/templates/service.yaml similarity index 100% rename from charts/ix-chart/2101.0.0/templates/service.yaml rename to charts/ix-chart/2102.0.0/templates/service.yaml diff --git a/charts/ix-chart/2101.0.0/templates/tests/deployment-check.yaml b/charts/ix-chart/2102.0.0/templates/tests/deployment-check.yaml similarity index 100% rename from charts/ix-chart/2101.0.0/templates/tests/deployment-check.yaml rename to charts/ix-chart/2102.0.0/templates/tests/deployment-check.yaml diff --git a/charts/ix-chart/2101.0.0/templates/workload.yaml b/charts/ix-chart/2102.0.0/templates/workload.yaml similarity index 100% rename from charts/ix-chart/2101.0.0/templates/workload.yaml rename to charts/ix-chart/2102.0.0/templates/workload.yaml diff --git a/charts/ix-chart/2101.0.0/test_values.yaml b/charts/ix-chart/2102.0.0/test_values.yaml similarity index 100% rename from charts/ix-chart/2101.0.0/test_values.yaml rename to charts/ix-chart/2102.0.0/test_values.yaml diff --git a/charts/ix-chart/2101.0.0/values.yaml b/charts/ix-chart/2102.0.0/values.yaml similarity index 100% rename from charts/ix-chart/2101.0.0/values.yaml rename to charts/ix-chart/2102.0.0/values.yaml diff --git a/charts/minio/1.0.1/questions.yaml b/charts/minio/1.0.1/questions.yaml index 32060e019d..ea803a6911 100644 --- a/charts/minio/1.0.1/questions.yaml +++ b/charts/minio/1.0.1/questions.yaml @@ -100,7 +100,7 @@ questions: min_length: 8 max_length: 40 - - variable: environment + - variable: environmentVariables label: "Minio image environment" group: "Minio Configuration" schema: diff --git a/charts/minio/1.0.1/templates/deployment.yaml b/charts/minio/1.0.1/templates/deployment.yaml index 6b35f87903..407bba80f2 100644 --- a/charts/minio/1.0.1/templates/deployment.yaml +++ b/charts/minio/1.0.1/templates/deployment.yaml @@ -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 }}