From 4ff84b42b320f8f4f762ed32028954c291fec1aa Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Mon, 26 Jun 2023 06:47:44 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/flexget/5.0.29/app-changelog.md | 9 --- .../flexget/{5.0.29 => 5.0.30}/CHANGELOG.md | 18 ++--- stable/flexget/{5.0.29 => 5.0.30}/Chart.yaml | 4 +- stable/flexget/{5.0.29 => 5.0.30}/README.md | 2 +- stable/flexget/5.0.30/app-changelog.md | 9 +++ .../flexget/{5.0.29 => 5.0.30}/app-readme.md | 0 .../charts/common-12.14.2.tgz | Bin .../flexget/{5.0.29 => 5.0.30}/ix_values.yaml | 2 +- .../flexget/{5.0.29 => 5.0.30}/questions.yaml | 68 ++++++++++++++++-- .../{5.0.29 => 5.0.30}/templates/NOTES.txt | 0 .../{5.0.29 => 5.0.30}/templates/common.yaml | 0 stable/flexget/{5.0.29 => 5.0.30}/values.yaml | 0 12 files changed, 86 insertions(+), 26 deletions(-) delete mode 100644 stable/flexget/5.0.29/app-changelog.md rename stable/flexget/{5.0.29 => 5.0.30}/CHANGELOG.md (91%) rename stable/flexget/{5.0.29 => 5.0.30}/Chart.yaml (95%) rename stable/flexget/{5.0.29 => 5.0.30}/README.md (94%) create mode 100644 stable/flexget/5.0.30/app-changelog.md rename stable/flexget/{5.0.29 => 5.0.30}/app-readme.md (100%) rename stable/flexget/{5.0.29 => 5.0.30}/charts/common-12.14.2.tgz (100%) rename stable/flexget/{5.0.29 => 5.0.30}/ix_values.yaml (90%) rename stable/flexget/{5.0.29 => 5.0.30}/questions.yaml (97%) rename stable/flexget/{5.0.29 => 5.0.30}/templates/NOTES.txt (100%) rename stable/flexget/{5.0.29 => 5.0.30}/templates/common.yaml (100%) rename stable/flexget/{5.0.29 => 5.0.30}/values.yaml (100%) diff --git a/stable/flexget/5.0.29/app-changelog.md b/stable/flexget/5.0.29/app-changelog.md deleted file mode 100644 index b38f579628..0000000000 --- a/stable/flexget/5.0.29/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [flexget-5.0.29](https://github.com/truecharts/charts/compare/flexget-5.0.28...flexget-5.0.29) (2023-06-15) - -### Chore - -- update container image tccr.io/truecharts/flexget to v3.7.5 ([#9671](https://github.com/truecharts/charts/issues/9671)) - - \ No newline at end of file diff --git a/stable/flexget/5.0.29/CHANGELOG.md b/stable/flexget/5.0.30/CHANGELOG.md similarity index 91% rename from stable/flexget/5.0.29/CHANGELOG.md rename to stable/flexget/5.0.30/CHANGELOG.md index 99aa745297..1a5e396e6f 100644 --- a/stable/flexget/5.0.29/CHANGELOG.md +++ b/stable/flexget/5.0.30/CHANGELOG.md @@ -4,15 +4,15 @@ -## [flexget-5.0.29](https://github.com/truecharts/charts/compare/flexget-5.0.28...flexget-5.0.29) (2023-06-15) - -### Chore - -- update container image tccr.io/truecharts/flexget to v3.7.5 ([#9671](https://github.com/truecharts/charts/issues/9671)) - - - - +## [flexget-5.0.30](https://github.com/truecharts/charts/compare/flexget-5.0.29...flexget-5.0.30) (2023-06-26) + +### Chore + +- update container image tccr.io/truecharts/flexget to v3.7.8 ([#9921](https://github.com/truecharts/charts/issues/9921)) + + + + ## [flexget-5.0.29](https://github.com/truecharts/charts/compare/flexget-5.0.28...flexget-5.0.29) (2023-06-15) ### Chore diff --git a/stable/flexget/5.0.29/Chart.yaml b/stable/flexget/5.0.30/Chart.yaml similarity index 95% rename from stable/flexget/5.0.29/Chart.yaml rename to stable/flexget/5.0.30/Chart.yaml index ccf1d478f5..b5161ada94 100644 --- a/stable/flexget/5.0.29/Chart.yaml +++ b/stable/flexget/5.0.30/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "3.7.5" +appVersion: "3.7.8" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/flexget - https://github.com/wiserain/docker-flexget type: application -version: 5.0.29 +version: 5.0.30 annotations: truecharts.org/catagories: | - media diff --git a/stable/flexget/5.0.29/README.md b/stable/flexget/5.0.30/README.md similarity index 94% rename from stable/flexget/5.0.29/README.md rename to stable/flexget/5.0.30/README.md index 701942c352..e0a9b8fa8d 100644 --- a/stable/flexget/5.0.29/README.md +++ b/stable/flexget/5.0.30/README.md @@ -12,7 +12,7 @@ For more information about this App, please check the docs on the TrueCharts [we ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE%20Apps/Important-MUST-READ). +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) diff --git a/stable/flexget/5.0.30/app-changelog.md b/stable/flexget/5.0.30/app-changelog.md new file mode 100644 index 0000000000..82a38b204a --- /dev/null +++ b/stable/flexget/5.0.30/app-changelog.md @@ -0,0 +1,9 @@ + + +## [flexget-5.0.30](https://github.com/truecharts/charts/compare/flexget-5.0.29...flexget-5.0.30) (2023-06-26) + +### Chore + +- update container image tccr.io/truecharts/flexget to v3.7.8 ([#9921](https://github.com/truecharts/charts/issues/9921)) + + \ No newline at end of file diff --git a/stable/flexget/5.0.29/app-readme.md b/stable/flexget/5.0.30/app-readme.md similarity index 100% rename from stable/flexget/5.0.29/app-readme.md rename to stable/flexget/5.0.30/app-readme.md diff --git a/stable/flexget/5.0.29/charts/common-12.14.2.tgz b/stable/flexget/5.0.30/charts/common-12.14.2.tgz similarity index 100% rename from stable/flexget/5.0.29/charts/common-12.14.2.tgz rename to stable/flexget/5.0.30/charts/common-12.14.2.tgz diff --git a/stable/flexget/5.0.29/ix_values.yaml b/stable/flexget/5.0.30/ix_values.yaml similarity index 90% rename from stable/flexget/5.0.29/ix_values.yaml rename to stable/flexget/5.0.30/ix_values.yaml index 1b3c7f67a8..3fb9966ec6 100644 --- a/stable/flexget/5.0.29/ix_values.yaml +++ b/stable/flexget/5.0.30/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/flexget pullPolicy: IfNotPresent - tag: v3.7.5@sha256:5f814c85237aa2fe0fc27472f52fb5888ef74a4469490c1ed3189728822895a0 + tag: v3.7.8@sha256:717ea6d3bee06ab8d4e303b54963b78f381b4110aae8e8c439864045b605c480 securityContext: container: diff --git a/stable/flexget/5.0.29/questions.yaml b/stable/flexget/5.0.30/questions.yaml similarity index 97% rename from stable/flexget/5.0.29/questions.yaml rename to stable/flexget/5.0.30/questions.yaml index 26d3e73d73..a9043e02f3 100644 --- a/stable/flexget/5.0.29/questions.yaml +++ b/stable/flexget/5.0.30/questions.yaml @@ -564,8 +564,38 @@ questions: description: Automatically set permissions on install schema: show_if: [["type", "=", "hostPath"]] + hidden: true type: boolean default: false + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value + schema: + type: string + default: "775" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false - variable: readOnly label: Read Only schema: @@ -634,8 +664,38 @@ questions: description: Automatically set permissions on install schema: show_if: [["type", "=", "hostPath"]] + hidden: true type: boolean default: false + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value + schema: + type: string + default: "775" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false - variable: readOnly label: Read Only schema: @@ -1164,14 +1224,14 @@ questions: attrs: - variable: cpu label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" schema: type: string default: 4000m valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" schema: type: string default: 8Gi @@ -1185,7 +1245,7 @@ questions: attrs: - variable: cpu label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" schema: type: string default: 10m @@ -1193,7 +1253,7 @@ questions: valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" schema: type: string default: 50Mi diff --git a/stable/flexget/5.0.29/templates/NOTES.txt b/stable/flexget/5.0.30/templates/NOTES.txt similarity index 100% rename from stable/flexget/5.0.29/templates/NOTES.txt rename to stable/flexget/5.0.30/templates/NOTES.txt diff --git a/stable/flexget/5.0.29/templates/common.yaml b/stable/flexget/5.0.30/templates/common.yaml similarity index 100% rename from stable/flexget/5.0.29/templates/common.yaml rename to stable/flexget/5.0.30/templates/common.yaml diff --git a/stable/flexget/5.0.29/values.yaml b/stable/flexget/5.0.30/values.yaml similarity index 100% rename from stable/flexget/5.0.29/values.yaml rename to stable/flexget/5.0.30/values.yaml