Skip to content

Commit

Permalink
Merge pull request #1481 from zanac1986/fix-cve-2021-25742
Browse files Browse the repository at this point in the history
[grafana] fix cve-2021-25742
  • Loading branch information
zanhsieh authored Jun 11, 2022
2 parents 80dc081 + fda5e90 commit 7cdf73f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/grafana/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: grafana
version: 6.29.7
version: 6.29.8
appVersion: 8.5.3
kubeVersion: "^1.8.0-0"
description: The leading tool for querying and visualizing time series and metrics.
Expand Down
1 change: 1 addition & 0 deletions charts/grafana/templates/configmap-dashboard-provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ metadata:
name: {{ template "grafana.fullname" . }}-config-dashboards
namespace: {{ template "grafana.namespace" . }}
data:
allow-snippet-annotations: "false"
provider.yaml: |-
apiVersion: 1
providers:
Expand Down
1 change: 1 addition & 0 deletions charts/grafana/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ metadata:
{{ toYaml . | indent 4 }}
{{- end }}
data:
allow-snippet-annotations: "false"
{{- if .Values.plugins }}
plugins: {{ join "," .Values.plugins }}
{{- end }}
Expand Down

0 comments on commit 7cdf73f

Please sign in to comment.