Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
aaadfa6b8d
commit
91c6fc7e89
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [kitchenowl-3.1.2](https://github.com/truecharts/charts/compare/kitchenowl-3.1.1...kitchenowl-3.1.2) (2023-02-10)
|
|
||||||
|
|
||||||
### Fix
|
|
||||||
|
|
||||||
- ensure new helm deps repo is used in latest releases as well.
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [kitchenowl-3.1.3](https://github.com/truecharts/charts/compare/kitchenowl-3.1.2...kitchenowl-3.1.3) (2023-02-14)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/kitchenowl-web to latest
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [kitchenowl-3.1.2](https://github.com/truecharts/charts/compare/kitchenowl-3.1.1...kitchenowl-3.1.2) (2023-02-10)
|
## [kitchenowl-3.1.2](https://github.com/truecharts/charts/compare/kitchenowl-3.1.1...kitchenowl-3.1.2) (2023-02-10)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
### Chore
|
### Chore
|
||||||
|
|
||||||
- update container image tccr.io/truecharts/kitchenowl-backend to beta
|
- update container image tccr.io/truecharts/kitchenowl-backend to beta
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [kitchenowl-3.0.5](https://github.com/truecharts/charts/compare/kitchenowl-3.0.4...kitchenowl-3.0.5) (2022-11-30)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@ sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/kitchenowl
|
- https://github.com/truecharts/charts/tree/master/charts/stable/kitchenowl
|
||||||
- https://tombursch.github.io/kitchenowl
|
- https://tombursch.github.io/kitchenowl
|
||||||
type: application
|
type: application
|
||||||
version: 3.1.2
|
version: 3.1.3
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- utilities
|
- utilities
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [kitchenowl-3.1.3](https://github.com/truecharts/charts/compare/kitchenowl-3.1.2...kitchenowl-3.1.3) (2023-02-14)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/kitchenowl-web to latest
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/kitchenowl-web
|
repository: tccr.io/truecharts/kitchenowl-web
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: latest@sha256:b9840abb3ce33249d783a94f7a45d79e5f1f833ec6cdd64136806b58384957c3
|
tag: latest@sha256:a991e534dd274e66c82b5e249bfe2112b12ace5510db8b6c395d35b4cc65a08f
|
||||||
|
|
||||||
backendImage:
|
backendImage:
|
||||||
repository: tccr.io/truecharts/kitchenowl-backend
|
repository: tccr.io/truecharts/kitchenowl-backend
|
Loading…
Reference in New Issue