Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hack/observability/alloy/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ helmCharts:
- name: alloy
repo: https://grafana.github.io/helm-charts
releaseName: alloy
version: 0.12.5
version: 1.4.0
valuesFile: values.yaml
namespace: observability

Expand Down
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.10.1
version: 10.2.0

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.30.0
version: 6.4.1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like there is a 6.4.2, but we can follow up


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.27.0
version: 6.46.0

helmGlobals:
# Store chart in ".charts" folder instead of "charts".
Expand Down
2 changes: 1 addition & 1 deletion hack/observability/metrics-server/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ helmCharts:
releaseName: metrics-server
namespace: observability
valuesFile: values.yaml
version: 3.12.2
version: 3.13.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: 27.5.0
version: 27.46.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.18.2
version: 1.24.1

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