Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2024-01-03 23:16:30 +00:00
parent c769bd8fb0
commit fd321949da
214 changed files with 963 additions and 750 deletions

View File

@@ -1,9 +0,0 @@
## [qbitrr-2.1.6](https://github.com/truecharts/charts/compare/qbitrr-2.1.5...qbitrr-2.1.6) (2024-01-03)
### Chore
- update container image feramance/qbitrr to v3.8.10[@277ca1b](https://github.com/277ca1b) by renovate ([#16838](https://github.com/truecharts/charts/issues/16838))

View File

@@ -7,6 +7,15 @@ title: Changelog
## [qbitrr-2.1.7](https://github.com/truecharts/charts/compare/qbitrr-2.1.6...qbitrr-2.1.7) (2024-01-03)
### Chore
- update container image feramance/qbitrr to v3.8.12[@084f8a6](https://github.com/084f8a6) by renovate ([#16860](https://github.com/truecharts/charts/issues/16860))
## [qbitrr-2.1.6](https://github.com/truecharts/charts/compare/qbitrr-2.1.5...qbitrr-2.1.6) (2024-01-03)
### Chore
@@ -88,12 +97,3 @@ title: Changelog
- update helm chart common to 17.1.0 by renovate ([#16532](https://github.com/truecharts/charts/issues/16532))
## [qbitrr-1.0.11](https://github.com/truecharts/charts/compare/qbitrr-1.0.10...qbitrr-1.0.11) (2023-12-24)
### Chore
- update helm general non-major by renovate ([#16384](https://github.com/truecharts/charts/issues/16384))
## [qbitrr-1.0.10](https://github.com/truecharts/charts/compare/qbitrr-1.0.9...qbitrr-1.0.10) (2023-12-24)
### Chore

View File

@@ -1,8 +1,8 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: qbitrr
version: 2.1.6
appVersion: 3.8.10
version: 2.1.7
appVersion: 3.8.12
description: A simple script to monitor qBit and communicate with Radarr and Sonarr.
home: https://truecharts.org/charts/stable/qbitrr
icon: https://truecharts.org/img/hotlink-ok/chart-icons/qbitrr.png

View File

@@ -0,0 +1,9 @@
## [qbitrr-2.1.7](https://github.com/truecharts/charts/compare/qbitrr-2.1.6...qbitrr-2.1.7) (2024-01-03)
### Chore
- update container image feramance/qbitrr to v3.8.12[@084f8a6](https://github.com/084f8a6) by renovate ([#16860](https://github.com/truecharts/charts/issues/16860))

View File

@@ -1,7 +1,7 @@
image:
repository: feramance/qbitrr
pullPolicy: IfNotPresent
tag: v3.8.10@sha256:277ca1b353d47d5aedd1c07ea3427047529c466bab9226e7c510935fa3d72be5
tag: v3.8.12@sha256:084f8a652da2f356ace134c193fca87a61c17deb207a19230a9c5f6c7c87e09c
securityContext:
container:
readOnlyRootFilesystem: false

View File

@@ -231,30 +231,42 @@ questions:
type: dict
additional_attrs: true
attrs:
- variable: registry
label: "Registry"
- variable: enabled
label: Enabled
schema:
type: string
required: true
default: "https://index.docker.io/v1/"
- variable: username
label: "Username"
type: boolean
default: true
- variable: data
label: Data
schema:
type: string
required: true
default: ""
- variable: password
label: "Password"
schema:
type: string
required: true
default: ""
- variable: email
label: "Email"
schema:
type: string
required: true
default: ""
type: dict
additional_attrs: true
attrs:
- variable: registry
label: "Registry"
schema:
type: string
required: true
default: "https://index.docker.io/v1/"
- variable: username
label: "Username"
schema:
type: string
required: true
default: ""
- variable: password
label: "Password"
schema:
type: string
required: true
private: true
default: ""
- variable: email
label: "Email"
schema:
type: string
required: true
default: ""
- variable: serviceexpert
group: Networking and Services
label: Show Expert Config