Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
5a3061b49f
commit
793122a071
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [qbitmanage-4.0.10](https://github.com/truecharts/charts/compare/qbitmanage-4.0.9...qbitmanage-4.0.10) (2023-04-30)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/qbitmanage to v3.4.4 ([#8515](https://github.com/truecharts/charts/issues/8515))
|
||||
|
||||
|
||||
|
||||
|
||||
## [qbitmanage-4.0.9](https://github.com/truecharts/charts/compare/qbitmanage-4.0.8...qbitmanage-4.0.9) (2023-04-25)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
- BREAKING CHANGE migrate to new common part 1 ([#7900](https://github.com/truecharts/charts/issues/7900))
|
||||
|
||||
|
||||
|
||||
|
||||
## [qbitmanage-3.0.12](https://github.com/truecharts/charts/compare/qbitmanage-3.0.11...qbitmanage-3.0.12) (2023-02-14)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/qbitmanage to v3.4.3
|
||||
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "3.4.3"
|
||||
appVersion: "3.4.4"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -22,7 +22,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/qbitmanage
|
||||
- https://github.com/StuffAnThings/qbit_manage/wiki/Docker-Installation
|
||||
type: application
|
||||
version: 4.0.9
|
||||
version: 4.0.10
|
||||
annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [qbitmanage-4.0.10](https://github.com/truecharts/charts/compare/qbitmanage-4.0.9...qbitmanage-4.0.10) (2023-04-30)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/qbitmanage to v3.4.4 ([#8515](https://github.com/truecharts/charts/issues/8515))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/qbitmanage
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 3.4.3@sha256:dbccc96c4f3bb9e3c543781895fe2ebe33a54a54087cfec76a779c0086e6cfda
|
||||
tag: 3.4.4@sha256:d9f1be5f36554c8f4d4da055c8f08f2cb643136687f1bc9ddea7d96736af6203
|
||||
service:
|
||||
main:
|
||||
enabled: false
|
|
@ -727,7 +727,7 @@ questions:
|
|||
description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
|
||||
schema:
|
||||
type: int
|
||||
show_if: [["runAsUser", "=", "0"]]
|
||||
show_if: [["runAsUser", "=", 0]]
|
||||
default: 568
|
||||
- variable: UMASK
|
||||
label: UMASK
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [qbitmanage-4.0.9](https://github.com/truecharts/charts/compare/qbitmanage-4.0.8...qbitmanage-4.0.9) (2023-04-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#8153](https://github.com/truecharts/charts/issues/8153))
|
||||
|
||||
|
Loading…
Reference in New Issue