This repository has been archived on 2025-01-11. You can view files and clone it, but cannot push or open issues or pull requests.
theshire/mise.toml

21 lines
773 B
TOML
Raw Normal View History

2024-12-30 21:31:25 -06:00
[tools]
2025-01-04 20:56:45 -06:00
flux2 = "latest"
2025-01-01 00:06:33 -06:00
helm = "latest"
helmfile = "latest"
2025-01-04 20:56:45 -06:00
kubectl = "latest"
2024-12-30 21:31:25 -06:00
task = "latest"
[env]
2024-12-31 11:29:45 -06:00
KUBECONFIG="{{config_root}}/kubeconfig"
2024-12-30 21:31:25 -06:00
SOPS_AGE_KEY_FILE="{{config_root}}/age.key"
2025-01-01 00:06:33 -06:00
TALOSDIR="{{config_root}}/kubernetes/bootstrap/talos"
TALOSCONFIG="{{env['TALOSDIR']}}/clusterconfig/talosconfig"
2024-12-31 11:29:45 -06:00
[tasks.aider]
description = "My Aider workflow."
run = "aider --no-auto-commits --cache-prompts --cache-keepalive-pings 12 --no-suggest-shell-commands --watch-files"
2025-01-01 00:06:33 -06:00
[tasks.talhelper-gen]
description = "Generate talhelper configuration for Talos"
run = "talhelper genconfig --env-file {{env['TALOSDIR']}}/talenv.sops.yaml --secret-file {{env['TALOSDIR']}}/talsecret.sops.yaml --config-file {{env['TALOSDIR']}}/talconfig.yaml --out-dir {{env['TALOSDIR']}}/clusterconfig"