diff --git a/catalog.json b/catalog.json index b67ed90887..4f4a4d033a 100644 --- a/catalog.json +++ b/catalog.json @@ -835,9 +835,9 @@ "healthy_error": null, "home": "https://www.qbittorrent.org/", "location": "/__w/charts/charts/community/qbittorrent", - "latest_version": "1.0.11", - "latest_app_version": "4.5.2", - "latest_human_version": "4.5.2_1.0.11", + "latest_version": "1.0.12", + "latest_app_version": "4.5.3", + "latest_human_version": "4.5.3_1.0.12", "last_update": "2023-05-30 13:24:14", "name": "qbittorrent", "recommended": false, diff --git a/community/qbittorrent/1.0.11/Chart.lock b/community/qbittorrent/1.0.11/Chart.lock deleted file mode 100644 index 5c9618fe8e..0000000000 --- a/community/qbittorrent/1.0.11/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: file://../../../common - version: 1.0.7 -digest: sha256:919bcf42446fc1748a1b77001ec0161bb7a72a198381794b716a6ebb459ac31b -generated: "2023-05-10T20:00:39.729073918+03:00" diff --git a/community/qbittorrent/1.0.11/charts/common-1.0.7.tgz b/community/qbittorrent/1.0.11/charts/common-1.0.7.tgz deleted file mode 100644 index 905794195b..0000000000 Binary files a/community/qbittorrent/1.0.11/charts/common-1.0.7.tgz and /dev/null differ diff --git a/community/qbittorrent/1.0.12/Chart.lock b/community/qbittorrent/1.0.12/Chart.lock new file mode 100644 index 0000000000..0a74958e00 --- /dev/null +++ b/community/qbittorrent/1.0.12/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: file://../../../common + version: 1.0.8 +digest: sha256:254efaa1285f634b7a80b7baadeadbd20a680f7fee49d1d9d3c4618aa0d657ad +generated: "2023-05-31T10:38:50.323200167+03:00" diff --git a/community/qbittorrent/1.0.11/Chart.yaml b/community/qbittorrent/1.0.12/Chart.yaml similarity index 87% rename from community/qbittorrent/1.0.11/Chart.yaml rename to community/qbittorrent/1.0.12/Chart.yaml index e5f13de344..84c208d7bf 100644 --- a/community/qbittorrent/1.0.11/Chart.yaml +++ b/community/qbittorrent/1.0.12/Chart.yaml @@ -1,11 +1,12 @@ name: qbittorrent -description: The qBittorrent project aims to provide an open-source software alternative to µTorrent. +description: The qBittorrent project aims to provide an open-source software alternative + to µTorrent. annotations: title: qBittorrent type: application -version: 1.0.11 +version: 1.0.12 apiVersion: v2 -appVersion: '4.5.2' +appVersion: 4.5.3 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas @@ -14,7 +15,7 @@ maintainers: dependencies: - name: common repository: file://../../../common - version: 1.0.7 + version: 1.0.8 home: https://www.qbittorrent.org/ icon: https://upload.wikimedia.org/wikipedia/commons/9/9e/Qbittorrent_logo.png sources: diff --git a/community/qbittorrent/1.0.11/README.md b/community/qbittorrent/1.0.12/README.md similarity index 100% rename from community/qbittorrent/1.0.11/README.md rename to community/qbittorrent/1.0.12/README.md diff --git a/community/qbittorrent/1.0.11/app-readme.md b/community/qbittorrent/1.0.12/app-readme.md similarity index 100% rename from community/qbittorrent/1.0.11/app-readme.md rename to community/qbittorrent/1.0.12/app-readme.md diff --git a/community/qbittorrent/1.0.12/charts/common-1.0.8.tgz b/community/qbittorrent/1.0.12/charts/common-1.0.8.tgz new file mode 100644 index 0000000000..cefa789200 Binary files /dev/null and b/community/qbittorrent/1.0.12/charts/common-1.0.8.tgz differ diff --git a/community/qbittorrent/1.0.11/ci/basic-values.yaml b/community/qbittorrent/1.0.12/ci/basic-values.yaml similarity index 100% rename from community/qbittorrent/1.0.11/ci/basic-values.yaml rename to community/qbittorrent/1.0.12/ci/basic-values.yaml diff --git a/community/qbittorrent/1.0.11/ci/extra-env-values.yaml b/community/qbittorrent/1.0.12/ci/extra-env-values.yaml similarity index 100% rename from community/qbittorrent/1.0.11/ci/extra-env-values.yaml rename to community/qbittorrent/1.0.12/ci/extra-env-values.yaml diff --git a/community/qbittorrent/1.0.11/ci/hostNet-values.yaml b/community/qbittorrent/1.0.12/ci/hostNet-values.yaml similarity index 100% rename from community/qbittorrent/1.0.11/ci/hostNet-values.yaml rename to community/qbittorrent/1.0.12/ci/hostNet-values.yaml diff --git a/community/qbittorrent/1.0.11/ix_values.yaml b/community/qbittorrent/1.0.12/ix_values.yaml similarity index 97% rename from community/qbittorrent/1.0.11/ix_values.yaml rename to community/qbittorrent/1.0.12/ix_values.yaml index 284ff9d2d5..3c984a70c3 100644 --- a/community/qbittorrent/1.0.11/ix_values.yaml +++ b/community/qbittorrent/1.0.12/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/onedr0p/qbittorrent pullPolicy: IfNotPresent - tag: "4.5.2" + tag: 4.5.3 resources: limits: diff --git a/community/qbittorrent/1.0.11/metadata.yaml b/community/qbittorrent/1.0.12/metadata.yaml similarity index 100% rename from community/qbittorrent/1.0.11/metadata.yaml rename to community/qbittorrent/1.0.12/metadata.yaml diff --git a/community/qbittorrent/1.0.11/migrations/migrate b/community/qbittorrent/1.0.12/migrations/migrate similarity index 100% rename from community/qbittorrent/1.0.11/migrations/migrate rename to community/qbittorrent/1.0.12/migrations/migrate diff --git a/community/qbittorrent/1.0.11/questions.yaml b/community/qbittorrent/1.0.12/questions.yaml similarity index 100% rename from community/qbittorrent/1.0.11/questions.yaml rename to community/qbittorrent/1.0.12/questions.yaml diff --git a/community/qbittorrent/1.0.11/templates/NOTES.txt b/community/qbittorrent/1.0.12/templates/NOTES.txt similarity index 100% rename from community/qbittorrent/1.0.11/templates/NOTES.txt rename to community/qbittorrent/1.0.12/templates/NOTES.txt diff --git a/community/qbittorrent/1.0.11/templates/_configuration.tpl b/community/qbittorrent/1.0.12/templates/_configuration.tpl similarity index 100% rename from community/qbittorrent/1.0.11/templates/_configuration.tpl rename to community/qbittorrent/1.0.12/templates/_configuration.tpl diff --git a/community/qbittorrent/1.0.11/templates/_portal.tpl b/community/qbittorrent/1.0.12/templates/_portal.tpl similarity index 100% rename from community/qbittorrent/1.0.11/templates/_portal.tpl rename to community/qbittorrent/1.0.12/templates/_portal.tpl diff --git a/community/qbittorrent/1.0.11/templates/_qbittorrent.tpl b/community/qbittorrent/1.0.12/templates/_qbittorrent.tpl similarity index 100% rename from community/qbittorrent/1.0.11/templates/_qbittorrent.tpl rename to community/qbittorrent/1.0.12/templates/_qbittorrent.tpl diff --git a/community/qbittorrent/1.0.11/templates/common.yaml b/community/qbittorrent/1.0.12/templates/common.yaml similarity index 100% rename from community/qbittorrent/1.0.11/templates/common.yaml rename to community/qbittorrent/1.0.12/templates/common.yaml