Răsfoiți Sursa

Merge pull request #106 from truenas/NAS-111660

Update ix-chart from test train
Waqar Ahmed 4 ani în urmă
părinte
comite
9c59bff0eb

+ 0 - 6
charts/ix-chart/2104.0.0/Chart.lock

@@ -1,6 +0,0 @@
-dependencies:
-- name: common
-  repository: file://../../../library/common/2101.0.0
-  version: 2101.0.0
-digest: sha256:6ab46f958de11ae6a24d8f7e18417aa9852a8d968d5b0cc94ffa4700449931d6
-generated: "2021-02-04T01:15:55.365517+05:00"

BIN
charts/ix-chart/2104.0.0/charts/common-2101.0.0.tgz


+ 0 - 0
charts/ix-chart/2104.0.0/.helmignore → charts/ix-chart/2107.0.0/.helmignore


+ 6 - 0
charts/ix-chart/2107.0.0/Chart.lock

@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+  repository: file://../../../library/common/2105.0.0
+  version: 2105.0.0
+digest: sha256:11522ab36487826700d7ad0f86f713a4bb5d35248014bcef690fe94acbc09ef6
+generated: "2021-05-10T13:07:35.387798+05:00"

+ 3 - 3
charts/ix-chart/2104.0.0/Chart.yaml → charts/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: 2104.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
@@ -23,6 +23,6 @@ version: 2104.0.0
 appVersion: v1
 dependencies:
   - name: common
-    repository: file://../../../library/common/2101.0.0
-    version: 2101.0.0
+    repository: file://../../../library/common/2105.0.0
+    version: 2105.0.0
 

+ 0 - 0
charts/ix-chart/2104.0.0/README.md → charts/ix-chart/2107.0.0/README.md


+ 0 - 0
charts/ix-chart/2104.0.0/app-readme.md → charts/ix-chart/2107.0.0/app-readme.md


BIN
charts/ix-chart/2107.0.0/charts/common-2105.0.0.tgz


+ 0 - 0
charts/ix-chart/2104.0.0/default_values.yaml → charts/ix-chart/2107.0.0/default_values.yaml


+ 17 - 3
charts/ix-chart/2104.0.0/questions.yaml → charts/ix-chart/2107.0.0/questions.yaml

@@ -7,6 +7,8 @@ groups:
     description: "Set the environment that will be visible to the container"
   - name: "Networking"
     description: "Configure networking for container"
+  - name: "Port Forwarding"
+    description: "Configure ports to forward to workload"
   - name: "Storage"
     description: "Persist and share data that is separate from the lifecycle of the container"
   - name: "Health Check"
@@ -28,6 +30,7 @@ questions:
     group: "Workload Details"
     schema:
       type: string
+      hidden: true
       default: "Deployment"
       required: true
       enum:
@@ -43,6 +46,7 @@ questions:
     label: "Cron Schedule"
     group: "Workload Details"
     schema:
+      hidden: true
       type: cron
       show_if: [["workloadType", "=", "CronJob"]]
       default:
@@ -104,6 +108,7 @@ questions:
     label: "Restart Policy"
     group: "Restart Policy"
     schema:
+      hidden: true
       type: string
       default: "OnFailure"
       show_if: [["workloadType", "!=", "Deployment"]]
@@ -250,9 +255,16 @@ 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 Kuberentes cluster"
+          description: "Ignore DNS settings from the Kubernetes cluster"
   - variable: dnsConfig
     label: "DNS Configuration"
     group: "Networking"
@@ -295,6 +307,7 @@ questions:
     schema:
       show_if: [["updateStrategy", "=", "Recreate"]]
       type: list
+      hidden: true
       items:
         - variable: hostPortConfiguration
           label: "Host Port Configuration"
@@ -314,7 +327,7 @@ questions:
 
   - variable: portForwardingList
     label: "Specify Node ports to forward to workload"
-    group: "Networking"
+    group: "Port Forwarding"
     description: "Specify ports of node and workload to forward traffic from node port to workload port"
     schema:
       type: list
@@ -410,6 +423,7 @@ questions:
     description: "Configure Liveness Probe"
     group: "Health Check"
     schema:
+      hidden: true
       type: dict
       default: null
       "null": true

+ 0 - 0
charts/ix-chart/2104.0.0/templates/NOTES.txt → charts/ix-chart/2107.0.0/templates/NOTES.txt


+ 0 - 0
charts/ix-chart/2104.0.0/templates/_containers.tpl → charts/ix-chart/2107.0.0/templates/_containers.tpl


+ 0 - 0
charts/ix-chart/2104.0.0/templates/_helpers.tpl → charts/ix-chart/2107.0.0/templates/_helpers.tpl


+ 0 - 0
charts/ix-chart/2104.0.0/templates/_networking.tpl → charts/ix-chart/2107.0.0/templates/_networking.tpl


+ 0 - 0
charts/ix-chart/2104.0.0/templates/_volumes.tpl → charts/ix-chart/2107.0.0/templates/_volumes.tpl


+ 0 - 0
charts/ix-chart/2104.0.0/templates/_workload.tpl → charts/ix-chart/2107.0.0/templates/_workload.tpl


+ 0 - 0
charts/ix-chart/2104.0.0/templates/external-interfaces.yaml → charts/ix-chart/2107.0.0/templates/external-interfaces.yaml


+ 0 - 0
charts/ix-chart/2104.0.0/templates/service.yaml → charts/ix-chart/2107.0.0/templates/service.yaml


+ 0 - 0
charts/ix-chart/2104.0.0/templates/tests/deployment-check.yaml → charts/ix-chart/2107.0.0/templates/tests/deployment-check.yaml


+ 0 - 0
charts/ix-chart/2104.0.0/templates/workload.yaml → charts/ix-chart/2107.0.0/templates/workload.yaml


+ 0 - 0
charts/ix-chart/2104.0.0/test_values.yaml → charts/ix-chart/2107.0.0/test_values.yaml


+ 0 - 0
charts/ix-chart/2104.0.0/values.yaml → charts/ix-chart/2107.0.0/values.yaml