a79e959c60
* kyverno 3.9.0(appVersion v1.19.0) 차트 추가 — 자체 빌드 이미지 사용 업스트림 이미지가 CVE 스캔 불가능한 베이스를 써서 자체 빌드로 대체한다(빌드 정의·근거는 hardened-containers). custom-values.yaml이 docker.io/paasup/* 7개 이미지를 가리키도록 고정했다. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> * kyverno 3.4.1 삭제 3.9.0 추가 후 정리 --------- Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
21 lines
657 B
YAML
21 lines
657 B
YAML
# -- Configmap name template.
|
|
configMapName: '{{ include "kyverno.fullname" . }}-grafana'
|
|
|
|
# -- (string) Namespace to create the grafana dashboard configmap.
|
|
# If not set, it will be created in the same namespace where the chart is deployed.
|
|
namespace: ~
|
|
|
|
# -- Grafana dashboard configmap annotations.
|
|
annotations: {}
|
|
|
|
# -- Grafana dashboard configmap labels
|
|
labels:
|
|
grafana_dashboard: "1"
|
|
|
|
# -- create GrafanaDashboard custom resource referencing to the configMap.
|
|
# according to https://grafana-operator.github.io/grafana-operator/docs/examples/dashboard_from_configmap/readme/
|
|
grafanaDashboard:
|
|
create: false
|
|
matchLabels:
|
|
dashboards: "grafana"
|