Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2024-01-09 22:56:51 +00:00
parent 18bde2423a
commit c1c8e4212e
13 changed files with 35 additions and 35 deletions

View File

@ -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))

View File

@ -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) ## [requestrr-8.1.6](https://github.com/truecharts/charts/compare/requestrr-8.1.5...requestrr-8.1.6) (2024-01-09)
### Chore ### Chore
@ -94,6 +97,3 @@ title: Changelog
- update helm general non-major by renovate ([#16384](https://github.com/truecharts/charts/issues/16384)) - 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

View File

@ -1,21 +1,23 @@
kubeVersion: ">=1.24.0-0" kubeVersion: ">=1.24.0-0"
apiVersion: v2 apiVersion: v2
name: requestrr name: requestrr
version: 8.1.6 version: 8.2.0
appVersion: 2.1.2 appVersion: 2.1.4
description: Requestrr is a chatbot used to simplify using services like Sonarr/Radarr/Ombi via the use of chat. 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 home: https://truecharts.org/charts/stable/requestrr
icon: https://truecharts.org/img/hotlink-ok/chart-icons/requestrr.png icon: https://truecharts.org/img/hotlink-ok/chart-icons/requestrr.png
deprecated: false deprecated: false
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/requestrr - 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: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
url: https://truecharts.org url: https://truecharts.org
keywords: keywords:
- requestrr - requestrr
- discord
dependencies: dependencies:
- name: common - name: common
version: 17.2.22 version: 17.2.22
@ -28,7 +30,7 @@ annotations:
max_scale_version: 23.10.2 max_scale_version: 23.10.2
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: incubator truecharts.org/category: media
truecharts.org/max_helm_version: "3.13" truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12" truecharts.org/min_helm_version: "3.12"
truecharts.org/train: stable truecharts.org/train: stable

View File

@ -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)

View File

@ -1,25 +1,29 @@
image: image:
repository: ghcr.io/linuxserver/requestrr repository: thomst08/requestrr
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: 2.1.2@sha256:3136acf009b7c05b7f20c14529b4295252c19b02655e9f21a78e6cf165d83510 tag: v2.1.4@sha256:04782274790378528f4aac22c9a18a3764eda269af5dcd70404b9d501e3deaa3
service:
main:
ports:
main:
targetPort: 4545
port: 4545
persistence:
config:
enabled: true
mountPath: "/config"
varrun:
enabled: true
portal:
open:
enabled: true
securityContext: securityContext:
container: container:
runAsNonRoot: false runAsNonRoot: false
readOnlyRootFilesystem: false readOnlyRootFilesystem: false
runAsUser: 0 runAsUser: 0
runAsGroup: 0 runAsGroup: 0
service:
main:
ports:
main:
targetPort: 4545
port: 4545
persistence:
config:
enabled: true
mountPath: "/config"
varrun:
enabled: true
portal:
open:
enabled: true

View File

@ -1685,7 +1685,7 @@ questions:
default: 0 default: 0
- variable: runAsGroup - variable: runAsGroup
label: "runAsGroup" label: "runAsGroup"
description: "The groupID this App of the user running the application" description: "The groupID of the user running the application"
schema: schema:
type: int type: int
default: 0 default: 0

View File

@ -1,4 +1,4 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/requestrr.png icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/requestrr.png
categories: categories:
- incubator - media
screenshots: [] screenshots: []