diff --git a/stable/requestrr/8.1.6/app-changelog.md b/stable/requestrr/8.1.6/app-changelog.md deleted file mode 100644 index 3df1defa50a..00000000000 --- a/stable/requestrr/8.1.6/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [requestrr-8.1.6](https://github.com/truecharts/charts/compare/requestrr-8.1.5...requestrr-8.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) \ No newline at end of file diff --git a/stable/requestrr/8.1.6/CHANGELOG.md b/stable/requestrr/8.2.0/CHANGELOG.md similarity index 96% rename from stable/requestrr/8.1.6/CHANGELOG.md rename to stable/requestrr/8.2.0/CHANGELOG.md index b0e7a72348c..500e0229fb4 100644 --- a/stable/requestrr/8.1.6/CHANGELOG.md +++ b/stable/requestrr/8.2.0/CHANGELOG.md @@ -7,6 +7,9 @@ title: Changelog +## [requestrr-8.2.0](https://github.com/truecharts/charts/compare/requestrr-8.1.6...requestrr-8.2.0) (2024-01-09) + + ## [requestrr-8.1.6](https://github.com/truecharts/charts/compare/requestrr-8.1.5...requestrr-8.1.6) (2024-01-09) ### Chore @@ -94,6 +97,3 @@ title: Changelog - update helm general non-major by renovate ([#16384](https://github.com/truecharts/charts/issues/16384)) -## [requestrr-7.0.10](https://github.com/truecharts/charts/compare/requestrr-7.0.9...requestrr-7.0.10) (2023-12-24) - -### Chore diff --git a/stable/requestrr/8.1.6/Chart.yaml b/stable/requestrr/8.2.0/Chart.yaml similarity index 84% rename from stable/requestrr/8.1.6/Chart.yaml rename to stable/requestrr/8.2.0/Chart.yaml index 8bca534b46e..59136437d9c 100644 --- a/stable/requestrr/8.1.6/Chart.yaml +++ b/stable/requestrr/8.2.0/Chart.yaml @@ -1,21 +1,23 @@ kubeVersion: ">=1.24.0-0" apiVersion: v2 name: requestrr -version: 8.1.6 -appVersion: 2.1.2 +version: 8.2.0 +appVersion: 2.1.4 description: Requestrr is a chatbot used to simplify using services like Sonarr/Radarr/Ombi via the use of chat. home: https://truecharts.org/charts/stable/requestrr icon: https://truecharts.org/img/hotlink-ok/chart-icons/requestrr.png deprecated: false sources: - https://github.com/truecharts/charts/tree/master/charts/stable/requestrr - - https://ghcr.io/linuxserver/requestrr + - https://github.com/thomst08/requestrr + - https://hub.docker.com/r/thomst08/requestrr maintainers: - name: TrueCharts email: info@truecharts.org url: https://truecharts.org keywords: - requestrr + - discord dependencies: - name: common version: 17.2.22 @@ -28,7 +30,7 @@ annotations: max_scale_version: 23.10.2 min_scale_version: 23.10.0 truecharts.org/SCALE-support: "true" - truecharts.org/category: incubator + truecharts.org/category: media truecharts.org/max_helm_version: "3.13" truecharts.org/min_helm_version: "3.12" truecharts.org/train: stable diff --git a/stable/requestrr/8.1.6/README.md b/stable/requestrr/8.2.0/README.md similarity index 100% rename from stable/requestrr/8.1.6/README.md rename to stable/requestrr/8.2.0/README.md diff --git a/stable/requestrr/8.2.0/app-changelog.md b/stable/requestrr/8.2.0/app-changelog.md new file mode 100644 index 00000000000..abd2fe82dd8 --- /dev/null +++ b/stable/requestrr/8.2.0/app-changelog.md @@ -0,0 +1,3 @@ + + +## [requestrr-8.2.0](https://github.com/truecharts/charts/compare/requestrr-8.1.6...requestrr-8.2.0) (2024-01-09) \ No newline at end of file diff --git a/stable/requestrr/8.1.6/app-readme.md b/stable/requestrr/8.2.0/app-readme.md similarity index 100% rename from stable/requestrr/8.1.6/app-readme.md rename to stable/requestrr/8.2.0/app-readme.md diff --git a/stable/requestrr/8.1.6/charts/common-17.2.22.tgz b/stable/requestrr/8.2.0/charts/common-17.2.22.tgz similarity index 100% rename from stable/requestrr/8.1.6/charts/common-17.2.22.tgz rename to stable/requestrr/8.2.0/charts/common-17.2.22.tgz diff --git a/stable/requestrr/8.1.6/ix_values.yaml b/stable/requestrr/8.2.0/ix_values.yaml similarity index 74% rename from stable/requestrr/8.1.6/ix_values.yaml rename to stable/requestrr/8.2.0/ix_values.yaml index 79d1b4efa4c..00b6f459dbd 100644 --- a/stable/requestrr/8.1.6/ix_values.yaml +++ b/stable/requestrr/8.2.0/ix_values.yaml @@ -1,25 +1,29 @@ image: - repository: ghcr.io/linuxserver/requestrr + repository: thomst08/requestrr pullPolicy: IfNotPresent - tag: 2.1.2@sha256:3136acf009b7c05b7f20c14529b4295252c19b02655e9f21a78e6cf165d83510 -service: - main: - ports: - main: - targetPort: 4545 - port: 4545 -persistence: - config: - enabled: true - mountPath: "/config" - varrun: - enabled: true -portal: - open: - enabled: true + tag: v2.1.4@sha256:04782274790378528f4aac22c9a18a3764eda269af5dcd70404b9d501e3deaa3 + securityContext: container: runAsNonRoot: false readOnlyRootFilesystem: false runAsUser: 0 runAsGroup: 0 + +service: + main: + ports: + main: + targetPort: 4545 + port: 4545 + +persistence: + config: + enabled: true + mountPath: "/config" + varrun: + enabled: true + +portal: + open: + enabled: true diff --git a/stable/requestrr/8.1.6/questions.yaml b/stable/requestrr/8.2.0/questions.yaml similarity index 99% rename from stable/requestrr/8.1.6/questions.yaml rename to stable/requestrr/8.2.0/questions.yaml index be56f9f262f..020a9680695 100644 --- a/stable/requestrr/8.1.6/questions.yaml +++ b/stable/requestrr/8.2.0/questions.yaml @@ -1685,7 +1685,7 @@ questions: default: 0 - variable: runAsGroup label: "runAsGroup" - description: "The groupID this App of the user running the application" + description: "The groupID of the user running the application" schema: type: int default: 0 diff --git a/stable/requestrr/8.1.6/templates/NOTES.txt b/stable/requestrr/8.2.0/templates/NOTES.txt similarity index 100% rename from stable/requestrr/8.1.6/templates/NOTES.txt rename to stable/requestrr/8.2.0/templates/NOTES.txt diff --git a/stable/requestrr/8.1.6/templates/common.yaml b/stable/requestrr/8.2.0/templates/common.yaml similarity index 100% rename from stable/requestrr/8.1.6/templates/common.yaml rename to stable/requestrr/8.2.0/templates/common.yaml diff --git a/stable/requestrr/8.1.6/values.yaml b/stable/requestrr/8.2.0/values.yaml similarity index 100% rename from stable/requestrr/8.1.6/values.yaml rename to stable/requestrr/8.2.0/values.yaml diff --git a/stable/requestrr/item.yaml b/stable/requestrr/item.yaml index 2445999d52b..c90ad8ca995 100644 --- a/stable/requestrr/item.yaml +++ b/stable/requestrr/item.yaml @@ -1,4 +1,4 @@ icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/requestrr.png categories: -- incubator +- media screenshots: []