Update container image tccr.io/truecharts/kiwix-serve to v3.4.0 (#5019)
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "3.3.0"
|
appVersion: "3.4.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
@@ -23,7 +23,7 @@ sources:
|
|||||||
- https://hub.docker.com/r/kiwix/kiwix-serve/
|
- https://hub.docker.com/r/kiwix/kiwix-serve/
|
||||||
- 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: 3.0.2
|
version: 3.0.3
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
image:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: tccr.io/truecharts/kiwix-serve
|
repository: tccr.io/truecharts/kiwix-serve
|
||||||
tag: v3.3.0@sha256:aa766a860ee698841025574acd9b531a390b65369093094f49d9f07ed2348692
|
tag: 3.4.0@sha256:cb780fc1ef163d6f3ed0b3c34e5a8032f4441ed63a5df29e232f6b6ccf3e44a9
|
||||||
|
|
||||||
args: ["*.zim"]
|
args: ["*.zim"]
|
||||||
|
|
||||||
@@ -15,6 +15,7 @@ securityContext:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
DOWNLOAD: http://download.kiwix.org/zim/wikipedia_en_chemistry_nopic.zim
|
DOWNLOAD: http://download.kiwix.org/zim/wikipedia_en_chemistry_nopic.zim
|
||||||
|
PORT: "{{ .Values.service.main.ports.main.port }}"
|
||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
@@ -22,7 +23,6 @@ service:
|
|||||||
main:
|
main:
|
||||||
port: 10323
|
port: 10323
|
||||||
protocol: HTTP
|
protocol: HTTP
|
||||||
targetPort: 80
|
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
data:
|
data:
|
||||||
|
|||||||
Reference in New Issue
Block a user