diff --git a/charts/stable/requestrr/Chart.yaml b/charts/stable/requestrr/Chart.yaml index 8bca534b46e..59136437d9c 100644 --- a/charts/stable/requestrr/Chart.yaml +++ b/charts/stable/requestrr/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/charts/stable/requestrr/questions.yaml b/charts/stable/requestrr/questions.yaml index 5cf4d256d08..39739da09ec 100644 --- a/charts/stable/requestrr/questions.yaml +++ b/charts/stable/requestrr/questions.yaml @@ -62,7 +62,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/charts/stable/requestrr/values.yaml b/charts/stable/requestrr/values.yaml index 79d1b4efa4c..00b6f459dbd 100644 --- a/charts/stable/requestrr/values.yaml +++ b/charts/stable/requestrr/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