bump version add skip-deps for speed

This commit is contained in:
Grant Hunter
2025-12-14 13:03:49 -07:00
parent 149506224f
commit e733a2584b
4 changed files with 9 additions and 9 deletions

View File

@@ -2,10 +2,10 @@ update:
bws run 'helmfile deps'
deploy ARGS='--output simple -i':
bws run 'helmfile apply {{ARGS}}'
bws run 'helmfile apply {{ARGS}} --skip-deps'
diff ARGS='':
bws run 'helmfile diff --output dyff {{ARGS}}'
bws run 'helmfile diff --output dyff {{ARGS}} --skip-deps'
cleanuppods:
#!/bin/bash