diff --git a/charts/plex/1.7.29/.helmignore b/charts/plex/1.7.30/.helmignore similarity index 100% rename from charts/plex/1.7.29/.helmignore rename to charts/plex/1.7.30/.helmignore diff --git a/charts/plex/1.7.29/Chart.lock b/charts/plex/1.7.30/Chart.lock similarity index 100% rename from charts/plex/1.7.29/Chart.lock rename to charts/plex/1.7.30/Chart.lock diff --git a/charts/plex/1.7.29/Chart.yaml b/charts/plex/1.7.30/Chart.yaml similarity index 96% rename from charts/plex/1.7.29/Chart.yaml rename to charts/plex/1.7.30/Chart.yaml index 4a0cfd616a..5a45726773 100644 --- a/charts/plex/1.7.29/Chart.yaml +++ b/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 diff --git a/charts/plex/1.7.29/README.md b/charts/plex/1.7.30/README.md similarity index 100% rename from charts/plex/1.7.29/README.md rename to charts/plex/1.7.30/README.md diff --git a/charts/plex/1.7.29/app-readme.md b/charts/plex/1.7.30/app-readme.md similarity index 100% rename from charts/plex/1.7.29/app-readme.md rename to charts/plex/1.7.30/app-readme.md diff --git a/charts/plex/1.7.29/charts/common-2207.0.0.tgz b/charts/plex/1.7.30/charts/common-2207.0.0.tgz similarity index 100% rename from charts/plex/1.7.29/charts/common-2207.0.0.tgz rename to charts/plex/1.7.30/charts/common-2207.0.0.tgz diff --git a/charts/plex/1.7.29/default_values.yaml b/charts/plex/1.7.30/default_values.yaml similarity index 100% rename from charts/plex/1.7.29/default_values.yaml rename to charts/plex/1.7.30/default_values.yaml diff --git a/charts/plex/1.7.29/ix_values.yaml b/charts/plex/1.7.30/ix_values.yaml similarity index 100% rename from charts/plex/1.7.29/ix_values.yaml rename to charts/plex/1.7.30/ix_values.yaml diff --git a/charts/plex/1.7.29/migrations/migrate_from_1.0.0 b/charts/plex/1.7.30/migrations/migrate_from_1.0.0 similarity index 100% rename from charts/plex/1.7.29/migrations/migrate_from_1.0.0 rename to charts/plex/1.7.30/migrations/migrate_from_1.0.0 diff --git a/charts/plex/1.7.29/questions.yaml b/charts/plex/1.7.30/questions.yaml similarity index 100% rename from charts/plex/1.7.29/questions.yaml rename to charts/plex/1.7.30/questions.yaml diff --git a/charts/plex/1.7.29/templates/NOTES.txt b/charts/plex/1.7.30/templates/NOTES.txt similarity index 100% rename from charts/plex/1.7.29/templates/NOTES.txt rename to charts/plex/1.7.30/templates/NOTES.txt diff --git a/charts/plex/1.7.29/templates/deployment.yaml b/charts/plex/1.7.30/templates/deployment.yaml similarity index 99% rename from charts/plex/1.7.29/templates/deployment.yaml rename to charts/plex/1.7.30/templates/deployment.yaml index 0dce64e7c9..49044bf38d 100644 --- a/charts/plex/1.7.29/templates/deployment.yaml +++ b/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 }} - diff --git a/charts/plex/1.7.29/templates/probe_config.yaml b/charts/plex/1.7.30/templates/probe_config.yaml similarity index 100% rename from charts/plex/1.7.29/templates/probe_config.yaml rename to charts/plex/1.7.30/templates/probe_config.yaml diff --git a/charts/plex/1.7.29/templates/service-tcp.yaml b/charts/plex/1.7.30/templates/service-tcp.yaml similarity index 100% rename from charts/plex/1.7.29/templates/service-tcp.yaml rename to charts/plex/1.7.30/templates/service-tcp.yaml diff --git a/charts/plex/1.7.29/templates/service-udp.yaml b/charts/plex/1.7.30/templates/service-udp.yaml similarity index 100% rename from charts/plex/1.7.29/templates/service-udp.yaml rename to charts/plex/1.7.30/templates/service-udp.yaml diff --git a/charts/plex/1.7.29/templates/tests/deployment-check.yaml b/charts/plex/1.7.30/templates/tests/deployment-check.yaml similarity index 100% rename from charts/plex/1.7.29/templates/tests/deployment-check.yaml rename to charts/plex/1.7.30/templates/tests/deployment-check.yaml diff --git a/charts/plex/1.7.29/test_values.yaml b/charts/plex/1.7.30/test_values.yaml similarity index 100% rename from charts/plex/1.7.29/test_values.yaml rename to charts/plex/1.7.30/test_values.yaml diff --git a/test/plex/1.7.29/.helmignore b/test/plex/1.7.30/.helmignore similarity index 100% rename from test/plex/1.7.29/.helmignore rename to test/plex/1.7.30/.helmignore diff --git a/test/plex/1.7.29/Chart.lock b/test/plex/1.7.30/Chart.lock similarity index 100% rename from test/plex/1.7.29/Chart.lock rename to test/plex/1.7.30/Chart.lock diff --git a/test/plex/1.7.29/Chart.yaml b/test/plex/1.7.30/Chart.yaml similarity index 96% rename from test/plex/1.7.29/Chart.yaml rename to test/plex/1.7.30/Chart.yaml index 4a0cfd616a..5a45726773 100644 --- a/test/plex/1.7.29/Chart.yaml +++ b/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 diff --git a/test/plex/1.7.29/README.md b/test/plex/1.7.30/README.md similarity index 100% rename from test/plex/1.7.29/README.md rename to test/plex/1.7.30/README.md diff --git a/test/plex/1.7.29/app-readme.md b/test/plex/1.7.30/app-readme.md similarity index 100% rename from test/plex/1.7.29/app-readme.md rename to test/plex/1.7.30/app-readme.md diff --git a/test/plex/1.7.29/charts/common-2207.0.0.tgz b/test/plex/1.7.30/charts/common-2207.0.0.tgz similarity index 100% rename from test/plex/1.7.29/charts/common-2207.0.0.tgz rename to test/plex/1.7.30/charts/common-2207.0.0.tgz diff --git a/test/plex/1.7.29/default_values.yaml b/test/plex/1.7.30/default_values.yaml similarity index 100% rename from test/plex/1.7.29/default_values.yaml rename to test/plex/1.7.30/default_values.yaml diff --git a/test/plex/1.7.29/ix_values.yaml b/test/plex/1.7.30/ix_values.yaml similarity index 100% rename from test/plex/1.7.29/ix_values.yaml rename to test/plex/1.7.30/ix_values.yaml diff --git a/test/plex/1.7.29/migrations/migrate_from_1.0.0 b/test/plex/1.7.30/migrations/migrate_from_1.0.0 similarity index 100% rename from test/plex/1.7.29/migrations/migrate_from_1.0.0 rename to test/plex/1.7.30/migrations/migrate_from_1.0.0 diff --git a/test/plex/1.7.29/questions.yaml b/test/plex/1.7.30/questions.yaml similarity index 100% rename from test/plex/1.7.29/questions.yaml rename to test/plex/1.7.30/questions.yaml diff --git a/test/plex/1.7.29/templates/NOTES.txt b/test/plex/1.7.30/templates/NOTES.txt similarity index 100% rename from test/plex/1.7.29/templates/NOTES.txt rename to test/plex/1.7.30/templates/NOTES.txt diff --git a/test/plex/1.7.29/templates/deployment.yaml b/test/plex/1.7.30/templates/deployment.yaml similarity index 99% rename from test/plex/1.7.29/templates/deployment.yaml rename to test/plex/1.7.30/templates/deployment.yaml index 0dce64e7c9..49044bf38d 100644 --- a/test/plex/1.7.29/templates/deployment.yaml +++ b/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 }} - diff --git a/test/plex/1.7.29/templates/probe_config.yaml b/test/plex/1.7.30/templates/probe_config.yaml similarity index 100% rename from test/plex/1.7.29/templates/probe_config.yaml rename to test/plex/1.7.30/templates/probe_config.yaml diff --git a/test/plex/1.7.29/templates/service-tcp.yaml b/test/plex/1.7.30/templates/service-tcp.yaml similarity index 100% rename from test/plex/1.7.29/templates/service-tcp.yaml rename to test/plex/1.7.30/templates/service-tcp.yaml diff --git a/test/plex/1.7.29/templates/service-udp.yaml b/test/plex/1.7.30/templates/service-udp.yaml similarity index 100% rename from test/plex/1.7.29/templates/service-udp.yaml rename to test/plex/1.7.30/templates/service-udp.yaml diff --git a/test/plex/1.7.29/templates/tests/deployment-check.yaml b/test/plex/1.7.30/templates/tests/deployment-check.yaml similarity index 100% rename from test/plex/1.7.29/templates/tests/deployment-check.yaml rename to test/plex/1.7.30/templates/tests/deployment-check.yaml diff --git a/test/plex/1.7.29/test_values.yaml b/test/plex/1.7.30/test_values.yaml similarity index 100% rename from test/plex/1.7.29/test_values.yaml rename to test/plex/1.7.30/test_values.yaml