From 2c751f22fc8b5bfd00d823d246460e062270c797 Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Wed, 30 Nov 2022 13:59:19 +0200 Subject: [PATCH] bump version --- test/emby/{1.0.14 => 1.0.15}/.helmignore | 0 test/emby/{1.0.14 => 1.0.15}/Chart.lock | 0 test/emby/{1.0.14 => 1.0.15}/Chart.yaml | 2 +- test/emby/{1.0.14 => 1.0.15}/README.md | 0 test/emby/{1.0.14 => 1.0.15}/app-readme.md | 0 .../{1.0.14 => 1.0.15}/charts/common-2207.0.0.tgz | Bin test/emby/{1.0.14 => 1.0.15}/ix_values.yaml | 0 test/emby/{1.0.14 => 1.0.15}/questions.yaml | 0 test/emby/{1.0.14 => 1.0.15}/requirements.lock | 0 test/emby/{1.0.14 => 1.0.15}/templates/NOTES.txt | 0 .../{1.0.14 => 1.0.15}/templates/deployment.yaml | 0 test/emby/{1.0.14 => 1.0.15}/templates/portal.tpl | 0 .../{1.0.14 => 1.0.15}/templates/service-tcp.yaml | 0 .../{1.0.14 => 1.0.15}/templates/service-udp.yaml | 0 .../templates/tests/deployment-check.yaml | 0 test/emby/{1.0.14 => 1.0.15}/test_values.yaml | 0 16 files changed, 1 insertion(+), 1 deletion(-) rename test/emby/{1.0.14 => 1.0.15}/.helmignore (100%) rename test/emby/{1.0.14 => 1.0.15}/Chart.lock (100%) rename test/emby/{1.0.14 => 1.0.15}/Chart.yaml (95%) rename test/emby/{1.0.14 => 1.0.15}/README.md (100%) rename test/emby/{1.0.14 => 1.0.15}/app-readme.md (100%) rename test/emby/{1.0.14 => 1.0.15}/charts/common-2207.0.0.tgz (100%) rename test/emby/{1.0.14 => 1.0.15}/ix_values.yaml (100%) rename test/emby/{1.0.14 => 1.0.15}/questions.yaml (100%) rename test/emby/{1.0.14 => 1.0.15}/requirements.lock (100%) rename test/emby/{1.0.14 => 1.0.15}/templates/NOTES.txt (100%) rename test/emby/{1.0.14 => 1.0.15}/templates/deployment.yaml (100%) rename test/emby/{1.0.14 => 1.0.15}/templates/portal.tpl (100%) rename test/emby/{1.0.14 => 1.0.15}/templates/service-tcp.yaml (100%) rename test/emby/{1.0.14 => 1.0.15}/templates/service-udp.yaml (100%) rename test/emby/{1.0.14 => 1.0.15}/templates/tests/deployment-check.yaml (100%) rename test/emby/{1.0.14 => 1.0.15}/test_values.yaml (100%) diff --git a/test/emby/1.0.14/.helmignore b/test/emby/1.0.15/.helmignore similarity index 100% rename from test/emby/1.0.14/.helmignore rename to test/emby/1.0.15/.helmignore diff --git a/test/emby/1.0.14/Chart.lock b/test/emby/1.0.15/Chart.lock similarity index 100% rename from test/emby/1.0.14/Chart.lock rename to test/emby/1.0.15/Chart.lock diff --git a/test/emby/1.0.14/Chart.yaml b/test/emby/1.0.15/Chart.yaml similarity index 95% rename from test/emby/1.0.14/Chart.yaml rename to test/emby/1.0.15/Chart.yaml index 6cbbc81981..a99dd84a72 100644 --- a/test/emby/1.0.14/Chart.yaml +++ b/test/emby/1.0.15/Chart.yaml @@ -13,4 +13,4 @@ keywords: name: emby sources: - https://hub.docker.com/r/emby/embyserver -version: 1.0.14 +version: 1.0.15 diff --git a/test/emby/1.0.14/README.md b/test/emby/1.0.15/README.md similarity index 100% rename from test/emby/1.0.14/README.md rename to test/emby/1.0.15/README.md diff --git a/test/emby/1.0.14/app-readme.md b/test/emby/1.0.15/app-readme.md similarity index 100% rename from test/emby/1.0.14/app-readme.md rename to test/emby/1.0.15/app-readme.md diff --git a/test/emby/1.0.14/charts/common-2207.0.0.tgz b/test/emby/1.0.15/charts/common-2207.0.0.tgz similarity index 100% rename from test/emby/1.0.14/charts/common-2207.0.0.tgz rename to test/emby/1.0.15/charts/common-2207.0.0.tgz diff --git a/test/emby/1.0.14/ix_values.yaml b/test/emby/1.0.15/ix_values.yaml similarity index 100% rename from test/emby/1.0.14/ix_values.yaml rename to test/emby/1.0.15/ix_values.yaml diff --git a/test/emby/1.0.14/questions.yaml b/test/emby/1.0.15/questions.yaml similarity index 100% rename from test/emby/1.0.14/questions.yaml rename to test/emby/1.0.15/questions.yaml diff --git a/test/emby/1.0.14/requirements.lock b/test/emby/1.0.15/requirements.lock similarity index 100% rename from test/emby/1.0.14/requirements.lock rename to test/emby/1.0.15/requirements.lock diff --git a/test/emby/1.0.14/templates/NOTES.txt b/test/emby/1.0.15/templates/NOTES.txt similarity index 100% rename from test/emby/1.0.14/templates/NOTES.txt rename to test/emby/1.0.15/templates/NOTES.txt diff --git a/test/emby/1.0.14/templates/deployment.yaml b/test/emby/1.0.15/templates/deployment.yaml similarity index 100% rename from test/emby/1.0.14/templates/deployment.yaml rename to test/emby/1.0.15/templates/deployment.yaml diff --git a/test/emby/1.0.14/templates/portal.tpl b/test/emby/1.0.15/templates/portal.tpl similarity index 100% rename from test/emby/1.0.14/templates/portal.tpl rename to test/emby/1.0.15/templates/portal.tpl diff --git a/test/emby/1.0.14/templates/service-tcp.yaml b/test/emby/1.0.15/templates/service-tcp.yaml similarity index 100% rename from test/emby/1.0.14/templates/service-tcp.yaml rename to test/emby/1.0.15/templates/service-tcp.yaml diff --git a/test/emby/1.0.14/templates/service-udp.yaml b/test/emby/1.0.15/templates/service-udp.yaml similarity index 100% rename from test/emby/1.0.14/templates/service-udp.yaml rename to test/emby/1.0.15/templates/service-udp.yaml diff --git a/test/emby/1.0.14/templates/tests/deployment-check.yaml b/test/emby/1.0.15/templates/tests/deployment-check.yaml similarity index 100% rename from test/emby/1.0.14/templates/tests/deployment-check.yaml rename to test/emby/1.0.15/templates/tests/deployment-check.yaml diff --git a/test/emby/1.0.14/test_values.yaml b/test/emby/1.0.15/test_values.yaml similarity index 100% rename from test/emby/1.0.14/test_values.yaml rename to test/emby/1.0.15/test_values.yaml