We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 772b414 commit 90ba449Copy full SHA for 90ba449
.taskfiles/talos/Taskfile.yaml
@@ -36,7 +36,7 @@ tasks:
36
TALOS_IMAGE:
37
sh: yq '.nodes[] | select(.ipAddress == "{{.IP}}") | .talosImageURL' {{.TALOS_DIR}}/talconfig.yaml
38
TALOS_VERSION:
39
- sh: yq '.talosVersion' {{.TALOS_DIR}}/talconfig.yaml
+ sh: yq '.talosVersion' {{.TALOS_DIR}}/talenv.yaml
40
requires:
41
vars: [IP]
42
preconditions:
@@ -51,7 +51,7 @@ tasks:
51
cmd: talhelper gencommand upgrade-k8s --extra-flags "--to '{{.KUBERNETES_VERSION}}'" | bash
52
vars:
53
KUBERNETES_VERSION:
54
- sh: yq '.kubernetesVersion' {{.TALOS_DIR}}/talconfig.yaml
+ sh: yq '.kubernetesVersion' {{.TALOS_DIR}}/talenv.yaml
55
56
- talosctl config info
57
- test -f {{.TALOSCONFIG}}
0 commit comments