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
renovate[bot] authored Jan 4, 2025
1 parent 5c97a06 commit 098db1c
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 @@ -15,7 +15,7 @@ spec:
ref: repo
- repoURL: https://postfinance.github.io/kubelet-csr-approver
chart: kubelet-csr-approver
targetRevision: 1.2.3
targetRevision: 1.2.4
helm:
releaseName: kubelet-csr-approver
valueFiles:
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.4
values:
- ../apps/kube-system/kubelet-csr-approver/values.yaml
needs:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/argo/apps/kube-system/kubelet-csr-approver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
ref: repo
- repoURL: https://postfinance.github.io/kubelet-csr-approver
chart: kubelet-csr-approver
targetRevision: 1.2.3
targetRevision: 1.2.4
helm:
releaseName: kubelet-csr-approver
valueFiles:
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.4
values:
- ../apps/kube-system/kubelet-csr-approver/values.yaml
needs:
Expand Down

0 comments on commit 098db1c

Please sign in to comment.