From a073a6fe4de87004f3ad0823b16d5314a5fb7e03 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 24 Sep 2024 18:11:41 +0200 Subject: [PATCH] chore(deps): update container image edgd1er/webnut to latest@cb2c70e by renovate (#26802) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- - [ ] 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). --------- Co-authored-by: kqmaverick --- charts/stable/webnut/Chart.yaml | 2 +- charts/stable/webnut/ci/basic-values.yaml | 13 +++++++++++++ charts/stable/webnut/values.yaml | 6 +++++- 3 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 charts/stable/webnut/ci/basic-values.yaml diff --git a/charts/stable/webnut/Chart.yaml b/charts/stable/webnut/Chart.yaml index 1cf55c358c2..e6e4127f561 100644 --- a/charts/stable/webnut/Chart.yaml +++ b/charts/stable/webnut/Chart.yaml @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/webnut - https://hub.docker.com/r/edgd1er/webnut type: application -version: 10.1.7 +version: 10.1.8 diff --git a/charts/stable/webnut/ci/basic-values.yaml b/charts/stable/webnut/ci/basic-values.yaml new file mode 100644 index 00000000000..f668545069d --- /dev/null +++ b/charts/stable/webnut/ci/basic-values.yaml @@ -0,0 +1,13 @@ +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false + \ No newline at end of file diff --git a/charts/stable/webnut/values.yaml b/charts/stable/webnut/values.yaml index e7a6360c4bc..797bdaf31b5 100644 --- a/charts/stable/webnut/values.yaml +++ b/charts/stable/webnut/values.yaml @@ -1,7 +1,7 @@ image: repository: edgd1er/webnut pullPolicy: IfNotPresent - tag: latest@sha256:7ea2132ece0f771176f5958b2edbe01d80a532fce4775abc38620743e8ef936d + tag: latest@sha256:cb2c70ec1d0b584c41f4a73ca92c0920c710699f25c17538d012d20f39645fd1 service: main: ports: @@ -28,3 +28,7 @@ workload: UPS_PORT: 3493 UPS_USER: monuser UPS_PASSWORD: secret +persistence: + config: + enabled: true + mountPath: "/config"