From 1361cdb0b3f4e7b2a36091cd2b4f9356ff7ca827 Mon Sep 17 00:00:00 2001 From: sonicaj Date: Thu, 1 Sep 2022 12:00:13 +0000 Subject: [PATCH] Upgraded catalog item(s) This commit upgrades qbittorent catalog item(s). --- charts/qbittorent/{1.0.7 => 1.0.8}/Chart.lock | 0 charts/qbittorent/{1.0.7 => 1.0.8}/Chart.yaml | 4 ++-- charts/qbittorent/{1.0.7 => 1.0.8}/README.md | 0 charts/qbittorent/{1.0.7 => 1.0.8}/app-readme.md | 0 .../{1.0.7 => 1.0.8}/charts/common-2207.0.0.tgz | Bin .../qbittorent/1.0.8}/ix_values.yaml | 2 +- charts/qbittorent/{1.0.7 => 1.0.8}/questions.yaml | 0 .../{1.0.7 => 1.0.8}/templates/deployment.yaml | 0 .../{1.0.7 => 1.0.8}/templates/pre-install-job.yaml | 0 .../{1.0.7 => 1.0.8}/templates/service.yaml | 0 .../templates/tests/deployment-check.yaml | 0 .../qbittorent/1.0.8}/test_values.yaml | 2 +- test/qbittorent/{1.0.7 => 1.0.8}/Chart.lock | 0 test/qbittorent/{1.0.7 => 1.0.8}/Chart.yaml | 4 ++-- test/qbittorent/{1.0.7 => 1.0.8}/README.md | 0 test/qbittorent/{1.0.7 => 1.0.8}/app-readme.md | 0 .../{1.0.7 => 1.0.8}/charts/common-2207.0.0.tgz | Bin .../1.0.7 => test/qbittorent/1.0.8}/ix_values.yaml | 2 +- test/qbittorent/{1.0.7 => 1.0.8}/questions.yaml | 0 .../{1.0.7 => 1.0.8}/templates/deployment.yaml | 0 .../{1.0.7 => 1.0.8}/templates/pre-install-job.yaml | 0 .../{1.0.7 => 1.0.8}/templates/service.yaml | 0 .../templates/tests/deployment-check.yaml | 0 .../qbittorent/1.0.8}/test_values.yaml | 2 +- 24 files changed, 8 insertions(+), 8 deletions(-) rename charts/qbittorent/{1.0.7 => 1.0.8}/Chart.lock (100%) rename charts/qbittorent/{1.0.7 => 1.0.8}/Chart.yaml (91%) rename charts/qbittorent/{1.0.7 => 1.0.8}/README.md (100%) rename charts/qbittorent/{1.0.7 => 1.0.8}/app-readme.md (100%) rename charts/qbittorent/{1.0.7 => 1.0.8}/charts/common-2207.0.0.tgz (100%) rename {test/qbittorent/1.0.7 => charts/qbittorent/1.0.8}/ix_values.yaml (84%) rename charts/qbittorent/{1.0.7 => 1.0.8}/questions.yaml (100%) rename charts/qbittorent/{1.0.7 => 1.0.8}/templates/deployment.yaml (100%) rename charts/qbittorent/{1.0.7 => 1.0.8}/templates/pre-install-job.yaml (100%) rename charts/qbittorent/{1.0.7 => 1.0.8}/templates/service.yaml (100%) rename charts/qbittorent/{1.0.7 => 1.0.8}/templates/tests/deployment-check.yaml (100%) rename {test/qbittorent/1.0.7 => charts/qbittorent/1.0.8}/test_values.yaml (96%) rename test/qbittorent/{1.0.7 => 1.0.8}/Chart.lock (100%) rename test/qbittorent/{1.0.7 => 1.0.8}/Chart.yaml (91%) rename test/qbittorent/{1.0.7 => 1.0.8}/README.md (100%) rename test/qbittorent/{1.0.7 => 1.0.8}/app-readme.md (100%) rename test/qbittorent/{1.0.7 => 1.0.8}/charts/common-2207.0.0.tgz (100%) rename {charts/qbittorent/1.0.7 => test/qbittorent/1.0.8}/ix_values.yaml (84%) rename test/qbittorent/{1.0.7 => 1.0.8}/questions.yaml (100%) rename test/qbittorent/{1.0.7 => 1.0.8}/templates/deployment.yaml (100%) rename test/qbittorent/{1.0.7 => 1.0.8}/templates/pre-install-job.yaml (100%) rename test/qbittorent/{1.0.7 => 1.0.8}/templates/service.yaml (100%) rename test/qbittorent/{1.0.7 => 1.0.8}/templates/tests/deployment-check.yaml (100%) rename {charts/qbittorent/1.0.7 => test/qbittorent/1.0.8}/test_values.yaml (96%) diff --git a/charts/qbittorent/1.0.7/Chart.lock b/charts/qbittorent/1.0.8/Chart.lock similarity index 100% rename from charts/qbittorent/1.0.7/Chart.lock rename to charts/qbittorent/1.0.8/Chart.lock diff --git a/charts/qbittorent/1.0.7/Chart.yaml b/charts/qbittorent/1.0.8/Chart.yaml similarity index 91% rename from charts/qbittorent/1.0.7/Chart.yaml rename to charts/qbittorent/1.0.8/Chart.yaml index faeba687bf..3b43224724 100644 --- a/charts/qbittorent/1.0.7/Chart.yaml +++ b/charts/qbittorent/1.0.8/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 4.4.3 +appVersion: 4.4.5 dependencies: - name: common repository: file://../../../library/common/2207.0.0 @@ -11,4 +11,4 @@ keywords: - storage - torrent name: qbittorent -version: 1.0.7 +version: 1.0.8 diff --git a/charts/qbittorent/1.0.7/README.md b/charts/qbittorent/1.0.8/README.md similarity index 100% rename from charts/qbittorent/1.0.7/README.md rename to charts/qbittorent/1.0.8/README.md diff --git a/charts/qbittorent/1.0.7/app-readme.md b/charts/qbittorent/1.0.8/app-readme.md similarity index 100% rename from charts/qbittorent/1.0.7/app-readme.md rename to charts/qbittorent/1.0.8/app-readme.md diff --git a/charts/qbittorent/1.0.7/charts/common-2207.0.0.tgz b/charts/qbittorent/1.0.8/charts/common-2207.0.0.tgz similarity index 100% rename from charts/qbittorent/1.0.7/charts/common-2207.0.0.tgz rename to charts/qbittorent/1.0.8/charts/common-2207.0.0.tgz diff --git a/test/qbittorent/1.0.7/ix_values.yaml b/charts/qbittorent/1.0.8/ix_values.yaml similarity index 84% rename from test/qbittorent/1.0.7/ix_values.yaml rename to charts/qbittorent/1.0.8/ix_values.yaml index 243155ef25..64ef43bcde 100644 --- a/test/qbittorent/1.0.7/ix_values.yaml +++ b/charts/qbittorent/1.0.8/ix_values.yaml @@ -1,4 +1,4 @@ image: pullPolicy: IfNotPresent repository: linuxserver/qbittorrent - tag: 4.4.3 + tag: 4.4.5 diff --git a/charts/qbittorent/1.0.7/questions.yaml b/charts/qbittorent/1.0.8/questions.yaml similarity index 100% rename from charts/qbittorent/1.0.7/questions.yaml rename to charts/qbittorent/1.0.8/questions.yaml diff --git a/charts/qbittorent/1.0.7/templates/deployment.yaml b/charts/qbittorent/1.0.8/templates/deployment.yaml similarity index 100% rename from charts/qbittorent/1.0.7/templates/deployment.yaml rename to charts/qbittorent/1.0.8/templates/deployment.yaml diff --git a/charts/qbittorent/1.0.7/templates/pre-install-job.yaml b/charts/qbittorent/1.0.8/templates/pre-install-job.yaml similarity index 100% rename from charts/qbittorent/1.0.7/templates/pre-install-job.yaml rename to charts/qbittorent/1.0.8/templates/pre-install-job.yaml diff --git a/charts/qbittorent/1.0.7/templates/service.yaml b/charts/qbittorent/1.0.8/templates/service.yaml similarity index 100% rename from charts/qbittorent/1.0.7/templates/service.yaml rename to charts/qbittorent/1.0.8/templates/service.yaml diff --git a/charts/qbittorent/1.0.7/templates/tests/deployment-check.yaml b/charts/qbittorent/1.0.8/templates/tests/deployment-check.yaml similarity index 100% rename from charts/qbittorent/1.0.7/templates/tests/deployment-check.yaml rename to charts/qbittorent/1.0.8/templates/tests/deployment-check.yaml diff --git a/test/qbittorent/1.0.7/test_values.yaml b/charts/qbittorent/1.0.8/test_values.yaml similarity index 96% rename from test/qbittorent/1.0.7/test_values.yaml rename to charts/qbittorent/1.0.8/test_values.yaml index 56d3da1dc4..f07d315c5a 100644 --- a/test/qbittorent/1.0.7/test_values.yaml +++ b/charts/qbittorent/1.0.8/test_values.yaml @@ -13,7 +13,7 @@ extraAppVolumeMounts: [] image: pullPolicy: IfNotPresent repository: linuxserver/qbittorrent - tag: 4.4.3 + tag: 4.4.5 ownerGID: 568 ownerUID: 568 tcp_port: 32001 diff --git a/test/qbittorent/1.0.7/Chart.lock b/test/qbittorent/1.0.8/Chart.lock similarity index 100% rename from test/qbittorent/1.0.7/Chart.lock rename to test/qbittorent/1.0.8/Chart.lock diff --git a/test/qbittorent/1.0.7/Chart.yaml b/test/qbittorent/1.0.8/Chart.yaml similarity index 91% rename from test/qbittorent/1.0.7/Chart.yaml rename to test/qbittorent/1.0.8/Chart.yaml index faeba687bf..3b43224724 100644 --- a/test/qbittorent/1.0.7/Chart.yaml +++ b/test/qbittorent/1.0.8/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 4.4.3 +appVersion: 4.4.5 dependencies: - name: common repository: file://../../../library/common/2207.0.0 @@ -11,4 +11,4 @@ keywords: - storage - torrent name: qbittorent -version: 1.0.7 +version: 1.0.8 diff --git a/test/qbittorent/1.0.7/README.md b/test/qbittorent/1.0.8/README.md similarity index 100% rename from test/qbittorent/1.0.7/README.md rename to test/qbittorent/1.0.8/README.md diff --git a/test/qbittorent/1.0.7/app-readme.md b/test/qbittorent/1.0.8/app-readme.md similarity index 100% rename from test/qbittorent/1.0.7/app-readme.md rename to test/qbittorent/1.0.8/app-readme.md diff --git a/test/qbittorent/1.0.7/charts/common-2207.0.0.tgz b/test/qbittorent/1.0.8/charts/common-2207.0.0.tgz similarity index 100% rename from test/qbittorent/1.0.7/charts/common-2207.0.0.tgz rename to test/qbittorent/1.0.8/charts/common-2207.0.0.tgz diff --git a/charts/qbittorent/1.0.7/ix_values.yaml b/test/qbittorent/1.0.8/ix_values.yaml similarity index 84% rename from charts/qbittorent/1.0.7/ix_values.yaml rename to test/qbittorent/1.0.8/ix_values.yaml index 243155ef25..64ef43bcde 100644 --- a/charts/qbittorent/1.0.7/ix_values.yaml +++ b/test/qbittorent/1.0.8/ix_values.yaml @@ -1,4 +1,4 @@ image: pullPolicy: IfNotPresent repository: linuxserver/qbittorrent - tag: 4.4.3 + tag: 4.4.5 diff --git a/test/qbittorent/1.0.7/questions.yaml b/test/qbittorent/1.0.8/questions.yaml similarity index 100% rename from test/qbittorent/1.0.7/questions.yaml rename to test/qbittorent/1.0.8/questions.yaml diff --git a/test/qbittorent/1.0.7/templates/deployment.yaml b/test/qbittorent/1.0.8/templates/deployment.yaml similarity index 100% rename from test/qbittorent/1.0.7/templates/deployment.yaml rename to test/qbittorent/1.0.8/templates/deployment.yaml diff --git a/test/qbittorent/1.0.7/templates/pre-install-job.yaml b/test/qbittorent/1.0.8/templates/pre-install-job.yaml similarity index 100% rename from test/qbittorent/1.0.7/templates/pre-install-job.yaml rename to test/qbittorent/1.0.8/templates/pre-install-job.yaml diff --git a/test/qbittorent/1.0.7/templates/service.yaml b/test/qbittorent/1.0.8/templates/service.yaml similarity index 100% rename from test/qbittorent/1.0.7/templates/service.yaml rename to test/qbittorent/1.0.8/templates/service.yaml diff --git a/test/qbittorent/1.0.7/templates/tests/deployment-check.yaml b/test/qbittorent/1.0.8/templates/tests/deployment-check.yaml similarity index 100% rename from test/qbittorent/1.0.7/templates/tests/deployment-check.yaml rename to test/qbittorent/1.0.8/templates/tests/deployment-check.yaml diff --git a/charts/qbittorent/1.0.7/test_values.yaml b/test/qbittorent/1.0.8/test_values.yaml similarity index 96% rename from charts/qbittorent/1.0.7/test_values.yaml rename to test/qbittorent/1.0.8/test_values.yaml index 56d3da1dc4..f07d315c5a 100644 --- a/charts/qbittorent/1.0.7/test_values.yaml +++ b/test/qbittorent/1.0.8/test_values.yaml @@ -13,7 +13,7 @@ extraAppVolumeMounts: [] image: pullPolicy: IfNotPresent repository: linuxserver/qbittorrent - tag: 4.4.3 + tag: 4.4.5 ownerGID: 568 ownerUID: 568 tcp_port: 32001