Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
750f62f8a6
commit
fd2b0b3520
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [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))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [fluidd-6.0.5](https://github.com/truecharts/charts/compare/fluidd-6.0.4...fluidd-6.0.5) (2023-09-10)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/fluidd to v1.25.3 ([#12465](https://github.com/truecharts/charts/issues/12465))
|
||||
|
||||
|
||||
|
||||
|
||||
## [fluidd-6.0.4](https://github.com/truecharts/charts/compare/fluidd-6.0.3...fluidd-6.0.4) (2023-08-16)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
- update helm chart common to 12.14.2 ([#9599](https://github.com/truecharts/charts/issues/9599))
|
||||
|
||||
|
||||
|
||||
|
||||
## [fluidd-5.0.22](https://github.com/truecharts/charts/compare/fluidd-5.0.21...fluidd-5.0.22) (2023-06-11)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9558](https://github.com/truecharts/charts/issues/9558))
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "1.25.2"
|
||||
appVersion: "1.25.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: 6.0.4
|
||||
version: 6.0.5
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- utilities
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [fluidd-6.0.5](https://github.com/truecharts/charts/compare/fluidd-6.0.4...fluidd-6.0.5) (2023-09-10)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/fluidd to v1.25.3 ([#12465](https://github.com/truecharts/charts/issues/12465))
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/fluidd
|
||||
tag: v1.25.2@sha256:8eca6de03c59b72a81d1b4696ed93b09bcd674d0257b3a9966b8e994746f48f3
|
||||
tag: v1.25.3@sha256:896b62735c10732f085bfd9da758545e19864d3ebd31023533f154a156c803cb
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
Loading…
Reference in New Issue