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

fix(github-release): update k3s-io/k3s ( v1.30.0+k3s1 → v1.30.1+k3s1 ) #4770

Merged
merged 1 commit into from
Jun 5, 2024
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
2 changes: 1 addition & 1 deletion ansible/sol/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.10.50
# renovate: datasource=github-releases depName=k3s-io/k3s
k3s_release_version: v1.30.0+k3s1
k3s_release_version: v1.30.1+k3s1
k3s_server_manifests_templates:
- custom-cilium-helmchart.yaml.j2
k3s_use_unsupported_config: true
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: server
spec:
# renovate: datasource=github-releases depName=k3s-io/k3s
version: v1.30.0+k3s1
version: v1.30.1+k3s1
serviceAccountName: tools
concurrency: 1
cordon: true
Expand Down