Skip to content

Commit

Permalink
fix(helm): update chart kubelet-csr-approver ( 1.2.1 → 1.2.2 ) (#3871)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[kubelet-csr-approver](https://togithub.com/postfinance/kubelet-csr-approver)
| patch | `1.2.1` -> `1.2.2` |

---

### Release Notes

<details>
<summary>postfinance/kubelet-csr-approver
(kubelet-csr-approver)</summary>

###
[`v1.2.2`](https://togithub.com/postfinance/kubelet-csr-approver/blob/HEAD/CHANGELOG.md#122---2024-06-19)

[Compare
Source](https://togithub.com/postfinance/kubelet-csr-approver/compare/v1.2.1...v1.2.2)

**Full Changelog**:
postfinance/kubelet-csr-approver@v1.2.1...v1.2.2

##### 🚀 Features

- Allow specifying (optional) priorityClass -
([44e2c43](https://togithub.com/postfinance/kubelet-csr-approver/commit/44e2c43d2db00ff5a56e3634760bed6105150b47))

##### Build

- *(deps)* Bump github.com/go-logr/logr from 1.4.1 to 1.4.2 -
([c33c45d](https://togithub.com/postfinance/kubelet-csr-approver/commit/c33c45d70cf96fa8bdb3abc799a1d1adc3934bbf))
- *(deps)* Bump sigs.k8s.io/controller-runtime from 0.18.2 to 0.18.3 -
([3b56613](https://togithub.com/postfinance/kubelet-csr-approver/commit/3b566133d5ec28c93463d7931a12c5a3bc71af6b))
- *(deps)* Bump sigs.k8s.io/controller-runtime from 0.18.3 to 0.18.4 -
([846d113](https://togithub.com/postfinance/kubelet-csr-approver/commit/846d1138ebf0e0e835854f173f29cd46afc9afdb))
- *(deps)* Bump k8s.io/client-go from 0.30.1 to 0.30.2 -
([f91bfba](https://togithub.com/postfinance/kubelet-csr-approver/commit/f91bfbaf0bc3bc9e4237aa146f0b29b85c806ece))

</details>

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQxMy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9oZWxtIiwidHlwZS9wYXRjaCJdfQ==-->

Co-authored-by: repo-jeeves[bot] <106431701+repo-jeeves[bot]@users.noreply.github.com>
  • Loading branch information
repo-jeeves[bot] authored Jun 22, 2024
1 parent 23cfb22 commit 5f9e348
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: kubelet-csr-approver
version: 1.2.1
version: 1.2.2
sourceRef:
kind: HelmRepository
name: postfinance
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/main/bootstrap/talos/apps/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ releases:
- name: kubelet-csr-approver
namespace: kube-system
chart: postfinance/kubelet-csr-approver
version: 1.2.1
version: 1.2.2
values:
["../../../apps/kube-system/kubelet-csr-approver/app/helm-values.yaml"]
needs:
Expand Down

0 comments on commit 5f9e348

Please sign in to comment.