chore(helm): update image docker.io/msdeluise/plant-it-server 0.8.0 → 0.10.0 (#32123)
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. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> --------- 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:
co-authored by
Alfred Göppel
parent
24e2638943
commit
0dce307581
@@ -4,7 +4,7 @@ annotations:
|
|||||||
truecharts.org/min_helm_version: "3.11"
|
truecharts.org/min_helm_version: "3.11"
|
||||||
truecharts.org/train: incubator
|
truecharts.org/train: incubator
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 0.8.0
|
appVersion: 0.10.0
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 25.4.10
|
version: 25.4.10
|
||||||
@@ -45,4 +45,4 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/plant-it
|
- https://github.com/truecharts/charts/tree/master/charts/incubator/plant-it
|
||||||
- https://hub.docker.com/r/msdeluise/plant-it-server
|
- https://hub.docker.com/r/msdeluise/plant-it-server
|
||||||
type: application
|
type: application
|
||||||
version: 1.16.6
|
version: 1.17.0
|
||||||
|
|||||||
@@ -1,8 +1,15 @@
|
|||||||
image:
|
image:
|
||||||
repository: docker.io/msdeluise/plant-it-server
|
repository: docker.io/msdeluise/plant-it-server
|
||||||
pullPolicy: IfNotPresent
|
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:
|
workload:
|
||||||
main:
|
main:
|
||||||
podSpec:
|
podSpec:
|
||||||
@@ -56,6 +63,8 @@ persistence:
|
|||||||
certificates:
|
certificates:
|
||||||
enabled: true
|
enabled: true
|
||||||
mountPath: /certificates
|
mountPath: /certificates
|
||||||
|
varrun:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
mariadb:
|
mariadb:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
Reference in New Issue
Block a user