diff --git a/charts/plex/1.7.6/.helmignore b/charts/plex/1.7.7/.helmignore similarity index 100% rename from charts/plex/1.7.6/.helmignore rename to charts/plex/1.7.7/.helmignore diff --git a/charts/plex/1.7.6/Chart.lock b/charts/plex/1.7.7/Chart.lock similarity index 100% rename from charts/plex/1.7.6/Chart.lock rename to charts/plex/1.7.7/Chart.lock diff --git a/charts/plex/1.7.6/Chart.yaml b/charts/plex/1.7.7/Chart.yaml similarity index 96% rename from charts/plex/1.7.6/Chart.yaml rename to charts/plex/1.7.7/Chart.yaml index fc85622954..71ad263d66 100644 --- a/charts/plex/1.7.6/Chart.yaml +++ b/charts/plex/1.7.7/Chart.yaml @@ -14,4 +14,6 @@ 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.6 +version: 1.7.7 + + diff --git a/charts/plex/1.7.6/README.md b/charts/plex/1.7.7/README.md similarity index 100% rename from charts/plex/1.7.6/README.md rename to charts/plex/1.7.7/README.md diff --git a/charts/plex/1.7.6/app-readme.md b/charts/plex/1.7.7/app-readme.md similarity index 100% rename from charts/plex/1.7.6/app-readme.md rename to charts/plex/1.7.7/app-readme.md diff --git a/charts/plex/1.7.6/charts/common-2112.0.0.tgz b/charts/plex/1.7.7/charts/common-2112.0.0.tgz similarity index 100% rename from charts/plex/1.7.6/charts/common-2112.0.0.tgz rename to charts/plex/1.7.7/charts/common-2112.0.0.tgz diff --git a/charts/plex/1.7.6/default_values.yaml b/charts/plex/1.7.7/default_values.yaml similarity index 100% rename from charts/plex/1.7.6/default_values.yaml rename to charts/plex/1.7.7/default_values.yaml diff --git a/charts/plex/1.7.6/ix_values.yaml b/charts/plex/1.7.7/ix_values.yaml similarity index 100% rename from charts/plex/1.7.6/ix_values.yaml rename to charts/plex/1.7.7/ix_values.yaml diff --git a/charts/plex/1.7.6/migrations/migrate_from_1.0.0 b/charts/plex/1.7.7/migrations/migrate_from_1.0.0 similarity index 100% rename from charts/plex/1.7.6/migrations/migrate_from_1.0.0 rename to charts/plex/1.7.7/migrations/migrate_from_1.0.0 diff --git a/charts/plex/1.7.6/questions.yaml b/charts/plex/1.7.7/questions.yaml similarity index 97% rename from charts/plex/1.7.6/questions.yaml rename to charts/plex/1.7.7/questions.yaml index 4d8c383aad..7fd2a9c44c 100644 --- a/charts/plex/1.7.6/questions.yaml +++ b/charts/plex/1.7.7/questions.yaml @@ -185,6 +185,8 @@ questions: schema: type: hostpath required: true + $ref: + - "validations/hostPath" - variable: data label: "Data Volume" schema: @@ -220,6 +222,8 @@ questions: schema: type: hostpath required: true + $ref: + - "validations/hostPath" - variable: config label: "Config Volume" schema: @@ -255,6 +259,8 @@ questions: schema: type: hostpath required: true + $ref: + - "validations/hostPath" - variable: shared label: "Shared Volume" schema: diff --git a/charts/plex/1.7.6/templates/NOTES.txt b/charts/plex/1.7.7/templates/NOTES.txt similarity index 100% rename from charts/plex/1.7.6/templates/NOTES.txt rename to charts/plex/1.7.7/templates/NOTES.txt diff --git a/charts/plex/1.7.6/templates/deployment.yaml b/charts/plex/1.7.7/templates/deployment.yaml similarity index 100% rename from charts/plex/1.7.6/templates/deployment.yaml rename to charts/plex/1.7.7/templates/deployment.yaml diff --git a/charts/plex/1.7.6/templates/probe_config.yaml b/charts/plex/1.7.7/templates/probe_config.yaml similarity index 100% rename from charts/plex/1.7.6/templates/probe_config.yaml rename to charts/plex/1.7.7/templates/probe_config.yaml diff --git a/charts/plex/1.7.6/templates/service-tcp.yaml b/charts/plex/1.7.7/templates/service-tcp.yaml similarity index 100% rename from charts/plex/1.7.6/templates/service-tcp.yaml rename to charts/plex/1.7.7/templates/service-tcp.yaml diff --git a/charts/plex/1.7.6/templates/service-udp.yaml b/charts/plex/1.7.7/templates/service-udp.yaml similarity index 100% rename from charts/plex/1.7.6/templates/service-udp.yaml rename to charts/plex/1.7.7/templates/service-udp.yaml diff --git a/charts/plex/1.7.6/templates/tests/deployment-check.yaml b/charts/plex/1.7.7/templates/tests/deployment-check.yaml similarity index 100% rename from charts/plex/1.7.6/templates/tests/deployment-check.yaml rename to charts/plex/1.7.7/templates/tests/deployment-check.yaml diff --git a/charts/plex/1.7.6/test_values.yaml b/charts/plex/1.7.7/test_values.yaml similarity index 100% rename from charts/plex/1.7.6/test_values.yaml rename to charts/plex/1.7.7/test_values.yaml