chore(helm): update image docker.io/kubernetesui/dashboard-api 1.9.0 → 1.10.0 (#28174)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/kubernetesui/dashboard-api](https://redirect.github.com/kubernetes/dashboard)
| minor | `6b6db6a` -> `004f22c` |

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-api)</summary>

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

#### Changelog

- Hide nodePort in internal endpoints when nodePort is not set
([#&#8203;2858](https://redirect.github.com/kubernetes/dashboard/issues/2858))
- Fix occasional Dashboard crashes when using terminal
([#&#8203;3062](https://redirect.github.com/kubernetes/dashboard/issues/3062))
- Allow disabling the skip button
([#&#8203;3077](https://redirect.github.com/kubernetes/dashboard/issues/3077))
- Support for viewing completed/inactive jobs
([#&#8203;3103](https://redirect.github.com/kubernetes/dashboard/issues/3103))
- Fix issue when displaying pods with owner reference set to another pod
([#&#8203;3108](https://redirect.github.com/kubernetes/dashboard/issues/3108))
- Fix job status display
([#&#8203;3098](https://redirect.github.com/kubernetes/dashboard/issues/3098))
- Improve backend logging
([#&#8203;3180](https://redirect.github.com/kubernetes/dashboard/issues/3180))
- Filter out sensitive data from the logs
([#&#8203;3198](https://redirect.github.com/kubernetes/dashboard/issues/3198))
- Update client-go to version 1.10.1
([#&#8203;3157](https://redirect.github.com/kubernetes/dashboard/issues/3157))
-   Other minor fixes and translation updates

#### Compatibility

| Kubernetes version | 1.8 | 1.9 | 1.10 | 1.11 | 1.12 | 1.13 |
|--------------------|----|----|-----|-----|-----|-----|
| Compatibility            | ✓    | ✓   | ✓   |   ?   |    ?   |   ✕   |

-   `✓` Fully supported version range.
- `?` Due to breaking changes between Kubernetes API versions, some
features might not work correctly in the Dashboard.
-   `✕` Unsupported version range.

#### Images

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

#### Installation

```bash
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v1.10.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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjkuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEyOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
TrueCharts Bot
2024-10-23 02:31:55 +02:00
committed by GitHub
parent 853012fa8e
commit be028dc76d
2 changed files with 2 additions and 2 deletions
@@ -45,4 +45,4 @@ sources:
- https://hub.docker.com/r/kubernetesui/dashboard-web
- https://kubernetes-dashboard.universe.tf
type: application
version: 1.8.1
version: 1.9.0
@@ -16,7 +16,7 @@ authImage:
apiImage:
repository: docker.io/kubernetesui/dashboard-api
pullPolicy: IfNotPresent
tag: 1.9.0@sha256:6b6db6adafe7811600232027c1f0c83068d3296ad6bb1bb1ed63f2e8203c2798
tag: 1.10.0@sha256:004f22c35f2cb801445740633e6f14b4ea8e2c7d4b30c19f45ba29e7a5e7f32d
scraperImage:
repository: docker.io/kubernetesui/dashboard-metrics-scraper