chore(helm): update image docker.io/kubernetesui/dashboard-web 1.6.2 → 1.7.0 (#35904)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/kubernetesui/dashboard-web](https://redirect.github.com/kubernetes/dashboard) | minor | `938145e` -> `cc7c31b` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. 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.7.0`](https://redirect.github.com/kubernetes/dashboard/releases/tag/v1.7.0) [Compare Source](https://redirect.github.com/kubernetes/dashboard/compare/v1.6.2...v1.7.0) #### Breaking change Since version 1.7 Dashboard uses more secure setup. It means, that by default it has the minimal set of privileges and can only be accessed over HTTPS. It is recommended to read [Access Control](https://redirect.github.com/kubernetes/dashboard/wiki/Access-control) guide before performing any further steps. #### Changelog - Add login mechanism - Add login menu to the toolbar - Add encryption key storing mechanism - Add token expiration/refresh feature - Disable HTTP when serving HTTPS - Move documentation to the [Wiki](https://redirect.github.com/kubernetes/dashboard/wiki) and update it - Update YAML files and landing page - Add init container for AMD64 and ARM architectures - Add support for Traditional Chinese language - Add pod status chart to the overview - Add endpoints table to service detail view - Add link to logs for job views - Display more info about PV and PVC - Fix scaling button - Finish migration from creator annotation to owner references - Fix replication controller pod status - Fix nil-pointer dereference error on multiple views - Make zero states consistent across app - Fix tooltips across app - Add periodic health check for metrics app - Add download button for log file - Fix annotation display - Finish client-go migration - Switch package manager to dep - Multiple minor improvements in build pipeline #### Images gcr.io/google_containers/kubernetes-dashboard-arm64:v1.7.0 gcr.io/google_containers/kubernetes-dashboard-amd64:v1.7.0 gcr.io/google_containers/kubernetes-dashboard-ppc64le:v1.7.0 gcr.io/google_containers/kubernetes-dashboard-arm:v1.7.0 gcr.io/google_containers/kubernetes-dashboard-s390x:v1.7.0 #### Init images Used by our quick installation guide described in [Getting Started](https://redirect.github.com/kubernetes/dashboard#getting-started). Check out [Installation](https://redirect.github.com/kubernetes/dashboard/wiki/Installation) guide for deployments information on other architectures. gcr.io/google_containers/kubernetes-dashboard-init-amd64:v1.0.1 gcr.io/google_containers/kubernetes-dashboard-init-arm:v1.0.1 #### Installation ```bash kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v1.7.0/src/deploy/recommended/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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
@@ -6,7 +6,7 @@ image:
|
||||
webImage:
|
||||
repository: docker.io/kubernetesui/dashboard-web
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.6.2@sha256:938145e65f191d7df7a8c475472169ceedb79be7387aeeb77833502cbee54df7
|
||||
tag: 1.7.0@sha256:cc7c31bd2d8470e3590dcb20fe980769b43054b31a5c5c0da606e9add898d85d
|
||||
|
||||
authImage:
|
||||
repository: docker.io/kubernetesui/dashboard-auth
|
||||
|
||||
Reference in New Issue
Block a user