Skip to content
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 examples/rhel/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cluster:

# k3s configuration (used by k3s.orchestration)
# renovate: datasource=github-releases depName=k3s-io/k3s
k3s_version: v1.35.2+k3s1
k3s_version: v1.35.3+k3s1
token: "CHANGE_ME"
api_endpoint: "10.0.0.10"
cluster_context: my-cluster
Expand Down
2 changes: 1 addition & 1 deletion examples/suse/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cluster:

# k3s configuration (used by k3s.orchestration)
# renovate: datasource=github-releases depName=k3s-io/k3s
k3s_version: v1.35.2+k3s1
k3s_version: v1.35.3+k3s1
token: "CHANGE_ME"
api_endpoint: "10.0.0.10"
cluster_context: my-cluster
Expand Down
2 changes: 1 addition & 1 deletion examples/ubuntu/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cluster:

# k3s configuration (used by k3s.orchestration)
# renovate: datasource=github-releases depName=k3s-io/k3s
k3s_version: v1.35.2+k3s1
k3s_version: v1.35.3+k3s1
token: "CHANGE_ME"
api_endpoint: "10.0.0.10"
cluster_context: my-cluster
Expand Down
2 changes: 1 addition & 1 deletion tests/ci-inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cluster:

# k3s configuration
# renovate: datasource=github-releases depName=k3s-io/k3s
k3s_version: v1.35.2+k3s1
k3s_version: v1.35.3+k3s1
token: "ci-test-token"
api_endpoint: "127.0.0.1"
cluster_context: ci-test
Expand Down