Skip to content

Commit

Permalink
Update dev observability stack to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
irapandey committed Mar 6, 2025
1 parent d23093a commit ea00c10
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion hack/observability/grafana/chart/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ helmCharts:
releaseName: grafana
namespace: observability
valuesFile: values.yaml
version: 8.8.2
version: 8.10.1

helmGlobals:
# Store chart in ".charts" folder instead of "charts".
Expand Down
2 changes: 1 addition & 1 deletion hack/observability/kube-state-metrics/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ helmCharts:
namespace: observability
releaseName: kube-state-metrics
valuesFile: values.yaml
version: 5.27.0
version: 5.30.0

helmGlobals:
# Store chart in ".charts" folder instead of "charts".
Expand Down
2 changes: 1 addition & 1 deletion hack/observability/loki/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ helmCharts:
releaseName: loki
namespace: observability
valuesFile: values.yaml
version: 6.24.0
version: 6.27.0

helmGlobals:
# Store chart in ".charts" folder instead of "charts".
Expand Down
2 changes: 1 addition & 1 deletion hack/observability/prometheus/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ helmCharts:
releaseName: prometheus
namespace: observability
valuesFile: values.yaml
version: 26.0.1
version: 27.5.0

helmGlobals:
# Store chart in ".charts" folder instead of "charts".
Expand Down
2 changes: 1 addition & 1 deletion hack/observability/tempo/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ helmCharts:
releaseName: tempo
namespace: observability
valuesFile: values.yaml
version: 1.16.0
version: 1.18.2

helmGlobals:
# Store chart in ".charts" folder instead of "charts".
Expand Down

0 comments on commit ea00c10

Please sign in to comment.