Skip to content
This repository has been archived by the owner on Aug 17, 2024. It is now read-only.

Commit

Permalink
fix(github-release): update k3s-io/k3s to v1.30.3+k3s1
Browse files Browse the repository at this point in the history
  • Loading branch information
k3s-home-gha-bot[bot] authored Aug 3, 2024
1 parent d184eb6 commit f698d4c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ansible/inventory/group_vars/kubernetes/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ k3s_etcd_datastore: true
k3s_install_hard_links: true
k3s_registration_address: "10.10.5.5"
# renovate: datasource=github-releases depName=k3s-io/k3s
k3s_release_version: v1.30.2+k3s1
k3s_release_version: v1.30.3+k3s1
k3s_server_manifests_templates:
- custom-cilium-helmchart.yaml
- kube-vip-ds.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ k3s_registries:
quay.io:
registry.k8s.io:
# renovate: datasource=github-releases depName=k3s-io/k3s
k3s_release_version: v1.30.2+k3s1
k3s_release_version: v1.30.3+k3s1
k3s_server_manifests_templates:
- custom-cilium-helmchart.yaml
- kube-vip-ds.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ spec:
postBuild:
substitute:
# renovate: datasource=github-releases depName=k3s-io/k3s
KUBE_VERSION: v1.30.2+k3s1
KUBE_VERSION: v1.30.3+k3s1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: agent
spec:
# renovate: datasource=github-releases depName=k3s-io/k3s
version: v1.30.2+k3s1
version: v1.30.3+k3s1
serviceAccountName: system-upgrade
concurrency: 1
nodeSelector:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: control-plane
spec:
# renovate: datasource=github-releases depName=k3s-io/k3s
version: v1.30.2+k3s1
version: v1.30.3+k3s1
serviceAccountName: system-upgrade
concurrency: 1
cordon: true
Expand Down

0 comments on commit f698d4c

Please sign in to comment.