Skip to content

Commit 90ba449

Browse files
committed
corrections to taskfile per onedr0p
1 parent 772b414 commit 90ba449

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.taskfiles/talos/Taskfile.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ tasks:
3636
TALOS_IMAGE:
3737
sh: yq '.nodes[] | select(.ipAddress == "{{.IP}}") | .talosImageURL' {{.TALOS_DIR}}/talconfig.yaml
3838
TALOS_VERSION:
39-
sh: yq '.talosVersion' {{.TALOS_DIR}}/talconfig.yaml
39+
sh: yq '.talosVersion' {{.TALOS_DIR}}/talenv.yaml
4040
requires:
4141
vars: [IP]
4242
preconditions:
@@ -51,7 +51,7 @@ tasks:
5151
cmd: talhelper gencommand upgrade-k8s --extra-flags "--to '{{.KUBERNETES_VERSION}}'" | bash
5252
vars:
5353
KUBERNETES_VERSION:
54-
sh: yq '.kubernetesVersion' {{.TALOS_DIR}}/talconfig.yaml
54+
sh: yq '.kubernetesVersion' {{.TALOS_DIR}}/talenv.yaml
5555
preconditions:
5656
- talosctl config info
5757
- test -f {{.TALOSCONFIG}}

0 commit comments

Comments
 (0)