Ver código fonte

update test terrain

Muhammad Rehan 3 anos atrás
pai
commit
059ff6d66e

BIN
test/ix-chart/2111.0.0/charts/common-2105.0.0.tgz


+ 0 - 0
test/ix-chart/2111.0.0/.helmignore → test/ix-chart/2111.0.1/.helmignore


+ 0 - 0
test/ix-chart/2111.0.0/Chart.lock → test/ix-chart/2111.0.1/Chart.lock


+ 1 - 1
test/ix-chart/2111.0.0/Chart.yaml → test/ix-chart/2111.0.1/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.0
+version: 2111.0.1
 
 # 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/2111.0.0/README.md → test/ix-chart/2111.0.1/README.md


+ 0 - 0
test/ix-chart/2111.0.0/app-readme.md → test/ix-chart/2111.0.1/app-readme.md


BIN
test/ix-chart/2111.0.1/charts/common-2105.0.0.tgz


+ 0 - 0
test/ix-chart/2111.0.0/questions.yaml → test/ix-chart/2111.0.1/questions.yaml


+ 0 - 0
test/ix-chart/2111.0.0/templates/NOTES.txt → test/ix-chart/2111.0.1/templates/NOTES.txt


+ 0 - 0
test/ix-chart/2111.0.0/templates/_containers.tpl → test/ix-chart/2111.0.1/templates/_containers.tpl


+ 0 - 0
test/ix-chart/2111.0.0/templates/_helpers.tpl → test/ix-chart/2111.0.1/templates/_helpers.tpl


+ 0 - 0
test/ix-chart/2111.0.0/templates/_networking.tpl → test/ix-chart/2111.0.1/templates/_networking.tpl


+ 0 - 0
test/ix-chart/2111.0.0/templates/_volumes.tpl → test/ix-chart/2111.0.1/templates/_volumes.tpl


+ 2 - 0
test/ix-chart/2111.0.0/templates/_workload.tpl → test/ix-chart/2111.0.1/templates/_workload.tpl

@@ -102,6 +102,8 @@ Deployment Spec
 strategy:
   {{- if and (eq .Values.updateStrategy "RollingUpdate") .Values.hostPortsList }}
   {{- fail "RollingUpdate is not allowed when host ports are specified" }}
+  {{- else if and (eq .Values.updateStrategy "RollingUpdate") .Values.hostNetwork }}
+  {{- fail "RollingUpdate is not allowed when host network is enabled" }}
   {{- end }}
   type: {{ .Values.updateStrategy }}
 selector:

+ 0 - 0
test/ix-chart/2111.0.0/templates/external-interfaces.yaml → test/ix-chart/2111.0.1/templates/external-interfaces.yaml


+ 0 - 0
test/ix-chart/2111.0.0/templates/service.yaml → test/ix-chart/2111.0.1/templates/service.yaml


+ 0 - 0
test/ix-chart/2111.0.0/templates/tests/deployment-check.yaml → test/ix-chart/2111.0.1/templates/tests/deployment-check.yaml


+ 0 - 0
test/ix-chart/2111.0.0/templates/workload.yaml → test/ix-chart/2111.0.1/templates/workload.yaml


+ 0 - 0
test/ix-chart/2111.0.0/test_values.yaml → test/ix-chart/2111.0.1/test_values.yaml