Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
b20f493549
commit
7f1cd05a25
|
@ -1,4 +0,0 @@
|
|||
|
||||
|
||||
## [kitchenowl-6.0.22](https://github.com/truecharts/charts/compare/kitchenowl-6.0.21...kitchenowl-6.0.22) (2023-11-18)
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [kitchenowl-6.0.23](https://github.com/truecharts/charts/compare/kitchenowl-6.0.22...kitchenowl-6.0.23) (2023-11-19)
|
||||
|
||||
### Fix
|
||||
|
||||
- update container image tombursch/kitchenowl to latest ([#15062](https://github.com/truecharts/charts/issues/15062))
|
||||
|
||||
|
||||
|
||||
|
||||
## [kitchenowl-6.0.22](https://github.com/truecharts/charts/compare/kitchenowl-6.0.21...kitchenowl-6.0.22) (2023-11-18)
|
||||
|
||||
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
## [kitchenowl-6.0.12](https://github.com/truecharts/charts/compare/kitchenowl-6.0.11...kitchenowl-6.0.12) (2023-11-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14287](https://github.com/truecharts/charts/issues/14287))
|
||||
|
||||
|
||||
|
||||
|
||||
## [kitchenowl-6.0.11](https://github.com/truecharts/charts/compare/kitchenowl-6.0.10...kitchenowl-6.0.11) (2023-11-03)
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "latest"
|
||||
appVersion: latest
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -22,7 +22,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/kitchenowl
|
||||
- https://tombursch.github.io/kitchenowl
|
||||
type: application
|
||||
version: 6.0.22
|
||||
version: 6.0.23
|
||||
annotations:
|
||||
truecharts.org/category: utilities
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [kitchenowl-6.0.23](https://github.com/truecharts/charts/compare/kitchenowl-6.0.22...kitchenowl-6.0.23) (2023-11-19)
|
||||
|
||||
### Fix
|
||||
|
||||
- update container image tombursch/kitchenowl to latest ([#15062](https://github.com/truecharts/charts/issues/15062))
|
||||
|
||||
|
|
@ -5,7 +5,7 @@ image:
|
|||
backendImage:
|
||||
repository: tombursch/kitchenowl
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest@sha256:3a1a74b6de2323e7306f19330e29cc91c2968c3d51eabf1ed464064173ae9df8
|
||||
tag: latest@sha256:2abf15bff27459e45ea9bc807e11a4cd0f3c7cdf2c1ffc1fc52d6a4abece1f49
|
||||
service:
|
||||
main:
|
||||
enabled: true
|
Loading…
Reference in New Issue