Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
491df819f7
commit
4a24cec61b
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [kiwix-serve-5.0.9](https://github.com/truecharts/charts/compare/kiwix-serve-5.0.8...kiwix-serve-5.0.9) (2023-11-17)
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [kiwix-serve-5.1.9](https://github.com/truecharts/charts/compare/kiwix-serve-5.0.9...kiwix-serve-5.1.9) (2023-11-19)
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- update container image ghcr.io/kiwix/kiwix-serve to v3.6.0 ([#15111](https://github.com/truecharts/charts/issues/15111))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [kiwix-serve-5.0.9](https://github.com/truecharts/charts/compare/kiwix-serve-5.0.8...kiwix-serve-5.0.9) (2023-11-17)
|
## [kiwix-serve-5.0.9](https://github.com/truecharts/charts/compare/kiwix-serve-5.0.8...kiwix-serve-5.0.9) (2023-11-17)
|
||||||
|
|
||||||
|
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
|
|
||||||
|
|
||||||
## [kiwix-serve-4.0.26](https://github.com/truecharts/charts/compare/kiwix-serve-4.0.25...kiwix-serve-4.0.26) (2023-07-01)
|
## [kiwix-serve-4.0.26](https://github.com/truecharts/charts/compare/kiwix-serve-4.0.25...kiwix-serve-4.0.26) (2023-07-01)
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm general non-major ([#10069](https://github.com/truecharts/charts/issues/10069))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [kiwix-serve-4.0.25](https://github.com/truecharts/charts/compare/kiwix-serve-4.0.24...kiwix-serve-4.0.25) (2023-06-13)
|
|
|
@ -1,5 +1,5 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "3.5.0"
|
appVersion: 3.6.0
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
|
@ -22,7 +22,7 @@ sources:
|
||||||
- https://www.kiwix.org/
|
- https://www.kiwix.org/
|
||||||
- https://github.com/kiwix/kiwix-tools/blob/master/docker/server
|
- https://github.com/kiwix/kiwix-tools/blob/master/docker/server
|
||||||
type: application
|
type: application
|
||||||
version: 5.0.9
|
version: 5.1.9
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/category: Productivity
|
truecharts.org/category: Productivity
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [kiwix-serve-5.1.9](https://github.com/truecharts/charts/compare/kiwix-serve-5.0.9...kiwix-serve-5.1.9) (2023-11-19)
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- update container image ghcr.io/kiwix/kiwix-serve to v3.6.0 ([#15111](https://github.com/truecharts/charts/issues/15111))
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: ghcr.io/kiwix/kiwix-serve
|
repository: ghcr.io/kiwix/kiwix-serve
|
||||||
tag: 3.5.0@sha256:6cd1a4491ff8036b3b88546886b7523427647d08fdc1b062c4f630229a3f60ba
|
tag: 3.6.0@sha256:c479bbf0822c9c36b784997a915570b6f67d1a8ecf8b2ca6b5b881986f242208
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
Loading…
Reference in New Issue