Skip to content

Commit

Permalink
fix(helm): update kubelet-csr-approver ( 1.2.3 → 1.2.4 )
Browse files Browse the repository at this point in the history
| datasource | package              | from  | to    |
| ---------- | -------------------- | ----- | ----- |
| helm       | kubelet-csr-approver | 1.2.3 | 1.2.4 |
  • Loading branch information
smurf-bot[bot] authored Dec 30, 2024
1 parent 4c8cfa9 commit e02a4bb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.3
version: 1.2.4
sourceRef:
kind: HelmRepository
name: postfinance
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/main/bootstrap/apps/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ releases:
- name: kubelet-csr-approver
namespace: kube-system
chart: postfinance/kubelet-csr-approver
version: 1.2.3
version: 1.2.4
values: ["../../apps/kube-system/kubelet-csr-approver/app/helm-values.yaml"]
needs: ["kube-system/coredns"]

Expand Down
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.3
version: 1.2.4
sourceRef:
kind: HelmRepository
name: postfinance
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/utility/bootstrap/apps/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ releases:
- name: kubelet-csr-approver
namespace: kube-system
chart: postfinance/kubelet-csr-approver
version: 1.2.3
version: 1.2.4
values: ["../../apps/kube-system/kubelet-csr-approver/app/helm-values.yaml"]
needs: ["kube-system/coredns"]

0 comments on commit e02a4bb

Please sign in to comment.