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 to v1.30.2+k3s1 #591

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# My Home Kubernetes

<!-- k3s_version_badge_start -->
[![k3s version](https://img.shields.io/badge/k3s-v1.30.1%2Bk3s1-blue?style=for-the-badge&logo=kubernetes&logoColor=white)](https://k3s.io/)
[![k3s version](https://img.shields.io/badge/k3s-v1.30.2%2Bk3s1-blue?style=for-the-badge&logo=kubernetes&logoColor=white)](https://k3s.io/)
<!-- k3s_version_badge_end -->
</div>

Expand Down
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 @@ -15,7 +15,7 @@ k3s_registries:
quay.io:
registry.k8s.io:
# renovate: datasource=github-releases depName=k3s-io/k3s
k3s_release_version: v1.30.1+k3s1
k3s_release_version: v1.30.2+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.1+k3s1
k3s_release_version: v1.30.2+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.1+k3s1
KUBE_VERSION: v1.30.2+k3s1
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ spec:
postBuild:
substitute:
# renovate: datasource=github-releases depName=k3s-io/k3s
KUBE_VERSION: v1.30.1+k3s1
KUBE_VERSION: v1.30.2+k3s1