Update Helm release kubernetes-dashboard to v7.13.0
Successfully upgraded Helm Chart version of Kubernetes Dashboard by means of GitOps workflow with Flux V2.
This MR contains the following updates:
Package | Update | Change |
---|---|---|
kubernetes-dashboard | minor | 7.12.0 -> 7.13.0 |
Release Notes
kubernetes/dashboard (kubernetes-dashboard)v7.13.0
What's Changed
- fix: Statefulset restart not working by @avanish23 in https://github.com/kubernetes/dashboard/pull/10089
- style: Various improvements to Dockerfiles by @jnoordsij in https://github.com/kubernetes/dashboard/pull/10088
- feat: add cache invalidation support based on Cache-Control header by @floreks in https://github.com/kubernetes/dashboard/pull/10205
Full Changelog: https://github.com/kubernetes/dashboard/compare/kubernetes-dashboard-7.12.0...kubernetes-dashboard-7.13.0
Installation
helm repo add kubernetes-dashboard https://kubernetes.github.io/dashboard/
helm upgrade --install kubernetes-dashboard kubernetes-dashboard/kubernetes-dashboard --create-namespace --namespace kubernetes-dashboard
Compatibility
Kubernetes version | 1.29 | 1.30 | 1.31 | 1.32 |
---|---|---|---|---|
Compatibility | ? | ? | ? | ✓ |
✓
Fully supported version range.?
Due to breaking changes between Kubernetes API versions, some features might not work correctly in the Dashboard.
Images
docker.io/kubernetesui/dashboard-api:1.13.0
docker.io/kubernetesui/dashboard-auth:1.3.0
docker.io/kubernetesui/dashboard-metrics-scraper:1.2.2
docker.io/kubernetesui/dashboard-web:1.7.0