Переглянути джерело

NAS-120551 / 23.10 / Plex: Set hostNetwork value in both true/false cases (#1009)

* Plex: Set hostNetwork value in both true/false cases

* bump version
Stavros Kois 2 роки тому
батько
коміт
cef1a88567
34 змінених файлів з 4 додано та 6 видалено
  1. 0 0
      charts/plex/1.7.30/.helmignore
  2. 0 0
      charts/plex/1.7.30/Chart.lock
  3. 1 1
      charts/plex/1.7.30/Chart.yaml
  4. 0 0
      charts/plex/1.7.30/README.md
  5. 0 0
      charts/plex/1.7.30/app-readme.md
  6. 0 0
      charts/plex/1.7.30/charts/common-2207.0.0.tgz
  7. 0 0
      charts/plex/1.7.30/default_values.yaml
  8. 0 0
      charts/plex/1.7.30/ix_values.yaml
  9. 0 0
      charts/plex/1.7.30/migrations/migrate_from_1.0.0
  10. 0 0
      charts/plex/1.7.30/questions.yaml
  11. 0 0
      charts/plex/1.7.30/templates/NOTES.txt
  12. 1 2
      charts/plex/1.7.30/templates/deployment.yaml
  13. 0 0
      charts/plex/1.7.30/templates/probe_config.yaml
  14. 0 0
      charts/plex/1.7.30/templates/service-tcp.yaml
  15. 0 0
      charts/plex/1.7.30/templates/service-udp.yaml
  16. 0 0
      charts/plex/1.7.30/templates/tests/deployment-check.yaml
  17. 0 0
      charts/plex/1.7.30/test_values.yaml
  18. 0 0
      test/plex/1.7.30/.helmignore
  19. 0 0
      test/plex/1.7.30/Chart.lock
  20. 1 1
      test/plex/1.7.30/Chart.yaml
  21. 0 0
      test/plex/1.7.30/README.md
  22. 0 0
      test/plex/1.7.30/app-readme.md
  23. 0 0
      test/plex/1.7.30/charts/common-2207.0.0.tgz
  24. 0 0
      test/plex/1.7.30/default_values.yaml
  25. 0 0
      test/plex/1.7.30/ix_values.yaml
  26. 0 0
      test/plex/1.7.30/migrations/migrate_from_1.0.0
  27. 0 0
      test/plex/1.7.30/questions.yaml
  28. 0 0
      test/plex/1.7.30/templates/NOTES.txt
  29. 1 2
      test/plex/1.7.30/templates/deployment.yaml
  30. 0 0
      test/plex/1.7.30/templates/probe_config.yaml
  31. 0 0
      test/plex/1.7.30/templates/service-tcp.yaml
  32. 0 0
      test/plex/1.7.30/templates/service-udp.yaml
  33. 0 0
      test/plex/1.7.30/templates/tests/deployment-check.yaml
  34. 0 0
      test/plex/1.7.30/test_values.yaml

+ 0 - 0
charts/plex/1.7.29/.helmignore → charts/plex/1.7.30/.helmignore


+ 0 - 0
charts/plex/1.7.29/Chart.lock → charts/plex/1.7.30/Chart.lock


+ 1 - 1
charts/plex/1.7.29/Chart.yaml → charts/plex/1.7.30/Chart.yaml

@@ -14,4 +14,4 @@ sources:
 - https://hub.docker.com/r/plexinc/pms-docker/
 - https://github.com/k8s-at-home/charts/tree/master/charts/plex
 upstream_version: 2.1.0
-version: 1.7.29
+version: 1.7.30

+ 0 - 0
charts/plex/1.7.29/README.md → charts/plex/1.7.30/README.md


+ 0 - 0
charts/plex/1.7.29/app-readme.md → charts/plex/1.7.30/app-readme.md


+ 0 - 0
charts/plex/1.7.29/charts/common-2207.0.0.tgz → charts/plex/1.7.30/charts/common-2207.0.0.tgz


+ 0 - 0
charts/plex/1.7.29/default_values.yaml → charts/plex/1.7.30/default_values.yaml


+ 0 - 0
charts/plex/1.7.29/ix_values.yaml → charts/plex/1.7.30/ix_values.yaml


+ 0 - 0
charts/plex/1.7.29/migrations/migrate_from_1.0.0 → charts/plex/1.7.30/migrations/migrate_from_1.0.0


+ 0 - 0
charts/plex/1.7.29/questions.yaml → charts/plex/1.7.30/questions.yaml


+ 0 - 0
charts/plex/1.7.29/templates/NOTES.txt → charts/plex/1.7.30/templates/NOTES.txt


+ 1 - 2
charts/plex/1.7.29/templates/deployment.yaml → charts/plex/1.7.30/templates/deployment.yaml

@@ -3,8 +3,8 @@
 spec: {{ include "common.deployment.common_spec" . | nindent 2 }}
   template: {{ include "common.deployment.pod.metadata" . | nindent 4 }}
     spec:
-    {{- if .Values.hostNetwork }}
       hostNetwork: {{ .Values.hostNetwork }}
+    {{- if .Values.hostNetwork }}
       dnsPolicy: ClusterFirstWithHostNet
     {{- end }}
       hostname: {{ template "common.names.fullname" . }}
@@ -101,4 +101,3 @@ spec: {{ include "common.deployment.common_spec" . | nindent 2 }}
           hostPath:
             path: {{ $hostPathConfiguration.hostPath }}
         {{ end }}
-

+ 0 - 0
charts/plex/1.7.29/templates/probe_config.yaml → charts/plex/1.7.30/templates/probe_config.yaml


+ 0 - 0
charts/plex/1.7.29/templates/service-tcp.yaml → charts/plex/1.7.30/templates/service-tcp.yaml


+ 0 - 0
charts/plex/1.7.29/templates/service-udp.yaml → charts/plex/1.7.30/templates/service-udp.yaml


+ 0 - 0
charts/plex/1.7.29/templates/tests/deployment-check.yaml → charts/plex/1.7.30/templates/tests/deployment-check.yaml


+ 0 - 0
charts/plex/1.7.29/test_values.yaml → charts/plex/1.7.30/test_values.yaml


+ 0 - 0
test/plex/1.7.29/.helmignore → test/plex/1.7.30/.helmignore


+ 0 - 0
test/plex/1.7.29/Chart.lock → test/plex/1.7.30/Chart.lock


+ 1 - 1
test/plex/1.7.29/Chart.yaml → test/plex/1.7.30/Chart.yaml

@@ -14,4 +14,4 @@ sources:
 - https://hub.docker.com/r/plexinc/pms-docker/
 - https://github.com/k8s-at-home/charts/tree/master/charts/plex
 upstream_version: 2.1.0
-version: 1.7.29
+version: 1.7.30

+ 0 - 0
test/plex/1.7.29/README.md → test/plex/1.7.30/README.md


+ 0 - 0
test/plex/1.7.29/app-readme.md → test/plex/1.7.30/app-readme.md


+ 0 - 0
test/plex/1.7.29/charts/common-2207.0.0.tgz → test/plex/1.7.30/charts/common-2207.0.0.tgz


+ 0 - 0
test/plex/1.7.29/default_values.yaml → test/plex/1.7.30/default_values.yaml


+ 0 - 0
test/plex/1.7.29/ix_values.yaml → test/plex/1.7.30/ix_values.yaml


+ 0 - 0
test/plex/1.7.29/migrations/migrate_from_1.0.0 → test/plex/1.7.30/migrations/migrate_from_1.0.0


+ 0 - 0
test/plex/1.7.29/questions.yaml → test/plex/1.7.30/questions.yaml


+ 0 - 0
test/plex/1.7.29/templates/NOTES.txt → test/plex/1.7.30/templates/NOTES.txt


+ 1 - 2
test/plex/1.7.29/templates/deployment.yaml → test/plex/1.7.30/templates/deployment.yaml

@@ -3,8 +3,8 @@
 spec: {{ include "common.deployment.common_spec" . | nindent 2 }}
   template: {{ include "common.deployment.pod.metadata" . | nindent 4 }}
     spec:
-    {{- if .Values.hostNetwork }}
       hostNetwork: {{ .Values.hostNetwork }}
+    {{- if .Values.hostNetwork }}
       dnsPolicy: ClusterFirstWithHostNet
     {{- end }}
       hostname: {{ template "common.names.fullname" . }}
@@ -101,4 +101,3 @@ spec: {{ include "common.deployment.common_spec" . | nindent 2 }}
           hostPath:
             path: {{ $hostPathConfiguration.hostPath }}
         {{ end }}
-

+ 0 - 0
test/plex/1.7.29/templates/probe_config.yaml → test/plex/1.7.30/templates/probe_config.yaml


+ 0 - 0
test/plex/1.7.29/templates/service-tcp.yaml → test/plex/1.7.30/templates/service-tcp.yaml


+ 0 - 0
test/plex/1.7.29/templates/service-udp.yaml → test/plex/1.7.30/templates/service-udp.yaml


+ 0 - 0
test/plex/1.7.29/templates/tests/deployment-check.yaml → test/plex/1.7.30/templates/tests/deployment-check.yaml


+ 0 - 0
test/plex/1.7.29/test_values.yaml → test/plex/1.7.30/test_values.yaml