diff --git a/charts/stable/wisemapping/Chart.yaml b/charts/stable/wisemapping/Chart.yaml index 79a66a196be..1cd8a5a225a 100644 --- a/charts/stable/wisemapping/Chart.yaml +++ b/charts/stable/wisemapping/Chart.yaml @@ -36,10 +36,11 @@ maintainers: name: wisemapping sources: - https://bitbucket.org/wisemapping/wisemapping-open-source/src/develop/ + - https://github.com/truecharts/charts/tree/master/charts/stable/wisemapping - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/wisemapping - https://github.com/trueforge/truecharts/tree/master/charts/stable/wisemapping - https://hub.docker.com/r/wisemapping/wisemapping - https://www.wisemapping.com/ type: application -version: 4.7.1 +version: 4.7.2 diff --git a/charts/stable/wisemapping/values.yaml b/charts/stable/wisemapping/values.yaml index 9296c0e99b8..76305db3ece 100644 --- a/charts/stable/wisemapping/values.yaml +++ b/charts/stable/wisemapping/values.yaml @@ -1,7 +1,7 @@ image: repository: docker.io/wisemapping/wisemapping pullPolicy: IfNotPresent - tag: latest@sha256:4242fce8570c3f288c664c3615e5efe197249fed9def881c35528bcc0287699e + tag: latest@sha256:0a2a4961a1db05dd21d41df795584c0a91f16bdf90932c3f7ca59e24eb1c9042 # When this is defined, the contents will be mounted # as configmap into the container at /usr/local/tomcat/webapps/ROOT/WEB-INF/app.properties. @@ -23,7 +23,7 @@ service: workload: main: - podSpec: + podSpec: initContainers: init-config: enabled: true @@ -42,6 +42,13 @@ workload: fi containers: main: + probes: + liveness: + type: tcp + readiness: + type: tcp + startup: + type: tcp env: ADMIN_EMAIL: "change@me.com"