Skip to content

Commit

Permalink
fix(helm): update chart kubelet-csr-approver to 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
spicerabot[bot] authored Dec 30, 2024
1 parent 9e67a17 commit 42575cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
chart:
spec:
chart: kubelet-csr-approver
version: 1.2.3
version: 1.2.4
sourceRef:
kind: HelmRepository
name: postfinance-charts
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/bootstrap/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,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/resources/values.yaml
needs:
Expand Down
2 changes: 1 addition & 1 deletion talos/kubelet-csr-approver/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace: kube-system
helmCharts:
- name: kubelet-csr-approver
repo: https://postfinance.github.io/kubelet-csr-approver
version: 1.2.3
version: 1.2.4
releaseName: kubelet-csr-approver
includeCRDs: true
namespace: kube-system
Expand Down

0 comments on commit 42575cf

Please sign in to comment.