From 0dce3075813d49dce1756a11edbfc18f65e69540 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 20 Feb 2025 11:13:25 +0100 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/msdel?= =?UTF-8?q?uise/plant-it-server=200.8.0=20=E2=86=92=200.10.0=20(#32123)?= 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/msdeluise/plant-it-server | minor | `b05762c` -> `23ddf86` | --- > [!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/incubator/plant-it/Chart.yaml | 4 ++-- charts/incubator/plant-it/values.yaml | 13 +++++++++++-- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/charts/incubator/plant-it/Chart.yaml b/charts/incubator/plant-it/Chart.yaml index 0b10208f711..719c3f863ed 100644 --- a/charts/incubator/plant-it/Chart.yaml +++ b/charts/incubator/plant-it/Chart.yaml @@ -4,7 +4,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: incubator apiVersion: v2 -appVersion: 0.8.0 +appVersion: 0.10.0 dependencies: - name: common version: 25.4.10 @@ -45,4 +45,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/plant-it - https://hub.docker.com/r/msdeluise/plant-it-server type: application -version: 1.16.6 +version: 1.17.0 diff --git a/charts/incubator/plant-it/values.yaml b/charts/incubator/plant-it/values.yaml index ec49de41a9e..8565d6c4cb2 100644 --- a/charts/incubator/plant-it/values.yaml +++ b/charts/incubator/plant-it/values.yaml @@ -1,8 +1,15 @@ image: repository: docker.io/msdeluise/plant-it-server pullPolicy: IfNotPresent - tag: 0.8.0@sha256:b05762c750b4829274bb00368b2fdcee15c268a255bc0ac2bc7bed522ded36c9 - + tag: 0.10.0@sha256:23ddf8660087d6b9f5dbdca2ca09817b84db45cb2d9d6e2e0176e70f514629e7 + +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 + workload: main: podSpec: @@ -56,6 +63,8 @@ persistence: certificates: enabled: true mountPath: /certificates + varrun: + enabled: false mariadb: enabled: true