From d73878ffd341be9b33d4df1677c33cbc2179e75f Mon Sep 17 00:00:00 2001 From: sonicaj Date: Wed, 9 Feb 2022 21:39:44 +0500 Subject: [PATCH] Update stable train from test train --- charts/plex/{1.6.22 => 1.6.23}/.helmignore | 0 charts/plex/{1.6.22 => 1.6.23}/Chart.lock | 0 charts/plex/{1.6.22 => 1.6.23}/Chart.yaml | 2 +- charts/plex/{1.6.22 => 1.6.23}/README.md | 0 charts/plex/{1.6.22 => 1.6.23}/app-readme.md | 0 .../{1.6.22 => 1.6.23}/charts/common-2112.0.0.tgz | Bin charts/plex/{1.6.22 => 1.6.23}/default_values.yaml | 0 charts/plex/{1.6.22 => 1.6.23}/ix_values.yaml | 0 .../migrations/migrate_from_1.0.0 | 0 charts/plex/{1.6.22 => 1.6.23}/questions.yaml | 0 charts/plex/{1.6.22 => 1.6.23}/templates/NOTES.txt | 0 .../{1.6.22 => 1.6.23}/templates/deployment.yaml | 1 + .../{1.6.22 => 1.6.23}/templates/probe_config.yaml | 0 .../{1.6.22 => 1.6.23}/templates/service-tcp.yaml | 0 .../{1.6.22 => 1.6.23}/templates/service-udp.yaml | 0 charts/plex/{1.6.22 => 1.6.23}/test_values.yaml | 0 charts/plex/{1.6.22 => 1.6.23}/values.yaml | 0 17 files changed, 2 insertions(+), 1 deletion(-) rename charts/plex/{1.6.22 => 1.6.23}/.helmignore (100%) rename charts/plex/{1.6.22 => 1.6.23}/Chart.lock (100%) rename charts/plex/{1.6.22 => 1.6.23}/Chart.yaml (96%) rename charts/plex/{1.6.22 => 1.6.23}/README.md (100%) rename charts/plex/{1.6.22 => 1.6.23}/app-readme.md (100%) rename charts/plex/{1.6.22 => 1.6.23}/charts/common-2112.0.0.tgz (100%) rename charts/plex/{1.6.22 => 1.6.23}/default_values.yaml (100%) rename charts/plex/{1.6.22 => 1.6.23}/ix_values.yaml (100%) rename charts/plex/{1.6.22 => 1.6.23}/migrations/migrate_from_1.0.0 (100%) rename charts/plex/{1.6.22 => 1.6.23}/questions.yaml (100%) rename charts/plex/{1.6.22 => 1.6.23}/templates/NOTES.txt (100%) rename charts/plex/{1.6.22 => 1.6.23}/templates/deployment.yaml (98%) rename charts/plex/{1.6.22 => 1.6.23}/templates/probe_config.yaml (100%) rename charts/plex/{1.6.22 => 1.6.23}/templates/service-tcp.yaml (100%) rename charts/plex/{1.6.22 => 1.6.23}/templates/service-udp.yaml (100%) rename charts/plex/{1.6.22 => 1.6.23}/test_values.yaml (100%) rename charts/plex/{1.6.22 => 1.6.23}/values.yaml (100%) diff --git a/charts/plex/1.6.22/.helmignore b/charts/plex/1.6.23/.helmignore similarity index 100% rename from charts/plex/1.6.22/.helmignore rename to charts/plex/1.6.23/.helmignore diff --git a/charts/plex/1.6.22/Chart.lock b/charts/plex/1.6.23/Chart.lock similarity index 100% rename from charts/plex/1.6.22/Chart.lock rename to charts/plex/1.6.23/Chart.lock diff --git a/charts/plex/1.6.22/Chart.yaml b/charts/plex/1.6.23/Chart.yaml similarity index 96% rename from charts/plex/1.6.22/Chart.yaml rename to charts/plex/1.6.23/Chart.yaml index 218eec042a..15f9f920aa 100644 --- a/charts/plex/1.6.22/Chart.yaml +++ b/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 diff --git a/charts/plex/1.6.22/README.md b/charts/plex/1.6.23/README.md similarity index 100% rename from charts/plex/1.6.22/README.md rename to charts/plex/1.6.23/README.md diff --git a/charts/plex/1.6.22/app-readme.md b/charts/plex/1.6.23/app-readme.md similarity index 100% rename from charts/plex/1.6.22/app-readme.md rename to charts/plex/1.6.23/app-readme.md diff --git a/charts/plex/1.6.22/charts/common-2112.0.0.tgz b/charts/plex/1.6.23/charts/common-2112.0.0.tgz similarity index 100% rename from charts/plex/1.6.22/charts/common-2112.0.0.tgz rename to charts/plex/1.6.23/charts/common-2112.0.0.tgz diff --git a/charts/plex/1.6.22/default_values.yaml b/charts/plex/1.6.23/default_values.yaml similarity index 100% rename from charts/plex/1.6.22/default_values.yaml rename to charts/plex/1.6.23/default_values.yaml diff --git a/charts/plex/1.6.22/ix_values.yaml b/charts/plex/1.6.23/ix_values.yaml similarity index 100% rename from charts/plex/1.6.22/ix_values.yaml rename to charts/plex/1.6.23/ix_values.yaml diff --git a/charts/plex/1.6.22/migrations/migrate_from_1.0.0 b/charts/plex/1.6.23/migrations/migrate_from_1.0.0 similarity index 100% rename from charts/plex/1.6.22/migrations/migrate_from_1.0.0 rename to charts/plex/1.6.23/migrations/migrate_from_1.0.0 diff --git a/charts/plex/1.6.22/questions.yaml b/charts/plex/1.6.23/questions.yaml similarity index 100% rename from charts/plex/1.6.22/questions.yaml rename to charts/plex/1.6.23/questions.yaml diff --git a/charts/plex/1.6.22/templates/NOTES.txt b/charts/plex/1.6.23/templates/NOTES.txt similarity index 100% rename from charts/plex/1.6.22/templates/NOTES.txt rename to charts/plex/1.6.23/templates/NOTES.txt diff --git a/charts/plex/1.6.22/templates/deployment.yaml b/charts/plex/1.6.23/templates/deployment.yaml similarity index 98% rename from charts/plex/1.6.22/templates/deployment.yaml rename to charts/plex/1.6.23/templates/deployment.yaml index 1297b53cf5..969a009e26 100644 --- a/charts/plex/1.6.22/templates/deployment.yaml +++ b/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 }} diff --git a/charts/plex/1.6.22/templates/probe_config.yaml b/charts/plex/1.6.23/templates/probe_config.yaml similarity index 100% rename from charts/plex/1.6.22/templates/probe_config.yaml rename to charts/plex/1.6.23/templates/probe_config.yaml diff --git a/charts/plex/1.6.22/templates/service-tcp.yaml b/charts/plex/1.6.23/templates/service-tcp.yaml similarity index 100% rename from charts/plex/1.6.22/templates/service-tcp.yaml rename to charts/plex/1.6.23/templates/service-tcp.yaml diff --git a/charts/plex/1.6.22/templates/service-udp.yaml b/charts/plex/1.6.23/templates/service-udp.yaml similarity index 100% rename from charts/plex/1.6.22/templates/service-udp.yaml rename to charts/plex/1.6.23/templates/service-udp.yaml diff --git a/charts/plex/1.6.22/test_values.yaml b/charts/plex/1.6.23/test_values.yaml similarity index 100% rename from charts/plex/1.6.22/test_values.yaml rename to charts/plex/1.6.23/test_values.yaml diff --git a/charts/plex/1.6.22/values.yaml b/charts/plex/1.6.23/values.yaml similarity index 100% rename from charts/plex/1.6.22/values.yaml rename to charts/plex/1.6.23/values.yaml