Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
18bde2423a
commit
c1c8e4212e
|
@ -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))
|
|
@ -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
|
|
@ -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
|
|
@ -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)
|
|
@ -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
|
|
@ -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
|
|
@ -1,4 +1,4 @@
|
|||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/requestrr.png
|
||||
categories:
|
||||
- incubator
|
||||
- media
|
||||
screenshots: []
|
||||
|
|
Loading…
Reference in New Issue