diff --git a/charts/emby/1.0.5/.helmignore b/charts/emby/1.0.6/.helmignore similarity index 100% rename from charts/emby/1.0.5/.helmignore rename to charts/emby/1.0.6/.helmignore diff --git a/charts/emby/1.0.5/Chart.yaml b/charts/emby/1.0.6/Chart.yaml similarity index 90% rename from charts/emby/1.0.5/Chart.yaml rename to charts/emby/1.0.6/Chart.yaml index 8112d1f3fc..ffe50661bc 100644 --- a/charts/emby/1.0.5/Chart.yaml +++ b/charts/emby/1.0.6/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 4.8.0.0 +appVersion: 4.8.0.1 dependencies: - name: common repository: file://../../../library/common/2112.0.0 @@ -13,4 +13,4 @@ keywords: name: emby sources: - https://hub.docker.com/r/emby/embyserver -version: 1.0.5 +version: 1.0.6 diff --git a/charts/emby/1.0.5/README.md b/charts/emby/1.0.6/README.md similarity index 100% rename from charts/emby/1.0.5/README.md rename to charts/emby/1.0.6/README.md diff --git a/charts/emby/1.0.5/app-readme.md b/charts/emby/1.0.6/app-readme.md similarity index 100% rename from charts/emby/1.0.5/app-readme.md rename to charts/emby/1.0.6/app-readme.md diff --git a/charts/emby/1.0.5/charts/common-2112.0.0.tgz b/charts/emby/1.0.6/charts/common-2112.0.0.tgz similarity index 100% rename from charts/emby/1.0.5/charts/common-2112.0.0.tgz rename to charts/emby/1.0.6/charts/common-2112.0.0.tgz diff --git a/test/emby/1.0.5/ix_values.yaml b/charts/emby/1.0.6/ix_values.yaml similarity index 81% rename from test/emby/1.0.5/ix_values.yaml rename to charts/emby/1.0.6/ix_values.yaml index 440bd64e16..e5627a1015 100644 --- a/test/emby/1.0.5/ix_values.yaml +++ b/charts/emby/1.0.6/ix_values.yaml @@ -1,4 +1,4 @@ image: pullPolicy: IfNotPresent repository: emby/embyserver - tag: 4.8.0.0 + tag: 4.8.0.1 diff --git a/charts/emby/1.0.5/questions.yaml b/charts/emby/1.0.6/questions.yaml similarity index 100% rename from charts/emby/1.0.5/questions.yaml rename to charts/emby/1.0.6/questions.yaml diff --git a/charts/emby/1.0.5/requirements.lock b/charts/emby/1.0.6/requirements.lock similarity index 100% rename from charts/emby/1.0.5/requirements.lock rename to charts/emby/1.0.6/requirements.lock diff --git a/charts/emby/1.0.5/templates/NOTES.txt b/charts/emby/1.0.6/templates/NOTES.txt similarity index 100% rename from charts/emby/1.0.5/templates/NOTES.txt rename to charts/emby/1.0.6/templates/NOTES.txt diff --git a/charts/emby/1.0.5/templates/deployment.yaml b/charts/emby/1.0.6/templates/deployment.yaml similarity index 100% rename from charts/emby/1.0.5/templates/deployment.yaml rename to charts/emby/1.0.6/templates/deployment.yaml diff --git a/charts/emby/1.0.5/templates/service-tcp.yaml b/charts/emby/1.0.6/templates/service-tcp.yaml similarity index 100% rename from charts/emby/1.0.5/templates/service-tcp.yaml rename to charts/emby/1.0.6/templates/service-tcp.yaml diff --git a/charts/emby/1.0.5/templates/service-udp.yaml b/charts/emby/1.0.6/templates/service-udp.yaml similarity index 100% rename from charts/emby/1.0.5/templates/service-udp.yaml rename to charts/emby/1.0.6/templates/service-udp.yaml diff --git a/charts/emby/1.0.5/templates/tests/deployment-check.yaml b/charts/emby/1.0.6/templates/tests/deployment-check.yaml similarity index 100% rename from charts/emby/1.0.5/templates/tests/deployment-check.yaml rename to charts/emby/1.0.6/templates/tests/deployment-check.yaml diff --git a/test/emby/1.0.5/test_values.yaml b/charts/emby/1.0.6/test_values.yaml similarity index 96% rename from test/emby/1.0.5/test_values.yaml rename to charts/emby/1.0.6/test_values.yaml index 725daf39f3..fe7ff542be 100644 --- a/test/emby/1.0.5/test_values.yaml +++ b/charts/emby/1.0.6/test_values.yaml @@ -15,5 +15,5 @@ hostNetwork: false image: pullPolicy: IfNotPresent repository: emby/embyserver - tag: 4.8.0.0 + tag: 4.8.0.1 updateStrategy: Recreate diff --git a/test/emby/1.0.5/.helmignore b/test/emby/1.0.6/.helmignore similarity index 100% rename from test/emby/1.0.5/.helmignore rename to test/emby/1.0.6/.helmignore diff --git a/test/emby/1.0.5/Chart.yaml b/test/emby/1.0.6/Chart.yaml similarity index 90% rename from test/emby/1.0.5/Chart.yaml rename to test/emby/1.0.6/Chart.yaml index 8112d1f3fc..ffe50661bc 100644 --- a/test/emby/1.0.5/Chart.yaml +++ b/test/emby/1.0.6/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 4.8.0.0 +appVersion: 4.8.0.1 dependencies: - name: common repository: file://../../../library/common/2112.0.0 @@ -13,4 +13,4 @@ keywords: name: emby sources: - https://hub.docker.com/r/emby/embyserver -version: 1.0.5 +version: 1.0.6 diff --git a/test/emby/1.0.5/README.md b/test/emby/1.0.6/README.md similarity index 100% rename from test/emby/1.0.5/README.md rename to test/emby/1.0.6/README.md diff --git a/test/emby/1.0.5/app-readme.md b/test/emby/1.0.6/app-readme.md similarity index 100% rename from test/emby/1.0.5/app-readme.md rename to test/emby/1.0.6/app-readme.md diff --git a/test/emby/1.0.5/charts/common-2112.0.0.tgz b/test/emby/1.0.6/charts/common-2112.0.0.tgz similarity index 100% rename from test/emby/1.0.5/charts/common-2112.0.0.tgz rename to test/emby/1.0.6/charts/common-2112.0.0.tgz diff --git a/charts/emby/1.0.5/ix_values.yaml b/test/emby/1.0.6/ix_values.yaml similarity index 81% rename from charts/emby/1.0.5/ix_values.yaml rename to test/emby/1.0.6/ix_values.yaml index 440bd64e16..e5627a1015 100644 --- a/charts/emby/1.0.5/ix_values.yaml +++ b/test/emby/1.0.6/ix_values.yaml @@ -1,4 +1,4 @@ image: pullPolicy: IfNotPresent repository: emby/embyserver - tag: 4.8.0.0 + tag: 4.8.0.1 diff --git a/test/emby/1.0.5/questions.yaml b/test/emby/1.0.6/questions.yaml similarity index 100% rename from test/emby/1.0.5/questions.yaml rename to test/emby/1.0.6/questions.yaml diff --git a/test/emby/1.0.5/requirements.lock b/test/emby/1.0.6/requirements.lock similarity index 100% rename from test/emby/1.0.5/requirements.lock rename to test/emby/1.0.6/requirements.lock diff --git a/test/emby/1.0.5/templates/NOTES.txt b/test/emby/1.0.6/templates/NOTES.txt similarity index 100% rename from test/emby/1.0.5/templates/NOTES.txt rename to test/emby/1.0.6/templates/NOTES.txt diff --git a/test/emby/1.0.5/templates/deployment.yaml b/test/emby/1.0.6/templates/deployment.yaml similarity index 100% rename from test/emby/1.0.5/templates/deployment.yaml rename to test/emby/1.0.6/templates/deployment.yaml diff --git a/test/emby/1.0.5/templates/service-tcp.yaml b/test/emby/1.0.6/templates/service-tcp.yaml similarity index 100% rename from test/emby/1.0.5/templates/service-tcp.yaml rename to test/emby/1.0.6/templates/service-tcp.yaml diff --git a/test/emby/1.0.5/templates/service-udp.yaml b/test/emby/1.0.6/templates/service-udp.yaml similarity index 100% rename from test/emby/1.0.5/templates/service-udp.yaml rename to test/emby/1.0.6/templates/service-udp.yaml diff --git a/test/emby/1.0.5/templates/tests/deployment-check.yaml b/test/emby/1.0.6/templates/tests/deployment-check.yaml similarity index 100% rename from test/emby/1.0.5/templates/tests/deployment-check.yaml rename to test/emby/1.0.6/templates/tests/deployment-check.yaml diff --git a/charts/emby/1.0.5/test_values.yaml b/test/emby/1.0.6/test_values.yaml similarity index 96% rename from charts/emby/1.0.5/test_values.yaml rename to test/emby/1.0.6/test_values.yaml index 725daf39f3..fe7ff542be 100644 --- a/charts/emby/1.0.5/test_values.yaml +++ b/test/emby/1.0.6/test_values.yaml @@ -15,5 +15,5 @@ hostNetwork: false image: pullPolicy: IfNotPresent repository: emby/embyserver - tag: 4.8.0.0 + tag: 4.8.0.1 updateStrategy: Recreate