Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
5d665d5541
commit
9902306214
|
@ -1,10 +0,0 @@
|
|||
|
||||
|
||||
## [kitchenowl-6.0.29](https://github.com/truecharts/charts/compare/kitchenowl-6.0.27...kitchenowl-6.0.29) (2023-12-16)
|
||||
|
||||
### Chore
|
||||
|
||||
- fix move mistake and cleanup metadata
|
||||
- update helm general non-major ([#14784](https://github.com/truecharts/charts/issues/14784))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [kitchenowl-6.0.30](https://github.com/truecharts/charts/compare/kitchenowl-6.0.29...kitchenowl-6.0.30) (2023-12-16)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tombursch/kitchenowl to latest[@cd959a5](https://github.com/cd959a5) ([#16045](https://github.com/truecharts/charts/issues/16045))
|
||||
|
||||
|
||||
|
||||
|
||||
## [kitchenowl-6.0.29](https://github.com/truecharts/charts/compare/kitchenowl-6.0.27...kitchenowl-6.0.29) (2023-12-16)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
- 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)
|
||||
|
||||
|
||||
|
||||
|
||||
## [kitchenowl-6.0.21](https://github.com/truecharts/charts/compare/kitchenowl-6.0.20...kitchenowl-6.0.21) (2023-11-17)
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: kitchenowl
|
||||
version: 6.0.29
|
||||
version: 6.0.30
|
||||
appVersion: latest
|
||||
description: KitchenOwl is a smart self-hosted grocery list and recipe manager.
|
||||
home: https://truecharts.org/charts/stable/kitchenowl
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [kitchenowl-6.0.30](https://github.com/truecharts/charts/compare/kitchenowl-6.0.29...kitchenowl-6.0.30) (2023-12-16)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tombursch/kitchenowl to latest[@cd959a5](https://github.com/cd959a5) ([#16045](https://github.com/truecharts/charts/issues/16045))
|
||||
|
||||
|
|
@ -5,7 +5,7 @@ image:
|
|||
backendImage:
|
||||
repository: tombursch/kitchenowl
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest@sha256:0d06b8a2defe667fb23b7a2e9181e5325f2659656c5c6d685852d19f16230bce
|
||||
tag: latest@sha256:cd959a575e8949cdb97f735685669d35100d0001ef1699f4992d20ac9aad50f1
|
||||
service:
|
||||
main:
|
||||
enabled: true
|
Loading…
Reference in New Issue