chore(helm): update image docker.io/wisemapping/wisemapping digest to 0a2a496 (#40350)

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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->

---------

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
This commit is contained in:
TrueCharts Bot
2025-10-05 14:31:43 +02:00
committed by GitHub
parent a4523794ab
commit 3d1ca81e36
2 changed files with 11 additions and 3 deletions

View File

@@ -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

View File

@@ -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"