From 0553f9b2ddfa04d9793c5eea98b254df1828cb74 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 3 Jun 2025 02:35:29 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/kuber?= =?UTF-8?q?netesui/dashboard-web=201.6.2=20=E2=86=92=201.7.0=20(#35904)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
kubernetes/dashboard (docker.io/kubernetesui/dashboard-web) ### [`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 ```
--- ### 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. --- - [ ] 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). --- charts/premium/kubernetes-dashboard/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/premium/kubernetes-dashboard/values.yaml b/charts/premium/kubernetes-dashboard/values.yaml index 3b932cf4f62..66e05ca2410 100644 --- a/charts/premium/kubernetes-dashboard/values.yaml +++ b/charts/premium/kubernetes-dashboard/values.yaml @@ -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