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