diff --git a/charts/ix-chart/2111.0.1/.helmignore b/charts/ix-chart/2201.0.0/.helmignore similarity index 100% rename from charts/ix-chart/2111.0.1/.helmignore rename to charts/ix-chart/2201.0.0/.helmignore diff --git a/charts/ix-chart/2111.0.1/Chart.lock b/charts/ix-chart/2201.0.0/Chart.lock similarity index 100% rename from charts/ix-chart/2111.0.1/Chart.lock rename to charts/ix-chart/2201.0.0/Chart.lock diff --git a/charts/ix-chart/2111.0.1/Chart.yaml b/charts/ix-chart/2201.0.0/Chart.yaml similarity index 98% rename from charts/ix-chart/2111.0.1/Chart.yaml rename to charts/ix-chart/2201.0.0/Chart.yaml index 7e7a3968df..c8e7b3f5db 100644 --- a/charts/ix-chart/2111.0.1/Chart.yaml +++ b/charts/ix-chart/2201.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: 2111.0.1 +version: 2201.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 @@ -25,4 +25,3 @@ dependencies: - name: common repository: file://../../../library/common/2112.0.0 version: 2112.0.0 - diff --git a/charts/ix-chart/2111.0.1/README.md b/charts/ix-chart/2201.0.0/README.md similarity index 100% rename from charts/ix-chart/2111.0.1/README.md rename to charts/ix-chart/2201.0.0/README.md diff --git a/charts/ix-chart/2111.0.1/app-readme.md b/charts/ix-chart/2201.0.0/app-readme.md similarity index 100% rename from charts/ix-chart/2111.0.1/app-readme.md rename to charts/ix-chart/2201.0.0/app-readme.md diff --git a/charts/ix-chart/2111.0.1/charts/common-2112.0.0.tgz b/charts/ix-chart/2201.0.0/charts/common-2112.0.0.tgz similarity index 100% rename from charts/ix-chart/2111.0.1/charts/common-2112.0.0.tgz rename to charts/ix-chart/2201.0.0/charts/common-2112.0.0.tgz diff --git a/test/ix-chart/2111.0.1/questions.yaml b/charts/ix-chart/2201.0.0/questions.yaml similarity index 97% rename from test/ix-chart/2111.0.1/questions.yaml rename to charts/ix-chart/2201.0.0/questions.yaml index b8f4d7b534..8f0e9f9c04 100644 --- a/test/ix-chart/2111.0.1/questions.yaml +++ b/charts/ix-chart/2201.0.0/questions.yaml @@ -502,6 +502,22 @@ questions: - "definitions/gpuConfiguration" attrs: [] + - variable: tty + label: "Enable TTY" + description: "Determines whether containers in a pod runs with TTY enabled. By default pod has it disabled." + group: "Workload Details" + schema: + type: boolean + default: false + + - variable: stdin + label: "Enable STDIN" + description: "Determines whether containers in a pod runs with stdin enabled. By default pod has it disabled." + group: "Workload Details" + schema: + type: boolean + default: false + - variable: securityContext label: "Security Context" group: "Workload Details" diff --git a/charts/ix-chart/2111.0.1/templates/NOTES.txt b/charts/ix-chart/2201.0.0/templates/NOTES.txt similarity index 100% rename from charts/ix-chart/2111.0.1/templates/NOTES.txt rename to charts/ix-chart/2201.0.0/templates/NOTES.txt diff --git a/charts/ix-chart/2111.0.1/templates/_containers.tpl b/charts/ix-chart/2201.0.0/templates/_containers.tpl similarity index 100% rename from charts/ix-chart/2111.0.1/templates/_containers.tpl rename to charts/ix-chart/2201.0.0/templates/_containers.tpl diff --git a/charts/ix-chart/2111.0.1/templates/_helpers.tpl b/charts/ix-chart/2201.0.0/templates/_helpers.tpl similarity index 100% rename from charts/ix-chart/2111.0.1/templates/_helpers.tpl rename to charts/ix-chart/2201.0.0/templates/_helpers.tpl diff --git a/charts/ix-chart/2111.0.1/templates/_networking.tpl b/charts/ix-chart/2201.0.0/templates/_networking.tpl similarity index 100% rename from charts/ix-chart/2111.0.1/templates/_networking.tpl rename to charts/ix-chart/2201.0.0/templates/_networking.tpl diff --git a/charts/ix-chart/2111.0.1/templates/_volumes.tpl b/charts/ix-chart/2201.0.0/templates/_volumes.tpl similarity index 100% rename from charts/ix-chart/2111.0.1/templates/_volumes.tpl rename to charts/ix-chart/2201.0.0/templates/_volumes.tpl diff --git a/test/ix-chart/2111.0.1/templates/_workload.tpl b/charts/ix-chart/2201.0.0/templates/_workload.tpl similarity index 98% rename from test/ix-chart/2111.0.1/templates/_workload.tpl rename to charts/ix-chart/2201.0.0/templates/_workload.tpl index 99f0241156..23f869a248 100644 --- a/test/ix-chart/2111.0.1/templates/_workload.tpl +++ b/charts/ix-chart/2201.0.0/templates/_workload.tpl @@ -55,6 +55,8 @@ hostNetwork: {{ template "hostNetworkingConfiguration" . }} containers: - name: {{ .Chart.Name }} {{- include "volumeMountsConfiguration" . | indent 2}} + tty: {{ .Values.tty }} + stdin: {{ .Values.stdin }} securityContext: privileged: {{ .Values.securityContext.privileged }} {{ if .Values.securityContext.capabilities }} diff --git a/charts/ix-chart/2111.0.1/templates/external-interfaces.yaml b/charts/ix-chart/2201.0.0/templates/external-interfaces.yaml similarity index 100% rename from charts/ix-chart/2111.0.1/templates/external-interfaces.yaml rename to charts/ix-chart/2201.0.0/templates/external-interfaces.yaml diff --git a/charts/ix-chart/2111.0.1/templates/service.yaml b/charts/ix-chart/2201.0.0/templates/service.yaml similarity index 100% rename from charts/ix-chart/2111.0.1/templates/service.yaml rename to charts/ix-chart/2201.0.0/templates/service.yaml diff --git a/charts/ix-chart/2111.0.1/templates/tests/deployment-check.yaml b/charts/ix-chart/2201.0.0/templates/tests/deployment-check.yaml similarity index 100% rename from charts/ix-chart/2111.0.1/templates/tests/deployment-check.yaml rename to charts/ix-chart/2201.0.0/templates/tests/deployment-check.yaml diff --git a/charts/ix-chart/2111.0.1/templates/workload.yaml b/charts/ix-chart/2201.0.0/templates/workload.yaml similarity index 100% rename from charts/ix-chart/2111.0.1/templates/workload.yaml rename to charts/ix-chart/2201.0.0/templates/workload.yaml diff --git a/test/ix-chart/2111.0.1/test_values.yaml b/charts/ix-chart/2201.0.0/test_values.yaml similarity index 97% rename from test/ix-chart/2111.0.1/test_values.yaml rename to charts/ix-chart/2201.0.0/test_values.yaml index beccc104ea..0ca4dc7677 100644 --- a/test/ix-chart/2111.0.1/test_values.yaml +++ b/charts/ix-chart/2201.0.0/test_values.yaml @@ -40,3 +40,5 @@ gpuConfiguration: {} securityContext: privileged: false capabilities: [] +tty: true +stdin: true diff --git a/test/ix-chart/2111.0.1/charts/common-2112.0.0.tgz b/test/ix-chart/2111.0.1/charts/common-2112.0.0.tgz deleted file mode 100644 index 62c214e1c8..0000000000 Binary files a/test/ix-chart/2111.0.1/charts/common-2112.0.0.tgz and /dev/null differ diff --git a/test/ix-chart/2111.0.1/.helmignore b/test/ix-chart/2201.0.0/.helmignore similarity index 100% rename from test/ix-chart/2111.0.1/.helmignore rename to test/ix-chart/2201.0.0/.helmignore diff --git a/test/ix-chart/2111.0.1/Chart.lock b/test/ix-chart/2201.0.0/Chart.lock similarity index 79% rename from test/ix-chart/2111.0.1/Chart.lock rename to test/ix-chart/2201.0.0/Chart.lock index 216fc20eb1..ba76e05c13 100644 --- a/test/ix-chart/2111.0.1/Chart.lock +++ b/test/ix-chart/2201.0.0/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: file://../../../library/common/2112.0.0 version: 2112.0.0 digest: sha256:47115d9b91afe42c8537dcf0fd8224f2f7d1c775f9ff860efa68a6b57d17d1c0 -generated: "2021-12-06T21:24:36.595653+05:00" +generated: "2021-12-06T21:40:37.023887+05:00" diff --git a/test/ix-chart/2111.0.1/Chart.yaml b/test/ix-chart/2201.0.0/Chart.yaml similarity index 98% rename from test/ix-chart/2111.0.1/Chart.yaml rename to test/ix-chart/2201.0.0/Chart.yaml index 7e7a3968df..c8e7b3f5db 100644 --- a/test/ix-chart/2111.0.1/Chart.yaml +++ b/test/ix-chart/2201.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: 2111.0.1 +version: 2201.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 @@ -25,4 +25,3 @@ dependencies: - name: common repository: file://../../../library/common/2112.0.0 version: 2112.0.0 - diff --git a/test/ix-chart/2111.0.1/README.md b/test/ix-chart/2201.0.0/README.md similarity index 100% rename from test/ix-chart/2111.0.1/README.md rename to test/ix-chart/2201.0.0/README.md diff --git a/test/ix-chart/2111.0.1/app-readme.md b/test/ix-chart/2201.0.0/app-readme.md similarity index 100% rename from test/ix-chart/2111.0.1/app-readme.md rename to test/ix-chart/2201.0.0/app-readme.md diff --git a/test/ix-chart/2201.0.0/charts/common-2112.0.0.tgz b/test/ix-chart/2201.0.0/charts/common-2112.0.0.tgz new file mode 100644 index 0000000000..62591a2a38 Binary files /dev/null and b/test/ix-chart/2201.0.0/charts/common-2112.0.0.tgz differ diff --git a/charts/ix-chart/2111.0.1/questions.yaml b/test/ix-chart/2201.0.0/questions.yaml similarity index 97% rename from charts/ix-chart/2111.0.1/questions.yaml rename to test/ix-chart/2201.0.0/questions.yaml index b8f4d7b534..8f0e9f9c04 100644 --- a/charts/ix-chart/2111.0.1/questions.yaml +++ b/test/ix-chart/2201.0.0/questions.yaml @@ -502,6 +502,22 @@ questions: - "definitions/gpuConfiguration" attrs: [] + - variable: tty + label: "Enable TTY" + description: "Determines whether containers in a pod runs with TTY enabled. By default pod has it disabled." + group: "Workload Details" + schema: + type: boolean + default: false + + - variable: stdin + label: "Enable STDIN" + description: "Determines whether containers in a pod runs with stdin enabled. By default pod has it disabled." + group: "Workload Details" + schema: + type: boolean + default: false + - variable: securityContext label: "Security Context" group: "Workload Details" diff --git a/test/ix-chart/2111.0.1/templates/NOTES.txt b/test/ix-chart/2201.0.0/templates/NOTES.txt similarity index 100% rename from test/ix-chart/2111.0.1/templates/NOTES.txt rename to test/ix-chart/2201.0.0/templates/NOTES.txt diff --git a/test/ix-chart/2111.0.1/templates/_containers.tpl b/test/ix-chart/2201.0.0/templates/_containers.tpl similarity index 100% rename from test/ix-chart/2111.0.1/templates/_containers.tpl rename to test/ix-chart/2201.0.0/templates/_containers.tpl diff --git a/test/ix-chart/2111.0.1/templates/_helpers.tpl b/test/ix-chart/2201.0.0/templates/_helpers.tpl similarity index 100% rename from test/ix-chart/2111.0.1/templates/_helpers.tpl rename to test/ix-chart/2201.0.0/templates/_helpers.tpl diff --git a/test/ix-chart/2111.0.1/templates/_networking.tpl b/test/ix-chart/2201.0.0/templates/_networking.tpl similarity index 100% rename from test/ix-chart/2111.0.1/templates/_networking.tpl rename to test/ix-chart/2201.0.0/templates/_networking.tpl diff --git a/test/ix-chart/2111.0.1/templates/_volumes.tpl b/test/ix-chart/2201.0.0/templates/_volumes.tpl similarity index 100% rename from test/ix-chart/2111.0.1/templates/_volumes.tpl rename to test/ix-chart/2201.0.0/templates/_volumes.tpl diff --git a/charts/ix-chart/2111.0.1/templates/_workload.tpl b/test/ix-chart/2201.0.0/templates/_workload.tpl similarity index 98% rename from charts/ix-chart/2111.0.1/templates/_workload.tpl rename to test/ix-chart/2201.0.0/templates/_workload.tpl index 99f0241156..23f869a248 100644 --- a/charts/ix-chart/2111.0.1/templates/_workload.tpl +++ b/test/ix-chart/2201.0.0/templates/_workload.tpl @@ -55,6 +55,8 @@ hostNetwork: {{ template "hostNetworkingConfiguration" . }} containers: - name: {{ .Chart.Name }} {{- include "volumeMountsConfiguration" . | indent 2}} + tty: {{ .Values.tty }} + stdin: {{ .Values.stdin }} securityContext: privileged: {{ .Values.securityContext.privileged }} {{ if .Values.securityContext.capabilities }} diff --git a/test/ix-chart/2111.0.1/templates/external-interfaces.yaml b/test/ix-chart/2201.0.0/templates/external-interfaces.yaml similarity index 100% rename from test/ix-chart/2111.0.1/templates/external-interfaces.yaml rename to test/ix-chart/2201.0.0/templates/external-interfaces.yaml diff --git a/test/ix-chart/2111.0.1/templates/service.yaml b/test/ix-chart/2201.0.0/templates/service.yaml similarity index 100% rename from test/ix-chart/2111.0.1/templates/service.yaml rename to test/ix-chart/2201.0.0/templates/service.yaml diff --git a/test/ix-chart/2111.0.1/templates/tests/deployment-check.yaml b/test/ix-chart/2201.0.0/templates/tests/deployment-check.yaml similarity index 100% rename from test/ix-chart/2111.0.1/templates/tests/deployment-check.yaml rename to test/ix-chart/2201.0.0/templates/tests/deployment-check.yaml diff --git a/test/ix-chart/2111.0.1/templates/workload.yaml b/test/ix-chart/2201.0.0/templates/workload.yaml similarity index 100% rename from test/ix-chart/2111.0.1/templates/workload.yaml rename to test/ix-chart/2201.0.0/templates/workload.yaml diff --git a/charts/ix-chart/2111.0.1/test_values.yaml b/test/ix-chart/2201.0.0/test_values.yaml similarity index 97% rename from charts/ix-chart/2111.0.1/test_values.yaml rename to test/ix-chart/2201.0.0/test_values.yaml index beccc104ea..0ca4dc7677 100644 --- a/charts/ix-chart/2111.0.1/test_values.yaml +++ b/test/ix-chart/2201.0.0/test_values.yaml @@ -40,3 +40,5 @@ gpuConfiguration: {} securityContext: privileged: false capabilities: [] +tty: true +stdin: true