chore(deps): update container image kubernetesui/dashboard-web to v1.5.0@fc2c7fe by renovate (#27444)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[kubernetesui/dashboard-web](https://redirect.github.com/kubernetes/dashboard)
| minor | `1.4.0` -> `1.5.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>kubernetes/dashboard (kubernetesui/dashboard-web)</summary>

###
[`v1.5.0`](https://redirect.github.com/kubernetes/dashboard/releases/tag/v1.5.0)

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

#### Changelog

##### New features

- Deploy a containerized app/Create feature now creates a Deployment
instead of a Replication Controller
([#&#8203;1330](https://redirect.github.com/kubernetes/dashboard/issues/1330))
- Display annotations for all objects
([#&#8203;1307](https://redirect.github.com/kubernetes/dashboard/issues/1307))
- Improved display of the status of pods
([#&#8203;1444](https://redirect.github.com/kubernetes/dashboard/issues/1444),
[#&#8203;1308](https://redirect.github.com/kubernetes/dashboard/issues/1308))
- Show Resource Quotas on the namespace detail page
([#&#8203;1292](https://redirect.github.com/kubernetes/dashboard/issues/1292))
- Show Limit Ranges on the namespace detail page
([#&#8203;1258](https://redirect.github.com/kubernetes/dashboard/issues/1258))
- Show information about the creator of a Pod on the Pod detail page
([#&#8203;1306](https://redirect.github.com/kubernetes/dashboard/issues/1306))
- Switch from using Pet Sets to using new Stateful Sets api
([#&#8203;1395](https://redirect.github.com/kubernetes/dashboard/issues/1395))
- Requires kubernetes 1.5 to work, we don't support kubernetes 1.4 Pet
Sets at all
- Display Horizontal Pod Autoscalers on Deployments, Replica Sets and
Replication Controllers
([#&#8203;1389](https://redirect.github.com/kubernetes/dashboard/issues/1389))
- Redesign Secrets page to not show secrets in plain text by default
([#&#8203;1291](https://redirect.github.com/kubernetes/dashboard/issues/1291))

##### Bug fixes

- Fix various layout issues
([#&#8203;1479](https://redirect.github.com/kubernetes/dashboard/issues/1479),
[#&#8203;1268](https://redirect.github.com/kubernetes/dashboard/issues/1268),
[#&#8203;1473](https://redirect.github.com/kubernetes/dashboard/issues/1473),
[#&#8203;1470](https://redirect.github.com/kubernetes/dashboard/issues/1470),
[#&#8203;1468](https://redirect.github.com/kubernetes/dashboard/issues/1468),
[#&#8203;1451](https://redirect.github.com/kubernetes/dashboard/issues/1451))
- Various wording improvements
([#&#8203;1472](https://redirect.github.com/kubernetes/dashboard/issues/1472),
[#&#8203;1223](https://redirect.github.com/kubernetes/dashboard/issues/1223))
- Fix XSS vulnerability in the namespace selector
([#&#8203;1361](https://redirect.github.com/kubernetes/dashboard/issues/1361))
- Set correct mimetype on appConfig.json
([#&#8203;1497](https://redirect.github.com/kubernetes/dashboard/issues/1497))
- Improved handling of resource Usage graphs.
([#&#8203;1346](https://redirect.github.com/kubernetes/dashboard/issues/1346))
- Still some differences between memory graphs and the sparklines
because the graphs include caches
([#&#8203;1432](https://redirect.github.com/kubernetes/dashboard/issues/1432))
- Support deletion of Jobs from the dashboard
([#&#8203;1429](https://redirect.github.com/kubernetes/dashboard/issues/1429))
- Fix Persistent Volumes list to allow for more than 10
([#&#8203;1422](https://redirect.github.com/kubernetes/dashboard/issues/1422))

#### Images

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

#### Installation

```bash
kubectl create -f https://raw.githubusercontent.com/kubernetes/dashboard/v1.5.0/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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMTMuMCIsInVwZGF0ZWRJblZlciI6IjM4LjExMy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
TrueCharts Bot
2024-10-08 19:05:23 +02:00
committed by GitHub
parent b6bebc17a6
commit fe4d45c550
@@ -6,7 +6,7 @@ image:
webImage:
repository: kubernetesui/dashboard-web
pullPolicy: IfNotPresent
tag: 1.4.0@sha256:4445b31a2c25c875e2df8ca103a8e3f3275778d10065c7c011f6ca42cd4bec5f
tag: 1.5.0@sha256:fc2c7fea19cb016d9ab7122229ede48ec38702a299ad5b379a3765c7c73883b3
authImage:
repository: docker.io/kubernetesui/dashboard-auth