chore(helm): update image docker.io/kubernetesui/dashboard-web 1.5.0 → 1.5.1 (#28169)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/kubernetesui/dashboard-web](https://redirect.github.com/kubernetes/dashboard) | patch | `fc2c7fe` -> `86da03d` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>kubernetes/dashboard (docker.io/kubernetesui/dashboard-web)</summary> ### [`v1.5.1`](https://redirect.github.com/kubernetes/dashboard/releases/tag/v1.5.1) [Compare Source](https://redirect.github.com/kubernetes/dashboard/compare/v1.5.0...v1.5.1) #### Changelog ##### Bug Fixes - Fix CSRF vulnerability in the Deploy form - Fix not able to edit and delete objects not in a namespace (Physical Volumes etc) - Various typos ##### Minor Features - Improved display of pod state (use condition when determining color of icon) - Provide basic statistics to Prometheus #### Images gcr.io/google_containers/kubernetes-dashboard-arm64:v1.5.1 gcr.io/google_containers/kubernetes-dashboard-amd64:v1.5.1 gcr.io/google_containers/kubernetes-dashboard-ppc64le:v1.5.1 gcr.io/google_containers/kubernetes-dashboard-arm:v1.5.1 #### Installation ```bash kubectl create -f https://raw.githubusercontent.com/kubernetes/dashboard/v1.5.1/src/deploy/kubernetes-dashboard.yaml ``` </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjkuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEyOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -45,4 +45,4 @@ sources:
|
||||
- https://hub.docker.com/r/kubernetesui/dashboard-web
|
||||
- https://kubernetes-dashboard.universe.tf
|
||||
type: application
|
||||
version: 1.8.0
|
||||
version: 1.8.1
|
||||
|
||||
@@ -6,7 +6,7 @@ image:
|
||||
webImage:
|
||||
repository: docker.io/kubernetesui/dashboard-web
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.5.0@sha256:fc2c7fea19cb016d9ab7122229ede48ec38702a299ad5b379a3765c7c73883b3
|
||||
tag: 1.5.1@sha256:86da03d436b1074515787f45e351f98209b341965d9aa4b55a2850318fa16217
|
||||
|
||||
authImage:
|
||||
repository: docker.io/kubernetesui/dashboard-auth
|
||||
|
||||
Reference in New Issue
Block a user