Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
aff6d588e9
commit
7b9accc4c0
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [fluidd-5.0.10](https://github.com/truecharts/charts/compare/fluidd-5.0.9...fluidd-5.0.10) (2023-04-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/fluidd to v1.23.3 ([#8448](https://github.com/truecharts/charts/issues/8448))
|
||||
|
||||
|
||||
|
||||
|
||||
## [fluidd-5.0.9](https://github.com/truecharts/charts/compare/fluidd-5.0.8...fluidd-5.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))
|
||||
|
||||
|
||||
|
||||
|
||||
## [fluidd-4.0.15](https://github.com/truecharts/charts/compare/fluidd-4.0.14...fluidd-4.0.15) (2023-02-20)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/fluidd to v1.23.2
|
||||
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "1.23.2"
|
||||
appVersion: "1.23.3"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -18,7 +18,7 @@ name: fluidd
|
|||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/fluidd
|
||||
- https://github.com/fluidd-core/fluidd
|
||||
version: 5.0.9
|
||||
version: 5.0.10
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- utilities
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [fluidd-5.0.10](https://github.com/truecharts/charts/compare/fluidd-5.0.9...fluidd-5.0.10) (2023-04-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/fluidd to v1.23.3 ([#8448](https://github.com/truecharts/charts/issues/8448))
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/fluidd
|
||||
tag: 1.23.2@sha256:eddd8fac9275f89406113323d8984e293c5f9fb67ab960684329cd0e902a6b3d
|
||||
tag: 1.23.3@sha256:b35f506d6ee5e50c32e65ea48dad73e7f4ccc8a948c743e6b68b161c8f82cd69
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
|
@ -844,7 +844,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 @@
|
|||
|
||||
|
||||
## [fluidd-5.0.9](https://github.com/truecharts/charts/compare/fluidd-5.0.8...fluidd-5.0.9) (2023-04-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#8153](https://github.com/truecharts/charts/issues/8153))
|
||||
|
||||
|
Loading…
Reference in New Issue