Skip to content

Commit

Permalink
Fixed wrong default value for grafana dashboard sidecar default label
Browse files Browse the repository at this point in the history
  • Loading branch information
fheinecke committed Mar 21, 2024
1 parent 8870052 commit 565a676
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Fixed
- Fixed wrong default value for grafana dashboard sidecar default label

## [0.0.12] - 2024-03-21
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ exporter:
dashboards:
enabled: false
additionalLabels:
grafana_dashboard: "true" # Default label for Grafana Helm chart dashboard sidecar
grafana_dashboard: "1" # Default label for Grafana Helm chart dashboard sidecar

podAnnotations: {}
podLabels: {}
Expand Down

0 comments on commit 565a676

Please sign in to comment.