Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bc6d2b218d | |||
| e7113bb0b3 | |||
| b776d16a9c | |||
| 5596088c57 | |||
| 4e141add6f | |||
| 1013d5a26b | |||
| f160ded56f | |||
| 35b44f3956 |
@@ -21,7 +21,7 @@ init:
|
||||
|
||||
plan: init
|
||||
@$(call vault_env) && \
|
||||
terragrunt run --all --parallelism 4 --non-interactive plan
|
||||
terragrunt run --all --parallelism 4 --non-interactive plan -- -lock=false
|
||||
|
||||
apply: init
|
||||
@$(call vault_env) && \
|
||||
|
||||
@@ -3,6 +3,7 @@ description: GitHub Container Registry
|
||||
immutable_ttl: 0
|
||||
mutable_ttl: 300
|
||||
patterns:
|
||||
- "^arabcoders/watchstate"
|
||||
- "^cloudnative-pg/"
|
||||
- "^dexidp/"
|
||||
- "^emberstack/helm-charts"
|
||||
|
||||
@@ -5,4 +5,5 @@ mutable_ttl: 300
|
||||
patterns:
|
||||
- "^autoscaling/vpa-"
|
||||
- "^external-dns/external-dns"
|
||||
- "^kube-state-metrics/"
|
||||
- "^sig-storage/"
|
||||
|
||||
@@ -10,6 +10,7 @@ mutable_patterns:
|
||||
- "iplocate/ip-address-databases/raw/.*/ip-to-country/.*"
|
||||
patterns:
|
||||
- ".*/archive/refs/tags/.*.tar.gz$"
|
||||
- "9p4/jellyfin-plugin-sso/.*/sso-authentication_.*.zip$"
|
||||
- "ahmetb/kubectx/.*/kubectx_.*_linux_x86_64.tar.gz$"
|
||||
- "ahmetb/kubectx/.*/kubens_.*_linux_x86_64.tar.gz$"
|
||||
- "apple/foundationdb/.*/libfdb_c.x86_64.so$"
|
||||
|
||||
Reference in New Issue
Block a user