Sfoglia il codice sorgente

Merge pull request #139 from truenas/NAS-112192

NAS-112192 / 21.10 / Allow configuring DNS options for ix-chart
Waqar Ahmed 4 anni fa
parent
commit
b10376f156

+ 0 - 0
test/ix-chart/2109.0.0/.helmignore → test/ix-chart/2109.1.0/.helmignore


+ 0 - 0
test/ix-chart/2109.0.0/Chart.lock → test/ix-chart/2109.1.0/Chart.lock


+ 1 - 1
test/ix-chart/2109.0.0/Chart.yaml → test/ix-chart/2109.1.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: 2109.0.0
+version: 2109.1.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

+ 0 - 0
test/ix-chart/2109.0.0/README.md → test/ix-chart/2109.1.0/README.md


+ 0 - 0
test/ix-chart/2109.0.0/app-readme.md → test/ix-chart/2109.1.0/app-readme.md


+ 0 - 0
test/ix-chart/2109.0.0/charts/common-2105.0.0.tgz → test/ix-chart/2109.1.0/charts/common-2105.0.0.tgz


+ 0 - 0
test/ix-chart/2109.0.0/default_values.yaml → test/ix-chart/2109.1.0/default_values.yaml


+ 20 - 0
test/ix-chart/2109.0.0/questions.yaml → test/ix-chart/2109.1.0/questions.yaml

@@ -292,6 +292,26 @@ questions:
                 label: "Search Entry"
                 schema:
                   type: string
+        - variable: options
+          label: "DNS Options"
+          schema:
+            type: list
+            items:
+              - variable: optionsEntry
+                label: "Option Entry Configuration"
+                schema:
+                  type: dict
+                  attrs:
+                    - variable: name
+                      label: "Option Name"
+                      schema:
+                        type: string
+                        required: true
+                    - variable: value
+                      label: "Option Value"
+                      schema:
+                        type: string
+                        required: true
 
   - variable: hostNetwork
     label: "Provide access to node network namespace for the workload"

+ 0 - 0
test/ix-chart/2109.0.0/templates/NOTES.txt → test/ix-chart/2109.1.0/templates/NOTES.txt


+ 0 - 0
test/ix-chart/2109.0.0/templates/_containers.tpl → test/ix-chart/2109.1.0/templates/_containers.tpl


+ 0 - 0
test/ix-chart/2109.0.0/templates/_helpers.tpl → test/ix-chart/2109.1.0/templates/_helpers.tpl


+ 0 - 0
test/ix-chart/2109.0.0/templates/_networking.tpl → test/ix-chart/2109.1.0/templates/_networking.tpl


+ 0 - 0
test/ix-chart/2109.0.0/templates/_volumes.tpl → test/ix-chart/2109.1.0/templates/_volumes.tpl


+ 0 - 0
test/ix-chart/2109.0.0/templates/_workload.tpl → test/ix-chart/2109.1.0/templates/_workload.tpl


+ 0 - 0
test/ix-chart/2109.0.0/templates/external-interfaces.yaml → test/ix-chart/2109.1.0/templates/external-interfaces.yaml


+ 0 - 0
test/ix-chart/2109.0.0/templates/service.yaml → test/ix-chart/2109.1.0/templates/service.yaml


+ 0 - 0
test/ix-chart/2109.0.0/templates/tests/deployment-check.yaml → test/ix-chart/2109.1.0/templates/tests/deployment-check.yaml


+ 0 - 0
test/ix-chart/2109.0.0/templates/workload.yaml → test/ix-chart/2109.1.0/templates/workload.yaml


+ 0 - 0
test/ix-chart/2109.0.0/test_values.yaml → test/ix-chart/2109.1.0/test_values.yaml


+ 0 - 0
test/ix-chart/2109.0.0/values.yaml → test/ix-chart/2109.1.0/values.yaml