Skip to content

Commit

Permalink
fix(deps): update siderolabs/talos to v1.8.3
Browse files Browse the repository at this point in the history
| datasource      | package          | from   | to     |
| --------------- | ---------------- | ------ | ------ |
| github-releases | siderolabs/talos | v1.8.2 | v1.8.3 |
  • Loading branch information
tvories-tbot[bot] authored Nov 13, 2024
1 parent 1011fdd commit d98b733
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k8s/clusters/cluster-0/talos/talconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/budimanjojo/talhelper/master/pkg/config/schemas/talconfig.json
clusterName: ${cluster_name}
# renovate: datasource=github-releases depName=siderolabs/talos
talosVersion: v1.8.2
talosVersion: v1.8.3
kubernetesVersion: v1.30.3
endpoint: https://${cluster_name}.${domain_name}:6443
# domain: cluster.local
Expand Down
2 changes: 1 addition & 1 deletion k8s/clusters/cluster-test/talos/talconfig.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
clusterName: ${cluster_name}
# renovate: datasource=github-releases depName=siderolabs/talos
talosVersion: v1.8.2
talosVersion: v1.8.3
kubernetesVersion: v1.26.7
endpoint: https://${cluster_name}.${domain_name}:6443
domain: cluster.local
Expand Down

0 comments on commit d98b733

Please sign in to comment.