Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate Bot b6b0943b4f chore(deps): update helm release kube-prometheus-stack to v56 2024-01-21 01:00:35 +00:00
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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