diff --git a/community/homepage/1.1.2/Chart.lock b/community/homepage/1.1.2/Chart.lock deleted file mode 100644 index 146f60230a..0000000000 --- a/community/homepage/1.1.2/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: file://../../../common - version: 1.2.0 -digest: sha256:a87a6988cedfc3f8a90eb308dffaaeaa1cbd0cad31c20e15b1147084360b9ec1 -generated: "2023-10-31T13:39:43.131358503+02:00" diff --git a/community/homepage/1.1.2/charts/common-1.2.0.tgz b/community/homepage/1.1.2/charts/common-1.2.0.tgz deleted file mode 100644 index 6c0a9d4fba..0000000000 Binary files a/community/homepage/1.1.2/charts/common-1.2.0.tgz and /dev/null differ diff --git a/community/homepage/1.1.3/Chart.lock b/community/homepage/1.1.3/Chart.lock new file mode 100644 index 0000000000..d11cb851ab --- /dev/null +++ b/community/homepage/1.1.3/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: file://../../../common + version: 1.2.2 +digest: sha256:fb077cb81f6acecd5c9e6adc22a18e156f780cd78f27198cdb47810f95364b56 +generated: "2023-11-10T06:51:45.081984568+02:00" diff --git a/community/homepage/1.1.2/Chart.yaml b/community/homepage/1.1.3/Chart.yaml similarity index 92% rename from community/homepage/1.1.2/Chart.yaml rename to community/homepage/1.1.3/Chart.yaml index 7205c8c363..f07a537feb 100644 --- a/community/homepage/1.1.2/Chart.yaml +++ b/community/homepage/1.1.3/Chart.yaml @@ -3,9 +3,9 @@ description: Homepage is a modern, secure, highly customizable application dashb annotations: title: Homepage type: application -version: 1.1.2 +version: 1.1.3 apiVersion: v2 -appVersion: 0.7.4 +appVersion: 0.8.0 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas @@ -14,7 +14,7 @@ maintainers: dependencies: - name: common repository: file://../../../common - version: 1.2.0 + version: 1.2.2 home: https://gethomepage.dev/ icon: https://media.sys.truenas.net/apps/homepage/icons/icon.png sources: diff --git a/community/homepage/1.1.2/README.md b/community/homepage/1.1.3/README.md similarity index 100% rename from community/homepage/1.1.2/README.md rename to community/homepage/1.1.3/README.md diff --git a/community/homepage/1.1.2/app-readme.md b/community/homepage/1.1.3/app-readme.md similarity index 100% rename from community/homepage/1.1.2/app-readme.md rename to community/homepage/1.1.3/app-readme.md diff --git a/community/homepage/1.1.3/charts/common-1.2.2.tgz b/community/homepage/1.1.3/charts/common-1.2.2.tgz new file mode 100644 index 0000000000..177185de32 Binary files /dev/null and b/community/homepage/1.1.3/charts/common-1.2.2.tgz differ diff --git a/community/homepage/1.1.2/ci/basic-values.yaml b/community/homepage/1.1.3/ci/basic-values.yaml similarity index 100% rename from community/homepage/1.1.2/ci/basic-values.yaml rename to community/homepage/1.1.3/ci/basic-values.yaml diff --git a/community/homepage/1.1.2/ci/extra-values.yaml b/community/homepage/1.1.3/ci/extra-values.yaml similarity index 100% rename from community/homepage/1.1.2/ci/extra-values.yaml rename to community/homepage/1.1.3/ci/extra-values.yaml diff --git a/community/homepage/1.1.2/ci/hostNet-values.yaml b/community/homepage/1.1.3/ci/hostNet-values.yaml similarity index 100% rename from community/homepage/1.1.2/ci/hostNet-values.yaml rename to community/homepage/1.1.3/ci/hostNet-values.yaml diff --git a/community/homepage/1.1.2/ix_values.yaml b/community/homepage/1.1.3/ix_values.yaml similarity index 95% rename from community/homepage/1.1.2/ix_values.yaml rename to community/homepage/1.1.3/ix_values.yaml index ef814d39e7..5283a7b549 100644 --- a/community/homepage/1.1.2/ix_values.yaml +++ b/community/homepage/1.1.3/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/gethomepage/homepage pullPolicy: IfNotPresent - tag: v0.7.4 + tag: v0.8.0 resources: limits: diff --git a/community/homepage/1.1.2/metadata.yaml b/community/homepage/1.1.3/metadata.yaml similarity index 100% rename from community/homepage/1.1.2/metadata.yaml rename to community/homepage/1.1.3/metadata.yaml diff --git a/community/homepage/1.1.2/questions.yaml b/community/homepage/1.1.3/questions.yaml similarity index 100% rename from community/homepage/1.1.2/questions.yaml rename to community/homepage/1.1.3/questions.yaml diff --git a/community/homepage/1.1.2/templates/NOTES.txt b/community/homepage/1.1.3/templates/NOTES.txt similarity index 100% rename from community/homepage/1.1.2/templates/NOTES.txt rename to community/homepage/1.1.3/templates/NOTES.txt diff --git a/community/homepage/1.1.2/templates/_homepage.tpl b/community/homepage/1.1.3/templates/_homepage.tpl similarity index 100% rename from community/homepage/1.1.2/templates/_homepage.tpl rename to community/homepage/1.1.3/templates/_homepage.tpl diff --git a/community/homepage/1.1.2/templates/_persistence.tpl b/community/homepage/1.1.3/templates/_persistence.tpl similarity index 100% rename from community/homepage/1.1.2/templates/_persistence.tpl rename to community/homepage/1.1.3/templates/_persistence.tpl diff --git a/community/homepage/1.1.2/templates/_portal.tpl b/community/homepage/1.1.3/templates/_portal.tpl similarity index 100% rename from community/homepage/1.1.2/templates/_portal.tpl rename to community/homepage/1.1.3/templates/_portal.tpl diff --git a/community/homepage/1.1.2/templates/_rbac.tpl b/community/homepage/1.1.3/templates/_rbac.tpl similarity index 100% rename from community/homepage/1.1.2/templates/_rbac.tpl rename to community/homepage/1.1.3/templates/_rbac.tpl diff --git a/community/homepage/1.1.2/templates/_service.tpl b/community/homepage/1.1.3/templates/_service.tpl similarity index 100% rename from community/homepage/1.1.2/templates/_service.tpl rename to community/homepage/1.1.3/templates/_service.tpl diff --git a/community/homepage/1.1.2/templates/common.yaml b/community/homepage/1.1.3/templates/common.yaml similarity index 100% rename from community/homepage/1.1.2/templates/common.yaml rename to community/homepage/1.1.3/templates/common.yaml diff --git a/community/komga/1.1.4/Chart.lock b/community/komga/1.1.4/Chart.lock deleted file mode 100644 index 20db0d81da..0000000000 --- a/community/komga/1.1.4/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: file://../../../common - version: 1.2.1 -digest: sha256:d695592ea5213fe64453171205ca326015d02df3888a7858becc0c733b0de4c7 -generated: "2023-11-06T14:22:34.21819567+02:00" diff --git a/community/komga/1.1.4/charts/common-1.2.1.tgz b/community/komga/1.1.4/charts/common-1.2.1.tgz deleted file mode 100644 index a73c250c6c..0000000000 Binary files a/community/komga/1.1.4/charts/common-1.2.1.tgz and /dev/null differ diff --git a/community/komga/1.1.5/Chart.lock b/community/komga/1.1.5/Chart.lock new file mode 100644 index 0000000000..2801ebb0d4 --- /dev/null +++ b/community/komga/1.1.5/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: file://../../../common + version: 1.2.2 +digest: sha256:fb077cb81f6acecd5c9e6adc22a18e156f780cd78f27198cdb47810f95364b56 +generated: "2023-11-10T06:51:27.433288542+02:00" diff --git a/community/komga/1.1.4/Chart.yaml b/community/komga/1.1.5/Chart.yaml similarity index 92% rename from community/komga/1.1.4/Chart.yaml rename to community/komga/1.1.5/Chart.yaml index 5666b48832..73f59263ab 100644 --- a/community/komga/1.1.4/Chart.yaml +++ b/community/komga/1.1.5/Chart.yaml @@ -3,9 +3,9 @@ description: Komga is a free and open source comics/mangas server. annotations: title: Komga type: application -version: 1.1.4 +version: 1.1.5 apiVersion: v2 -appVersion: 1.7.1 +appVersion: 1.7.2 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas @@ -14,7 +14,7 @@ maintainers: dependencies: - name: common repository: file://../../../common - version: 1.2.1 + version: 1.2.2 home: https://komga.org icon: https://media.sys.truenas.net/apps/komga/icons/icon.svg sources: diff --git a/community/komga/1.1.4/README.md b/community/komga/1.1.5/README.md similarity index 100% rename from community/komga/1.1.4/README.md rename to community/komga/1.1.5/README.md diff --git a/community/komga/1.1.4/app-readme.md b/community/komga/1.1.5/app-readme.md similarity index 100% rename from community/komga/1.1.4/app-readme.md rename to community/komga/1.1.5/app-readme.md diff --git a/community/komga/1.1.5/charts/common-1.2.2.tgz b/community/komga/1.1.5/charts/common-1.2.2.tgz new file mode 100644 index 0000000000..2fd05e650b Binary files /dev/null and b/community/komga/1.1.5/charts/common-1.2.2.tgz differ diff --git a/community/komga/1.1.4/ci/basic-values.yaml b/community/komga/1.1.5/ci/basic-values.yaml similarity index 100% rename from community/komga/1.1.4/ci/basic-values.yaml rename to community/komga/1.1.5/ci/basic-values.yaml diff --git a/community/komga/1.1.4/ci/extra-values.yaml b/community/komga/1.1.5/ci/extra-values.yaml similarity index 100% rename from community/komga/1.1.4/ci/extra-values.yaml rename to community/komga/1.1.5/ci/extra-values.yaml diff --git a/community/komga/1.1.4/ci/hostNet-values.yaml b/community/komga/1.1.5/ci/hostNet-values.yaml similarity index 100% rename from community/komga/1.1.4/ci/hostNet-values.yaml rename to community/komga/1.1.5/ci/hostNet-values.yaml diff --git a/community/komga/1.1.4/ix_values.yaml b/community/komga/1.1.5/ix_values.yaml similarity index 96% rename from community/komga/1.1.4/ix_values.yaml rename to community/komga/1.1.5/ix_values.yaml index 2fc35f9278..482527d2cc 100644 --- a/community/komga/1.1.4/ix_values.yaml +++ b/community/komga/1.1.5/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: gotson/komga pullPolicy: IfNotPresent - tag: 1.7.1 + tag: 1.7.2 resources: limits: diff --git a/community/komga/1.1.4/metadata.yaml b/community/komga/1.1.5/metadata.yaml similarity index 100% rename from community/komga/1.1.4/metadata.yaml rename to community/komga/1.1.5/metadata.yaml diff --git a/community/komga/1.1.4/questions.yaml b/community/komga/1.1.5/questions.yaml similarity index 100% rename from community/komga/1.1.4/questions.yaml rename to community/komga/1.1.5/questions.yaml diff --git a/community/komga/1.1.4/templates/NOTES.txt b/community/komga/1.1.5/templates/NOTES.txt similarity index 100% rename from community/komga/1.1.4/templates/NOTES.txt rename to community/komga/1.1.5/templates/NOTES.txt diff --git a/community/komga/1.1.4/templates/_komga.tpl b/community/komga/1.1.5/templates/_komga.tpl similarity index 100% rename from community/komga/1.1.4/templates/_komga.tpl rename to community/komga/1.1.5/templates/_komga.tpl diff --git a/community/komga/1.1.4/templates/_persistence.tpl b/community/komga/1.1.5/templates/_persistence.tpl similarity index 100% rename from community/komga/1.1.4/templates/_persistence.tpl rename to community/komga/1.1.5/templates/_persistence.tpl diff --git a/community/komga/1.1.4/templates/_portal.tpl b/community/komga/1.1.5/templates/_portal.tpl similarity index 100% rename from community/komga/1.1.4/templates/_portal.tpl rename to community/komga/1.1.5/templates/_portal.tpl diff --git a/community/komga/1.1.4/templates/_service.tpl b/community/komga/1.1.5/templates/_service.tpl similarity index 100% rename from community/komga/1.1.4/templates/_service.tpl rename to community/komga/1.1.5/templates/_service.tpl diff --git a/community/komga/1.1.4/templates/common.yaml b/community/komga/1.1.5/templates/common.yaml similarity index 100% rename from community/komga/1.1.4/templates/common.yaml rename to community/komga/1.1.5/templates/common.yaml