Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
49e746c397
commit
daf5919b18
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [fluidd-6.0.13](https://github.com/truecharts/charts/compare/fluidd-6.0.12...fluidd-6.0.13) (2023-11-08)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm general non-major ([#14465](https://github.com/truecharts/charts/issues/14465))
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [fluidd-6.0.14](https://github.com/truecharts/charts/compare/fluidd-6.0.13...fluidd-6.0.14) (2023-11-09)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/fluidd to v1.26.2 ([#14471](https://github.com/truecharts/charts/issues/14471))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [fluidd-6.0.13](https://github.com/truecharts/charts/compare/fluidd-6.0.12...fluidd-6.0.13) (2023-11-08)
|
## [fluidd-6.0.13](https://github.com/truecharts/charts/compare/fluidd-6.0.12...fluidd-6.0.13) (2023-11-08)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
|
|
||||||
## [fluidd-6.0.4](https://github.com/truecharts/charts/compare/fluidd-6.0.3...fluidd-6.0.4) (2023-08-16)
|
## [fluidd-6.0.4](https://github.com/truecharts/charts/compare/fluidd-6.0.3...fluidd-6.0.4) (2023-08-16)
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm general non-major ([#11557](https://github.com/truecharts/charts/issues/11557))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [fluidd-6.0.3](https://github.com/truecharts/charts/compare/fluidd-6.0.2...fluidd-6.0.3) (2023-08-16)
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "1.26.1"
|
appVersion: "1.26.2"
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
|
@ -18,7 +18,7 @@ name: fluidd
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/fluidd
|
- https://github.com/truecharts/charts/tree/master/charts/stable/fluidd
|
||||||
- https://github.com/fluidd-core/fluidd
|
- https://github.com/fluidd-core/fluidd
|
||||||
version: 6.0.13
|
version: 6.0.14
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/category: utilities
|
truecharts.org/category: utilities
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [fluidd-6.0.14](https://github.com/truecharts/charts/compare/fluidd-6.0.13...fluidd-6.0.14) (2023-11-09)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/fluidd to v1.26.2 ([#14471](https://github.com/truecharts/charts/issues/14471))
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/fluidd
|
repository: tccr.io/truecharts/fluidd
|
||||||
tag: v1.26.1@sha256:52a54e01d51cbd9d2764b51fed407a85a2a324312fcb6ea9fa0de6e66fb67e72
|
tag: v1.26.2@sha256:6c1d18a4a80927bceb97f5bb721008e01419b7a65445bca85d431bc305c9333a
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
Loading…
Reference in New Issue