Compare commits
2 Commits
3349daa489
...
4069b25580
Author | SHA1 | Date |
---|---|---|
Renovate Bot | 4069b25580 | |
Renovate Bot | 472be63ef4 |
|
@ -21,7 +21,7 @@ helmCharts:
|
||||||
valuesFile: gitea-values.yaml
|
valuesFile: gitea-values.yaml
|
||||||
- name: renovate
|
- name: renovate
|
||||||
releaseName: renovate
|
releaseName: renovate
|
||||||
version: 37.140.2
|
version: 37.140.10
|
||||||
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:ba76950ac9eaa407512c9d859cea48114eeff8a6f12ebaa5d32ce79d4a017dd8
|
image: busybox:latest@sha256:6d9ac9237a84afe1516540f40a0fafdc86859b2141954b4d643af7066d598b74
|
||||||
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