Compare commits
1 Commits
b7b026bd6c
...
91a1c1c108
Author | SHA1 | Date |
---|---|---|
|
91a1c1c108 |
|
@ -22,7 +22,7 @@ helmCharts:
|
|||
valuesFile: gitea-values.yaml
|
||||
- name: renovate
|
||||
releaseName: renovate
|
||||
version: 37.269.2
|
||||
version: 37.267.1
|
||||
repo: https://docs.renovatebot.com/helm-charts
|
||||
namespace: gitea
|
||||
valuesFile: renovate-bot-values.yaml
|
||||
|
|
|
@ -9,7 +9,7 @@ generators:
|
|||
helmCharts:
|
||||
- name: traefik
|
||||
releaseName: traefik
|
||||
version: 26.1.0
|
||||
version: 26.0.0
|
||||
repo: https://helm.traefik.io/traefik
|
||||
namespace: kube-system
|
||||
includeCRDs: true
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
deployment:
|
||||
initContainers:
|
||||
- name: volume-permissions
|
||||
image: busybox:stable@sha256:650fd573e056b679a5110a70aabeb01e26b76e545ec4b9c70a9523f2dfaf18c6
|
||||
image: busybox:stable@sha256:acdc29f25f9c5d678b264007f6f0ea63f12756dcef1cdb043f3fd2a13ba735c3
|
||||
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