Skip to content

Commit

Permalink
fix(helm): update chart kubelet-csr-approver to 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent 8eb36a9 commit 1f37fb5
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 @@ -8,7 +8,7 @@ spec:
chart:
spec:
chart: kubelet-csr-approver
version: 1.2.3
version: 1.2.5
sourceRef:
kind: HelmRepository
name: postfinance
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/templates/kubernetes/bootstrap/helmfile.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ releases:
- name: kubelet-csr-approver
namespace: kube-system
chart: postfinance/kubelet-csr-approver
version: 1.2.3
version: 1.2.5
values:
- ../apps/kube-system/kubelet-csr-approver/app/helm-values.yaml
needs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
chart:
spec:
chart: kubelet-csr-approver
version: 1.2.3
version: 1.2.5
sourceRef:
kind: HelmRepository
name: postfinance
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/bootstrap/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ releases:
- name: kubelet-csr-approver
namespace: kube-system
chart: postfinance/kubelet-csr-approver
version: 1.2.3
version: 1.2.5
values:
- ../apps/kube-system/kubelet-csr-approver/app/helm-values.yaml
needs:
Expand Down

0 comments on commit 1f37fb5

Please sign in to comment.