Skip to content

Commit

Permalink
Merge pull request #3227 from elliotcourant/main
Browse files Browse the repository at this point in the history
[grafana] Fixed image renderer network policy namespace selector

Signed-off-by: Elliot Courant <[email protected]>
Co-authored-by: jkroepke <[email protected]>
Co-authored-by: Sheikh-Abubaker <[email protected]>
  • Loading branch information
Sheikh-Abubaker and jkroepke authored Jul 12, 2024
2 parents 91d549c + 16ca894 commit fe94da0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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: 8.3.2
version: 8.3.3
appVersion: 11.1.0
kubeVersion: "^1.8.0-0"
description: The leading tool for querying and visualizing time series and metrics.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ spec:
to:
- namespaceSelector:
matchLabels:
name: {{ include "grafana.namespace" . }}
kubernetes.io/metadata.name: {{ include "grafana.namespace" . }}
podSelector:
matchLabels:
{{- include "grafana.selectorLabels" . | nindent 14 }}
Expand Down

0 comments on commit fe94da0

Please sign in to comment.