Browse Source

Update stable train from test train

sonicaj 4 years ago
parent
commit
281d54bb65

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

@@ -1,10 +0,0 @@
-{{/*
-DNS Configuration
-*/}}
-{{- define "dnsConfiguration" }}
-dnsPolicy: {{ .Values.dnsPolicy }}
-{{- if .Values.dnsConfig }}
-dnsConfig:
-  {{- toYaml .Values.dnsConfig | nindent 2 }}
-{{- end }}
-{{- end }}

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


+ 0 - 0
charts/ix-chart/2107.0.0/Chart.lock → charts/ix-chart/2108.0.0/Chart.lock


+ 1 - 1
charts/ix-chart/2107.0.0/Chart.yaml → charts/ix-chart/2108.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: 2107.0.0
+version: 2108.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

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


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


+ 0 - 0
charts/ix-chart/2107.0.0/charts/common-2105.0.0.tgz → charts/ix-chart/2108.0.0/charts/common-2105.0.0.tgz


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


+ 1 - 0
charts/ix-chart/2107.0.0/questions.yaml → charts/ix-chart/2108.0.0/questions.yaml

@@ -299,6 +299,7 @@ questions:
     schema:
       type: boolean
       default: false
+      show_if: [["externalInterfaces", "=", []]]
 
   - variable: hostPortsList
     label: "Specify host ports for the workload"

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


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


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


+ 23 - 0
charts/ix-chart/2108.0.0/templates/_networking.tpl

@@ -0,0 +1,23 @@
+{{/*
+DNS Configuration
+*/}}
+{{- define "dnsConfiguration" }}
+dnsPolicy: {{ .Values.dnsPolicy }}
+{{- if .Values.dnsConfig }}
+dnsConfig:
+  {{- toYaml .Values.dnsConfig | nindent 2 }}
+{{- end }}
+{{- end }}
+
+
+{{/*
+Get configuration for host network
+*/}}
+{{- define "hostNetworkingConfiguration" -}}
+{{- $host := default false .Values.hostNetwork -}}
+{{- if or .Values.externalInterfaces (eq $host false) -}}
+{{- print "false" -}}
+{{- else -}}
+{{- print "true" -}}
+{{- end -}}
+{{- end -}}

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


+ 1 - 1
charts/ix-chart/2107.0.0/templates/_workload.tpl → charts/ix-chart/2108.0.0/templates/_workload.tpl

@@ -51,7 +51,7 @@ Pod specification
 */}}
 {{- define "podSepc" }}
 restartPolicy: {{ template "restartPolicy" . }}
-hostNetwork: {{ .Values.hostNetwork }}
+hostNetwork: {{ template "hostNetworkingConfiguration" . }}
 containers:
 - name: {{ .Chart.Name }}
   {{- include "volumeMountsConfiguration" . | indent 2}}

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


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


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


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


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


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