chore(deps): update container image edgd1er/webnut to latest@cb2c70e by renovate (#26802)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| edgd1er/webnut | digest | `7ea2132` -> `cb2c70e` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOC45NC4zIiwidXBkYXRlZEluVmVyIjoiMzguOTQuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->

---------

Co-authored-by: kqmaverick <kqmaverick@gmail.com>
This commit is contained in:
TrueCharts Bot
2024-09-24 16:11:41 +00:00
committed by GitHub
co-authored by kqmaverick
parent 198c693bbd
commit a073a6fe4d
3 changed files with 19 additions and 2 deletions
+1 -1
View File
@@ -34,4 +34,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/webnut - https://github.com/truecharts/charts/tree/master/charts/stable/webnut
- https://hub.docker.com/r/edgd1er/webnut - https://hub.docker.com/r/edgd1er/webnut
type: application type: application
version: 10.1.7 version: 10.1.8
+13
View File
@@ -0,0 +1,13 @@
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false
+5 -1
View File
@@ -1,7 +1,7 @@
image: image:
repository: edgd1er/webnut repository: edgd1er/webnut
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: latest@sha256:7ea2132ece0f771176f5958b2edbe01d80a532fce4775abc38620743e8ef936d tag: latest@sha256:cb2c70ec1d0b584c41f4a73ca92c0920c710699f25c17538d012d20f39645fd1
service: service:
main: main:
ports: ports:
@@ -28,3 +28,7 @@ workload:
UPS_PORT: 3493 UPS_PORT: 3493
UPS_USER: monuser UPS_USER: monuser
UPS_PASSWORD: secret UPS_PASSWORD: secret
persistence:
config:
enabled: true
mountPath: "/config"