Compare commits
1 Commits
4069b25580
...
3349daa489
Author | SHA1 | Date |
---|---|---|
|
3349daa489 |
|
@ -21,7 +21,7 @@ helmCharts:
|
||||||
valuesFile: gitea-values.yaml
|
valuesFile: gitea-values.yaml
|
||||||
- name: renovate
|
- name: renovate
|
||||||
releaseName: renovate
|
releaseName: renovate
|
||||||
version: 37.140.10
|
version: 37.140.2
|
||||||
repo: https://docs.renovatebot.com/helm-charts
|
repo: https://docs.renovatebot.com/helm-charts
|
||||||
namespace: gitea
|
namespace: gitea
|
||||||
valuesFile: renovate-bot-values.yaml
|
valuesFile: renovate-bot-values.yaml
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
deployment:
|
deployment:
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: volume-permissions
|
- name: volume-permissions
|
||||||
image: busybox:latest@sha256:6d9ac9237a84afe1516540f40a0fafdc86859b2141954b4d643af7066d598b74
|
image: busybox:latest@sha256:3d3698b745b0c67ddf2c515650b42955b0bcd123c92060008aae4f4aac1c77b3
|
||||||
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"]
|
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:
|
securityContext:
|
||||||
runAsNonRoot: false
|
runAsNonRoot: false
|
||||||
|
|
Loading…
Reference in New Issue