Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add helm default and performs pods restart for the resource #1415

Merged
merged 2 commits into from
Apr 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,22 @@ repositories:
- name: postfinance
url: https://postfinance.github.io/kubelet-csr-approver

helmDefaults:
wait: true
waitForJobs: true
timeout: 600
recreatePods: true
force: true

releases:
- name: cilium
namespace: kube-system
chart: cilium/cilium
version: 1.15.3
values: ["./cilium-values.yaml"]
wait: true
- name: kubelet-csr-approver
namespace: kube-system
chart: postfinance/kubelet-csr-approver
version: 1.1.0
values: ["./kubelet-csr-approver-values.yaml"]
needs: ["cilium"]
wait: true