-
-
Notifications
You must be signed in to change notification settings - Fork 319
Expand file tree
/
Copy path.mise.toml
More file actions
29 lines (28 loc) · 1.03 KB
/
.mise.toml
File metadata and controls
29 lines (28 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[env]
_.python.venv = { path = "{{config_root}}/.venv", create = true } # required:template
KUBECONFIG = "{{config_root}}/kubeconfig"
SOPS_CONFIG = "{{config_root}}/.sops.yaml"
SOPS_AGE_KEY_FILE = "{{config_root}}/age.key"
TALOSCONFIG = "{{config_root}}/talos/clusterconfig/talosconfig"
[tools]
"python" = "3.14.4" # required:template
"uv" = "0.11.7" # required:template
"pipx" = "1.11.1" # required:template
"pipx:makejinja" = "2.8.2" # required:template
"aqua:budimanjojo/talhelper" = "3.1.7"
"aqua:cilium/cilium-cli" = "0.19.2"
"aqua:cli/cli" = "2.90.0"
"aqua:cloudflare/cloudflared" = "2026.3.0"
"aqua:cue-lang/cue" = "0.16.1" # required:template
"aqua:FiloSottile/age" = "1.3.1"
"aqua:fluxcd/flux2" = "2.8.5"
"aqua:getsops/sops" = "3.12.2"
"aqua:go-task/task" = "3.50.0"
"aqua:helm/helm" = "4.1.4"
"aqua:helmfile/helmfile" = "1.4.4"
"aqua:jqlang/jq" = "1.8.1"
"aqua:kubernetes-sigs/kustomize" = "5.7.1"
"aqua:kubernetes/kubernetes/kubectl" = "1.35.4"
"aqua:mikefarah/yq" = "4.53.2"
"aqua:siderolabs/talos" = "1.12.6"
"aqua:yannh/kubeconform" = "0.7.0"