Browse Source

Merge pull request #331 from truenas/plex-friendly-name

NAS-114741 / 22.02.1 / Have consistent plex friendly name
Waqar Ahmed 3 năm trước cách đây
mục cha
commit
868797d9a9
34 tập tin đã thay đổi với 4 bổ sung2 xóa
  1. 0 0
      charts/plex/1.6.23/.helmignore
  2. 0 0
      charts/plex/1.6.23/Chart.lock
  3. 1 1
      charts/plex/1.6.23/Chart.yaml
  4. 0 0
      charts/plex/1.6.23/README.md
  5. 0 0
      charts/plex/1.6.23/app-readme.md
  6. 0 0
      charts/plex/1.6.23/charts/common-2112.0.0.tgz
  7. 0 0
      charts/plex/1.6.23/default_values.yaml
  8. 0 0
      charts/plex/1.6.23/ix_values.yaml
  9. 0 0
      charts/plex/1.6.23/migrations/migrate_from_1.0.0
  10. 0 0
      charts/plex/1.6.23/questions.yaml
  11. 0 0
      charts/plex/1.6.23/templates/NOTES.txt
  12. 1 0
      charts/plex/1.6.23/templates/deployment.yaml
  13. 0 0
      charts/plex/1.6.23/templates/probe_config.yaml
  14. 0 0
      charts/plex/1.6.23/templates/service-tcp.yaml
  15. 0 0
      charts/plex/1.6.23/templates/service-udp.yaml
  16. 0 0
      charts/plex/1.6.23/test_values.yaml
  17. 0 0
      charts/plex/1.6.23/values.yaml
  18. 0 0
      test/plex/1.6.23/.helmignore
  19. 0 0
      test/plex/1.6.23/Chart.lock
  20. 1 1
      test/plex/1.6.23/Chart.yaml
  21. 0 0
      test/plex/1.6.23/README.md
  22. 0 0
      test/plex/1.6.23/app-readme.md
  23. 0 0
      test/plex/1.6.23/charts/common-2112.0.0.tgz
  24. 0 0
      test/plex/1.6.23/default_values.yaml
  25. 0 0
      test/plex/1.6.23/ix_values.yaml
  26. 0 0
      test/plex/1.6.23/migrations/migrate_from_1.0.0
  27. 0 0
      test/plex/1.6.23/questions.yaml
  28. 0 0
      test/plex/1.6.23/templates/NOTES.txt
  29. 1 0
      test/plex/1.6.23/templates/deployment.yaml
  30. 0 0
      test/plex/1.6.23/templates/probe_config.yaml
  31. 0 0
      test/plex/1.6.23/templates/service-tcp.yaml
  32. 0 0
      test/plex/1.6.23/templates/service-udp.yaml
  33. 0 0
      test/plex/1.6.23/test_values.yaml
  34. 0 0
      test/plex/1.6.23/values.yaml

+ 0 - 0
charts/plex/1.6.22/.helmignore → charts/plex/1.6.23/.helmignore


+ 0 - 0
charts/plex/1.6.22/Chart.lock → charts/plex/1.6.23/Chart.lock


+ 1 - 1
charts/plex/1.6.22/Chart.yaml → charts/plex/1.6.23/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.6.22
+version: 1.6.23

+ 0 - 0
charts/plex/1.6.22/README.md → charts/plex/1.6.23/README.md


+ 0 - 0
charts/plex/1.6.22/app-readme.md → charts/plex/1.6.23/app-readme.md


+ 0 - 0
charts/plex/1.6.22/charts/common-2112.0.0.tgz → charts/plex/1.6.23/charts/common-2112.0.0.tgz


+ 0 - 0
charts/plex/1.6.22/default_values.yaml → charts/plex/1.6.23/default_values.yaml


+ 0 - 0
charts/plex/1.6.22/ix_values.yaml → charts/plex/1.6.23/ix_values.yaml


+ 0 - 0
charts/plex/1.6.22/migrations/migrate_from_1.0.0 → charts/plex/1.6.23/migrations/migrate_from_1.0.0


+ 0 - 0
charts/plex/1.6.22/questions.yaml → charts/plex/1.6.23/questions.yaml


+ 0 - 0
charts/plex/1.6.22/templates/NOTES.txt → charts/plex/1.6.23/templates/NOTES.txt


+ 1 - 0
charts/plex/1.6.22/templates/deployment.yaml → charts/plex/1.6.23/templates/deployment.yaml

@@ -6,6 +6,7 @@ spec: {{ include "common.deployment.common_spec" . | nindent 2 }}
       hostNetwork: {{ .Values.hostNetwork }}
       dnsPolicy: ClusterFirstWithHostNet
     {{- end }}
+      hostname: {{ template "common.names.fullname" . }}
       containers:
         - name: {{ .Chart.Name }}
           {{ if .Values.enablePlexPass }}

+ 0 - 0
charts/plex/1.6.22/templates/probe_config.yaml → charts/plex/1.6.23/templates/probe_config.yaml


+ 0 - 0
charts/plex/1.6.22/templates/service-tcp.yaml → charts/plex/1.6.23/templates/service-tcp.yaml


+ 0 - 0
charts/plex/1.6.22/templates/service-udp.yaml → charts/plex/1.6.23/templates/service-udp.yaml


+ 0 - 0
charts/plex/1.6.22/test_values.yaml → charts/plex/1.6.23/test_values.yaml


+ 0 - 0
charts/plex/1.6.22/values.yaml → charts/plex/1.6.23/values.yaml


+ 0 - 0
test/plex/1.6.22/.helmignore → test/plex/1.6.23/.helmignore


+ 0 - 0
test/plex/1.6.22/Chart.lock → test/plex/1.6.23/Chart.lock


+ 1 - 1
test/plex/1.6.22/Chart.yaml → test/plex/1.6.23/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.6.22
+version: 1.6.23

+ 0 - 0
test/plex/1.6.22/README.md → test/plex/1.6.23/README.md


+ 0 - 0
test/plex/1.6.22/app-readme.md → test/plex/1.6.23/app-readme.md


+ 0 - 0
test/plex/1.6.22/charts/common-2112.0.0.tgz → test/plex/1.6.23/charts/common-2112.0.0.tgz


+ 0 - 0
test/plex/1.6.22/default_values.yaml → test/plex/1.6.23/default_values.yaml


+ 0 - 0
test/plex/1.6.22/ix_values.yaml → test/plex/1.6.23/ix_values.yaml


+ 0 - 0
test/plex/1.6.22/migrations/migrate_from_1.0.0 → test/plex/1.6.23/migrations/migrate_from_1.0.0


+ 0 - 0
test/plex/1.6.22/questions.yaml → test/plex/1.6.23/questions.yaml


+ 0 - 0
test/plex/1.6.22/templates/NOTES.txt → test/plex/1.6.23/templates/NOTES.txt


+ 1 - 0
test/plex/1.6.22/templates/deployment.yaml → test/plex/1.6.23/templates/deployment.yaml

@@ -6,6 +6,7 @@ spec: {{ include "common.deployment.common_spec" . | nindent 2 }}
       hostNetwork: {{ .Values.hostNetwork }}
       dnsPolicy: ClusterFirstWithHostNet
     {{- end }}
+      hostname: {{ template "common.names.fullname" . }}
       containers:
         - name: {{ .Chart.Name }}
           {{ if .Values.enablePlexPass }}

+ 0 - 0
test/plex/1.6.22/templates/probe_config.yaml → test/plex/1.6.23/templates/probe_config.yaml


+ 0 - 0
test/plex/1.6.22/templates/service-tcp.yaml → test/plex/1.6.23/templates/service-tcp.yaml


+ 0 - 0
test/plex/1.6.22/templates/service-udp.yaml → test/plex/1.6.23/templates/service-udp.yaml


+ 0 - 0
test/plex/1.6.22/test_values.yaml → test/plex/1.6.23/test_values.yaml


+ 0 - 0
test/plex/1.6.22/values.yaml → test/plex/1.6.23/values.yaml