diff --git a/test/ix-chart/2105.0.0/.helmignore b/test/ix-chart/2107.0.0/.helmignore similarity index 100% rename from test/ix-chart/2105.0.0/.helmignore rename to test/ix-chart/2107.0.0/.helmignore diff --git a/test/ix-chart/2105.0.0/Chart.lock b/test/ix-chart/2107.0.0/Chart.lock similarity index 100% rename from test/ix-chart/2105.0.0/Chart.lock rename to test/ix-chart/2107.0.0/Chart.lock diff --git a/test/ix-chart/2105.0.0/Chart.yaml b/test/ix-chart/2107.0.0/Chart.yaml similarity index 98% rename from test/ix-chart/2105.0.0/Chart.yaml rename to test/ix-chart/2107.0.0/Chart.yaml index 409830fb9a..fe9117873e 100644 --- a/test/ix-chart/2105.0.0/Chart.yaml +++ b/test/ix-chart/2107.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: 2105.0.0 +version: 2107.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/test/ix-chart/2105.0.0/README.md b/test/ix-chart/2107.0.0/README.md similarity index 100% rename from test/ix-chart/2105.0.0/README.md rename to test/ix-chart/2107.0.0/README.md diff --git a/test/ix-chart/2105.0.0/app-readme.md b/test/ix-chart/2107.0.0/app-readme.md similarity index 100% rename from test/ix-chart/2105.0.0/app-readme.md rename to test/ix-chart/2107.0.0/app-readme.md diff --git a/test/ix-chart/2105.0.0/charts/common-2105.0.0.tgz b/test/ix-chart/2107.0.0/charts/common-2105.0.0.tgz similarity index 100% rename from test/ix-chart/2105.0.0/charts/common-2105.0.0.tgz rename to test/ix-chart/2107.0.0/charts/common-2105.0.0.tgz diff --git a/test/ix-chart/2105.0.0/default_values.yaml b/test/ix-chart/2107.0.0/default_values.yaml similarity index 100% rename from test/ix-chart/2105.0.0/default_values.yaml rename to test/ix-chart/2107.0.0/default_values.yaml diff --git a/test/ix-chart/2105.0.0/questions.yaml b/test/ix-chart/2107.0.0/questions.yaml similarity index 95% rename from test/ix-chart/2105.0.0/questions.yaml rename to test/ix-chart/2107.0.0/questions.yaml index d2e34c3a9d..bf3bcd8656 100644 --- a/test/ix-chart/2105.0.0/questions.yaml +++ b/test/ix-chart/2107.0.0/questions.yaml @@ -255,7 +255,14 @@ questions: default: "Default" enum: - value: "Default" - description: "Use Default DNS Policy" + description: "Use Default DNS Policy where Pod will inherit the name resolution configuration from the node." + - value: "ClusterFirst" + description: > + "Kubernetes internal DNS will be prioritised and resolved first. If the domain does not resolve with internal + kubernetes DNS, the DNS query will be forwarded to the upstream nameserver inherited from the node. This is + useful if the workload needs to access other service(s)/workload(s) using kubernetes internal DNS." + - value: "ClusterFirstWithHostNet" + description: "For Pods running with hostNetwork and wanting to prioritise internal kubernetes DNS should make use of this policy." - value: "None" description: "Ignore DNS settings from the Kubernetes cluster" - variable: dnsConfig diff --git a/test/ix-chart/2105.0.0/templates/NOTES.txt b/test/ix-chart/2107.0.0/templates/NOTES.txt similarity index 100% rename from test/ix-chart/2105.0.0/templates/NOTES.txt rename to test/ix-chart/2107.0.0/templates/NOTES.txt diff --git a/test/ix-chart/2105.0.0/templates/_containers.tpl b/test/ix-chart/2107.0.0/templates/_containers.tpl similarity index 100% rename from test/ix-chart/2105.0.0/templates/_containers.tpl rename to test/ix-chart/2107.0.0/templates/_containers.tpl diff --git a/test/ix-chart/2105.0.0/templates/_helpers.tpl b/test/ix-chart/2107.0.0/templates/_helpers.tpl similarity index 100% rename from test/ix-chart/2105.0.0/templates/_helpers.tpl rename to test/ix-chart/2107.0.0/templates/_helpers.tpl diff --git a/test/ix-chart/2105.0.0/templates/_networking.tpl b/test/ix-chart/2107.0.0/templates/_networking.tpl similarity index 100% rename from test/ix-chart/2105.0.0/templates/_networking.tpl rename to test/ix-chart/2107.0.0/templates/_networking.tpl diff --git a/test/ix-chart/2105.0.0/templates/_volumes.tpl b/test/ix-chart/2107.0.0/templates/_volumes.tpl similarity index 100% rename from test/ix-chart/2105.0.0/templates/_volumes.tpl rename to test/ix-chart/2107.0.0/templates/_volumes.tpl diff --git a/test/ix-chart/2105.0.0/templates/_workload.tpl b/test/ix-chart/2107.0.0/templates/_workload.tpl similarity index 100% rename from test/ix-chart/2105.0.0/templates/_workload.tpl rename to test/ix-chart/2107.0.0/templates/_workload.tpl diff --git a/test/ix-chart/2105.0.0/templates/external-interfaces.yaml b/test/ix-chart/2107.0.0/templates/external-interfaces.yaml similarity index 100% rename from test/ix-chart/2105.0.0/templates/external-interfaces.yaml rename to test/ix-chart/2107.0.0/templates/external-interfaces.yaml diff --git a/test/ix-chart/2105.0.0/templates/service.yaml b/test/ix-chart/2107.0.0/templates/service.yaml similarity index 100% rename from test/ix-chart/2105.0.0/templates/service.yaml rename to test/ix-chart/2107.0.0/templates/service.yaml diff --git a/test/ix-chart/2105.0.0/templates/tests/deployment-check.yaml b/test/ix-chart/2107.0.0/templates/tests/deployment-check.yaml similarity index 100% rename from test/ix-chart/2105.0.0/templates/tests/deployment-check.yaml rename to test/ix-chart/2107.0.0/templates/tests/deployment-check.yaml diff --git a/test/ix-chart/2105.0.0/templates/workload.yaml b/test/ix-chart/2107.0.0/templates/workload.yaml similarity index 100% rename from test/ix-chart/2105.0.0/templates/workload.yaml rename to test/ix-chart/2107.0.0/templates/workload.yaml diff --git a/test/ix-chart/2105.0.0/test_values.yaml b/test/ix-chart/2107.0.0/test_values.yaml similarity index 100% rename from test/ix-chart/2105.0.0/test_values.yaml rename to test/ix-chart/2107.0.0/test_values.yaml diff --git a/test/ix-chart/2105.0.0/values.yaml b/test/ix-chart/2107.0.0/values.yaml similarity index 100% rename from test/ix-chart/2105.0.0/values.yaml rename to test/ix-chart/2107.0.0/values.yaml