Skip to content

Commit

Permalink
feat(container): update talos group to v1.6.0 (minor) (#1548)
Browse files Browse the repository at this point in the history
feat(container): update talos group to v1.6.0

Co-authored-by: k8s-renovate[bot] <129223303+k8s-renovate[bot]@users.noreply.github.com>
  • Loading branch information
bot-blake[bot] authored Dec 15, 2023
1 parent 25bf61a commit 86988bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
- key: node-role.kubernetes.io/control-plane
operator: Exists
prepare:
image: &image ghcr.io/siderolabs/talosctl:v1.5.5
image: &image ghcr.io/siderolabs/talosctl:v1.6.0
envs: &envs
- name: NODE_IP
valueFrom:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: talos
spec:
# renovate: datasource=docker depName=ghcr.io/buroa/installer
version: v1.5.5
version: v1.6.0
serviceAccountName: system-upgrade
secrets:
- name: talos
Expand Down
2 changes: 1 addition & 1 deletion talos/talconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ clusterSvcNets:
endpoint: https://k8s.${domainName}:6443

# renovate: datasource=docker depName=ghcr.io/buroa/installer
talosVersion: v1.5.5
talosVersion: v1.6.0
# renovate: datasource=github-releases extractVersion=^v(?<version>.*)$ depName=kubernetes/kubernetes
kubernetesVersion: 1.29.0

Expand Down

0 comments on commit 86988bf

Please sign in to comment.