From 3d1ca81e36d71561a8751d8a396c04803a52d830 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sun, 5 Oct 2025 14:31:43 +0200 Subject: [PATCH] chore(helm): update image docker.io/wisemapping/wisemapping digest to 0a2a496 (#40350) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/wisemapping/wisemapping | digest | `4242fce` -> `0a2a496` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --------- Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> --- charts/stable/wisemapping/Chart.yaml | 3 ++- charts/stable/wisemapping/values.yaml | 11 +++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) 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"