Compare commits

..

No commits in common. "4c41a50c32922282fd2d5f97ef1ce473bfc6d28b" and "fce4044036c01401929becc1fa5c829b8fdc1d8c" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ helmCharts:
valuesFile: gitea-values.yaml
- name: renovate
releaseName: renovate
version: 37.181.8
version: 37.141.0
repo: https://docs.renovatebot.com/helm-charts
namespace: gitea
valuesFile: renovate-bot-values.yaml

View File

@ -2,7 +2,7 @@
deployment:
initContainers:
- name: volume-permissions
image: busybox:stable@sha256:6d9ac9237a84afe1516540f40a0fafdc86859b2141954b4d643af7066d598b74
image: busybox:stable
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