Compare commits

..

5 Commits

3 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ helmCharts:
valuesFile: gitea-values.yaml valuesFile: gitea-values.yaml
- name: renovate - name: renovate
releaseName: renovate releaseName: renovate
version: 37.141.0 version: 37.150.1
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

View File

@ -13,7 +13,7 @@ resources:
helmCharts: helmCharts:
- name: kube-prometheus-stack - name: kube-prometheus-stack
releaseName: kube-prometheus-stack releaseName: kube-prometheus-stack
version: 56.0.3 version: 56.1.0
repo: https://prometheus-community.github.io/helm-charts repo: https://prometheus-community.github.io/helm-charts
namespace: monitoring namespace: monitoring
valuesFile: values.yaml valuesFile: values.yaml

View File

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