From 22aa0c86833206b6eb8337b66b904b085e9a449b Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sat, 16 Sep 2023 19:27:18 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- incubator/qbitrr/0.0.3/app-changelog.md | 9 --- incubator/qbitrr/0.0.3/ix_values.yaml | 39 ----------- .../qbitrr/{0.0.3 => 0.0.4}/CHANGELOG.md | 9 +++ incubator/qbitrr/{0.0.3 => 0.0.4}/Chart.yaml | 2 +- incubator/qbitrr/{0.0.3 => 0.0.4}/README.md | 0 incubator/qbitrr/0.0.4/app-changelog.md | 9 +++ .../qbitrr/{0.0.3 => 0.0.4}/app-readme.md | 0 .../{0.0.3 => 0.0.4}/charts/common-14.0.1.tgz | Bin incubator/qbitrr/0.0.4/ix_values.yaml | 64 ++++++++++++++++++ .../qbitrr/{0.0.3 => 0.0.4}/questions.yaml | 4 +- .../{0.0.3 => 0.0.4}/templates/NOTES.txt | 0 .../{0.0.3 => 0.0.4}/templates/common.yaml | 0 incubator/qbitrr/{0.0.3 => 0.0.4}/values.yaml | 0 13 files changed, 85 insertions(+), 51 deletions(-) delete mode 100644 incubator/qbitrr/0.0.3/app-changelog.md delete mode 100644 incubator/qbitrr/0.0.3/ix_values.yaml rename incubator/qbitrr/{0.0.3 => 0.0.4}/CHANGELOG.md (74%) rename incubator/qbitrr/{0.0.3 => 0.0.4}/Chart.yaml (98%) rename incubator/qbitrr/{0.0.3 => 0.0.4}/README.md (100%) create mode 100644 incubator/qbitrr/0.0.4/app-changelog.md rename incubator/qbitrr/{0.0.3 => 0.0.4}/app-readme.md (100%) rename incubator/qbitrr/{0.0.3 => 0.0.4}/charts/common-14.0.1.tgz (100%) create mode 100644 incubator/qbitrr/0.0.4/ix_values.yaml rename incubator/qbitrr/{0.0.3 => 0.0.4}/questions.yaml (99%) rename incubator/qbitrr/{0.0.3 => 0.0.4}/templates/NOTES.txt (100%) rename incubator/qbitrr/{0.0.3 => 0.0.4}/templates/common.yaml (100%) rename incubator/qbitrr/{0.0.3 => 0.0.4}/values.yaml (100%) diff --git a/incubator/qbitrr/0.0.3/app-changelog.md b/incubator/qbitrr/0.0.3/app-changelog.md deleted file mode 100644 index 135f2031b59..00000000000 --- a/incubator/qbitrr/0.0.3/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [qbitrr-0.0.3](https://github.com/truecharts/charts/compare/qbitrr-0.0.2...qbitrr-0.0.3) (2023-09-10) - -### Chore - -- bump version ([#12403](https://github.com/truecharts/charts/issues/12403)) - - \ No newline at end of file diff --git a/incubator/qbitrr/0.0.3/ix_values.yaml b/incubator/qbitrr/0.0.3/ix_values.yaml deleted file mode 100644 index 7e53c0f1571..00000000000 --- a/incubator/qbitrr/0.0.3/ix_values.yaml +++ /dev/null @@ -1,39 +0,0 @@ -image: - repository: tccr.io/truecharts/qbitrr - pullPolicy: IfNotPresent - tag: v3.7.4@sha256:46ce7db5c51415f0848963c8fa4b6afacf7ac9690ecb986449948bb455d10ecf -securityContext: - container: - readOnlyRootFilesystem: false - -service: - main: - enabled: false - ports: - main: - enabled: false - -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - enabled: false - readiness: - enabled: false - startup: - enabled: false - -persistence: - config: - enabled: true - mountPath: /config - downloads: - enabled: true - mountPath: /completed_downloads - -portal: - open: - enabled: false diff --git a/incubator/qbitrr/0.0.3/CHANGELOG.md b/incubator/qbitrr/0.0.4/CHANGELOG.md similarity index 74% rename from incubator/qbitrr/0.0.3/CHANGELOG.md rename to incubator/qbitrr/0.0.4/CHANGELOG.md index ccf562fdc75..38b8aa2eb2e 100644 --- a/incubator/qbitrr/0.0.3/CHANGELOG.md +++ b/incubator/qbitrr/0.0.4/CHANGELOG.md @@ -4,6 +4,15 @@ +## [qbitrr-0.0.4](https://github.com/truecharts/charts/compare/qbitrr-0.0.3...qbitrr-0.0.4) (2023-09-16) + +### Feat + +- generate config file ([#12666](https://github.com/truecharts/charts/issues/12666)) + + + + ## [qbitrr-0.0.3](https://github.com/truecharts/charts/compare/qbitrr-0.0.2...qbitrr-0.0.3) (2023-09-10) ### Chore diff --git a/incubator/qbitrr/0.0.3/Chart.yaml b/incubator/qbitrr/0.0.4/Chart.yaml similarity index 98% rename from incubator/qbitrr/0.0.3/Chart.yaml rename to incubator/qbitrr/0.0.4/Chart.yaml index 79391175f44..1cb3582ae80 100644 --- a/incubator/qbitrr/0.0.3/Chart.yaml +++ b/incubator/qbitrr/0.0.4/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/qbitrr - https://github.com/Feramance/Qbitrr type: application -version: 0.0.3 +version: 0.0.4 annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | diff --git a/incubator/qbitrr/0.0.3/README.md b/incubator/qbitrr/0.0.4/README.md similarity index 100% rename from incubator/qbitrr/0.0.3/README.md rename to incubator/qbitrr/0.0.4/README.md diff --git a/incubator/qbitrr/0.0.4/app-changelog.md b/incubator/qbitrr/0.0.4/app-changelog.md new file mode 100644 index 00000000000..dd987757e1c --- /dev/null +++ b/incubator/qbitrr/0.0.4/app-changelog.md @@ -0,0 +1,9 @@ + + +## [qbitrr-0.0.4](https://github.com/truecharts/charts/compare/qbitrr-0.0.3...qbitrr-0.0.4) (2023-09-16) + +### Feat + +- generate config file ([#12666](https://github.com/truecharts/charts/issues/12666)) + + \ No newline at end of file diff --git a/incubator/qbitrr/0.0.3/app-readme.md b/incubator/qbitrr/0.0.4/app-readme.md similarity index 100% rename from incubator/qbitrr/0.0.3/app-readme.md rename to incubator/qbitrr/0.0.4/app-readme.md diff --git a/incubator/qbitrr/0.0.3/charts/common-14.0.1.tgz b/incubator/qbitrr/0.0.4/charts/common-14.0.1.tgz similarity index 100% rename from incubator/qbitrr/0.0.3/charts/common-14.0.1.tgz rename to incubator/qbitrr/0.0.4/charts/common-14.0.1.tgz diff --git a/incubator/qbitrr/0.0.4/ix_values.yaml b/incubator/qbitrr/0.0.4/ix_values.yaml new file mode 100644 index 00000000000..1ecc1a668b1 --- /dev/null +++ b/incubator/qbitrr/0.0.4/ix_values.yaml @@ -0,0 +1,64 @@ +image: + repository: tccr.io/truecharts/qbitrr + pullPolicy: IfNotPresent + tag: v3.7.4@sha256:46ce7db5c51415f0848963c8fa4b6afacf7ac9690ecb986449948bb455d10ecf +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 + +service: + main: + enabled: false + ports: + main: + enabled: false + +workload: + main: + podSpec: + initContainers: + 1-create-config-file: + type: install + enabled: true + imageSelector: "image" + command: + - /bin/sh + - -c + args: + - | + conf="/config/config.toml" + example="https://raw.githubusercontent.com/Feramance/qBitrr/master/config.example.toml" + if [ -f "$conf" ]; then + echo "$conf exists. Skipping..." + else + echo "$conf does not exist... Downloading the example from upstream..." + wget "$example" -O $conf || echo "Failed to download" + fi + containers: + main: + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false + +persistence: + config: + enabled: true + mountPath: /config + targetSelector: + main: + main: {} + 1-create-config-file: {} + downloads: + enabled: true + mountPath: /completed_downloads + +portal: + open: + enabled: false diff --git a/incubator/qbitrr/0.0.3/questions.yaml b/incubator/qbitrr/0.0.4/questions.yaml similarity index 99% rename from incubator/qbitrr/0.0.3/questions.yaml rename to incubator/qbitrr/0.0.4/questions.yaml index 73151ab03eb..c36b0582a44 100644 --- a/incubator/qbitrr/0.0.3/questions.yaml +++ b/incubator/qbitrr/0.0.4/questions.yaml @@ -789,13 +789,13 @@ questions: description: "The UserID of the user running the application" schema: type: int - default: 568 + default: 0 - variable: runAsGroup label: "runAsGroup" description: "The groupID this App of the user running the application" schema: type: int - default: 568 + default: 0 # Settings from questions.yaml get appended here on a per-app basis - variable: PUID label: Process User ID - PUID diff --git a/incubator/qbitrr/0.0.3/templates/NOTES.txt b/incubator/qbitrr/0.0.4/templates/NOTES.txt similarity index 100% rename from incubator/qbitrr/0.0.3/templates/NOTES.txt rename to incubator/qbitrr/0.0.4/templates/NOTES.txt diff --git a/incubator/qbitrr/0.0.3/templates/common.yaml b/incubator/qbitrr/0.0.4/templates/common.yaml similarity index 100% rename from incubator/qbitrr/0.0.3/templates/common.yaml rename to incubator/qbitrr/0.0.4/templates/common.yaml diff --git a/incubator/qbitrr/0.0.3/values.yaml b/incubator/qbitrr/0.0.4/values.yaml similarity index 100% rename from incubator/qbitrr/0.0.3/values.yaml rename to incubator/qbitrr/0.0.4/values.yaml