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

chore(k3s): Update system-upgrade-controller to v0.15.1 #115

Merged
merged 2 commits into from
Mar 4, 2025
Merged
Show file tree
Hide file tree
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
7 changes: 2 additions & 5 deletions k3s/k3s.argo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ spec:
source:
repoURL: https://github.com/SIMULATAN/k8s-ops
path: k3s
directory:
exclude: '{*.argo.yml}'
targetRevision: HEAD
destination:
server: "https://kubernetes.default.svc"
namespace: argocd
name: in-cluster
namespace: system-upgrade

9 changes: 9 additions & 0 deletions k3s/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
namespace: system-upgrade

resources:
- https://github.com/rancher/system-upgrade-controller?ref=v0.15.1
- ./upgrade.yml

images:
- name: rancher/system-upgrade-controller
newTag: v0.15.1
1 change: 1 addition & 0 deletions k3s/upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
namespace: system-upgrade
spec:
concurrency: 1
postCompleteDelay: "5m"
cordon: true
nodeSelector:
matchExpressions:
Expand Down