Merge branch 'main' into renovate/traefik-26.x
This commit is contained in:
commit
665f21d43b
|
@ -15,14 +15,14 @@ generators:
|
|||
helmCharts:
|
||||
- name: gitea
|
||||
releaseName: gitea
|
||||
version: 10.1.1
|
||||
version: 10.1.3
|
||||
repo: https://dl.gitea.io/charts/
|
||||
namespace: gitea
|
||||
valuesMerge: merge
|
||||
valuesFile: gitea-values.yaml
|
||||
- name: renovate
|
||||
releaseName: renovate
|
||||
version: 37.202.0
|
||||
version: 37.267.1
|
||||
repo: https://docs.renovatebot.com/helm-charts
|
||||
namespace: gitea
|
||||
valuesFile: renovate-bot-values.yaml
|
||||
|
|
|
@ -13,7 +13,7 @@ resources:
|
|||
helmCharts:
|
||||
- name: kube-prometheus-stack
|
||||
releaseName: kube-prometheus-stack
|
||||
version: 56.6.2
|
||||
version: 56.21.4
|
||||
repo: https://prometheus-community.github.io/helm-charts
|
||||
namespace: monitoring
|
||||
valuesFile: values.yaml
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
deployment:
|
||||
initContainers:
|
||||
- name: volume-permissions
|
||||
image: busybox:stable@sha256:6d9ac9237a84afe1516540f40a0fafdc86859b2141954b4d643af7066d598b74
|
||||
image: busybox:stable@sha256:650fd573e056b679a5110a70aabeb01e26b76e545ec4b9c70a9523f2dfaf18c6
|
||||
command: ["sh", "-c", "touch /data/acme.json; chown 65532:65532 /data/acme.json; chmod -v 600 /data/acme.json; chown -R 65532:65532 /var/log/traefik"]
|
||||
securityContext:
|
||||
runAsNonRoot: false
|
||||
|
|
Loading…
Reference in New Issue