3 Commits

Author SHA1 Message Date
c068f86906 Update Helm release postgres-cluster to v6
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 47s
2025-06-20 16:03:25 +00:00
3b1f0099fe change namespace
Some checks failed
lint-test-helm / helm-lint (push) Failing after 5s
renovate / renovate (push) Successful in 1m22s
2025-06-20 11:02:06 -05:00
c0c0d4773c fix title
Some checks failed
lint-test-helm / helm-lint (push) Failing after 36s
renovate / renovate (push) Has been cancelled
2025-06-20 11:01:17 -05:00
2 changed files with 12 additions and 1 deletions

View File

@@ -46,7 +46,7 @@ spec:
instanceSelector:
matchLabels:
app: grafana-main
title: Platform
title: IoT
uid: grafana-folder-iot
resyncPeriod: 30s
permissions: |

View File

@@ -0,0 +1,11 @@
apiVersion: v1
kind: Namespace
metadata:
name: trivy
labels:
app.kubernetes.io/name: trivy
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/part-of: {{ .Release.Name }}
pod-security.kubernetes.io/audit: privileged
pod-security.kubernetes.io/enforce: privileged
pod-security.kubernetes.io/warn: privileged