Skip to content

Commit

Permalink
chore(helm): update image docker.io/kubernetesui/dashboard-web 1.6.0 …
Browse files Browse the repository at this point in the history
…→ 1.6.1 (#30840)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/kubernetesui/dashboard-web](https://redirect.github.com/kubernetes/dashboard)
| patch | `67d4304` -> `06a9bb6` |

---

> [!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.6.1`](https://redirect.github.com/kubernetes/dashboard/releases/tag/v1.6.1)

[Compare
Source](https://redirect.github.com/kubernetes/dashboard/compare/v1.6.0...v1.6.1)

#### Changelog

##### Major changes

-   Allow overriding the bearer token via an authorization header
-   Add global search
-   Add table filtering
-   Add table sorting
-   Add scaling action for workload resources
-   Support owner references for major resources
-   Fix cascading delete
-   Initialize `Role` and `ClusterRole` view
-   Serve also on HTTPS
-   Support s390x platform

##### Other changes

-   Make timestamp optional on logs page
-   Display request body in logs
-   Allow users to copy spec to YAML editor
-   Remove `NodePort` from Dashboard deployments
-   Fix `ImagePullPolicy`
-   Make deploy from file respect selected namespace
-   Localize backend errors
-   Rename `app` label to `k8s-app` to be consistent with core
-   Initialize Chinese translation

#### Images

    gcr.io/google_containers/kubernetes-dashboard-arm64:v1.6.1
    gcr.io/google_containers/kubernetes-dashboard-amd64:v1.6.1
    gcr.io/google_containers/kubernetes-dashboard-ppc64le:v1.6.1
    gcr.io/google_containers/kubernetes-dashboard-arm:v1.6.1

#### Installation

```bash
kubectl create -f https://raw.githubusercontent.com/kubernetes/dashboard/v1.6.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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
  • Loading branch information
truecharts-admin authored Jan 12, 2025
1 parent 1463915 commit 48b6411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/premium/kubernetes-dashboard/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ image:
webImage:
repository: docker.io/kubernetesui/dashboard-web
pullPolicy: IfNotPresent
tag: 1.6.0@sha256:67d4304dac880fbdda911842c550a64158245a8a3d3b011464e29c9586292205
tag: 1.6.1@sha256:06a9bb6993c3763d7d2b83da7250cc6cbed69b96f9fd856d403eb717a87770c9

authImage:
repository: docker.io/kubernetesui/dashboard-auth
Expand Down

0 comments on commit 48b6411

Please sign in to comment.