diff --git a/community/metube/1.1.1/Chart.lock b/community/metube/1.1.1/Chart.lock deleted file mode 100644 index 6027bab5b0..0000000000 --- a/community/metube/1.1.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: file://../../../common - version: 1.1.1 -digest: sha256:a7dbe3e4d42dbcd4325776e5e01a1d630c7f185f79e7ebf22b1b9cc80f56eed7 -generated: "2023-10-12T16:10:43.537427728+03:00" diff --git a/community/metube/1.1.1/charts/common-1.1.1.tgz b/community/metube/1.1.1/charts/common-1.1.1.tgz deleted file mode 100644 index 67909f224e..0000000000 Binary files a/community/metube/1.1.1/charts/common-1.1.1.tgz and /dev/null differ diff --git a/community/metube/1.1.2/Chart.lock b/community/metube/1.1.2/Chart.lock new file mode 100644 index 0000000000..74d282d7f5 --- /dev/null +++ b/community/metube/1.1.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: file://../../../common + version: 1.2.0 +digest: sha256:a87a6988cedfc3f8a90eb308dffaaeaa1cbd0cad31c20e15b1147084360b9ec1 +generated: "2023-10-29T21:43:44.197713036+02:00" diff --git a/community/metube/1.1.1/Chart.yaml b/community/metube/1.1.2/Chart.yaml similarity index 94% rename from community/metube/1.1.1/Chart.yaml rename to community/metube/1.1.2/Chart.yaml index 2ecee07053..ee3e8c2652 100644 --- a/community/metube/1.1.1/Chart.yaml +++ b/community/metube/1.1.2/Chart.yaml @@ -4,7 +4,7 @@ description: MeTube is a web GUI for youtube-dl (using the yt-dlp fork) with pla annotations: title: MeTube type: application -version: 1.1.1 +version: 1.1.2 apiVersion: v2 appVersion: '2023-10-20' kubeVersion: '>=1.16.0-0' @@ -15,7 +15,7 @@ maintainers: dependencies: - name: common repository: file://../../../common - version: 1.1.1 + version: 1.2.0 home: https://github.com/alexta69/metube icon: https://localhost/no-icon sources: diff --git a/community/metube/1.1.1/README.md b/community/metube/1.1.2/README.md similarity index 100% rename from community/metube/1.1.1/README.md rename to community/metube/1.1.2/README.md diff --git a/community/metube/1.1.1/app-readme.md b/community/metube/1.1.2/app-readme.md similarity index 100% rename from community/metube/1.1.1/app-readme.md rename to community/metube/1.1.2/app-readme.md diff --git a/community/metube/1.1.2/charts/common-1.2.0.tgz b/community/metube/1.1.2/charts/common-1.2.0.tgz new file mode 100644 index 0000000000..8083cba2a2 Binary files /dev/null and b/community/metube/1.1.2/charts/common-1.2.0.tgz differ diff --git a/community/metube/1.1.1/ci/basic-values.yaml b/community/metube/1.1.2/ci/basic-values.yaml similarity index 100% rename from community/metube/1.1.1/ci/basic-values.yaml rename to community/metube/1.1.2/ci/basic-values.yaml diff --git a/community/metube/1.1.1/ci/extra-values.yaml b/community/metube/1.1.2/ci/extra-values.yaml similarity index 100% rename from community/metube/1.1.1/ci/extra-values.yaml rename to community/metube/1.1.2/ci/extra-values.yaml diff --git a/community/metube/1.1.1/ci/hostNet-values.yaml b/community/metube/1.1.2/ci/hostNet-values.yaml similarity index 100% rename from community/metube/1.1.1/ci/hostNet-values.yaml rename to community/metube/1.1.2/ci/hostNet-values.yaml diff --git a/community/metube/1.1.1/ix_values.yaml b/community/metube/1.1.2/ix_values.yaml similarity index 100% rename from community/metube/1.1.1/ix_values.yaml rename to community/metube/1.1.2/ix_values.yaml diff --git a/community/metube/1.1.1/metadata.yaml b/community/metube/1.1.2/metadata.yaml similarity index 100% rename from community/metube/1.1.1/metadata.yaml rename to community/metube/1.1.2/metadata.yaml diff --git a/community/metube/1.1.1/questions.yaml b/community/metube/1.1.2/questions.yaml similarity index 98% rename from community/metube/1.1.1/questions.yaml rename to community/metube/1.1.2/questions.yaml index 6204b046bd..4c2762fe70 100644 --- a/community/metube/1.1.1/questions.yaml +++ b/community/metube/1.1.2/questions.yaml @@ -21,7 +21,7 @@ portals: path: "$kubernetes-resource_configmap_portal_path" questions: - - variable: MeTubeConfig + - variable: metubeConfig label: "" group: MeTube Configuration schema: @@ -64,7 +64,7 @@ questions: type: string required: true - - variable: MeTubeRunAs + - variable: metubeRunAs label: "" group: User and Group Configuration schema: @@ -87,7 +87,7 @@ questions: default: 568 required: true - - variable: MeTubeNetwork + - variable: metubeNetwork label: "" group: Network Configuration schema: @@ -110,7 +110,7 @@ questions: type: boolean default: false - - variable: MeTubeStorage + - variable: metubeStorage label: "" group: Storage Configuration schema: diff --git a/community/metube/1.1.1/templates/NOTES.txt b/community/metube/1.1.2/templates/NOTES.txt similarity index 100% rename from community/metube/1.1.1/templates/NOTES.txt rename to community/metube/1.1.2/templates/NOTES.txt diff --git a/community/metube/1.1.1/templates/_metube.tpl b/community/metube/1.1.2/templates/_metube.tpl similarity index 100% rename from community/metube/1.1.1/templates/_metube.tpl rename to community/metube/1.1.2/templates/_metube.tpl diff --git a/community/metube/1.1.1/templates/_persistence.tpl b/community/metube/1.1.2/templates/_persistence.tpl similarity index 100% rename from community/metube/1.1.1/templates/_persistence.tpl rename to community/metube/1.1.2/templates/_persistence.tpl diff --git a/community/metube/1.1.1/templates/_portal.tpl b/community/metube/1.1.2/templates/_portal.tpl similarity index 100% rename from community/metube/1.1.1/templates/_portal.tpl rename to community/metube/1.1.2/templates/_portal.tpl diff --git a/community/metube/1.1.1/templates/_service.tpl b/community/metube/1.1.2/templates/_service.tpl similarity index 100% rename from community/metube/1.1.1/templates/_service.tpl rename to community/metube/1.1.2/templates/_service.tpl diff --git a/community/metube/1.1.1/templates/common.yaml b/community/metube/1.1.2/templates/common.yaml similarity index 100% rename from community/metube/1.1.1/templates/common.yaml rename to community/metube/1.1.2/templates/common.yaml