feat(helmfile): Add fine-granular registry overwrites

This commit is contained in:
Dominik Kaminski
2024-08-28 15:15:42 +02:00
committed by Thorsten Roßner
parent 8ef69ecaf2
commit 7348547d96
45 changed files with 380 additions and 176 deletions

View File

@@ -157,6 +157,15 @@ alternatively you can use an environment variable:
export PRIVATE_IMAGE_REGISTRY_URL=my_private_registry.domain.tld
```
or control repository override fine-granular per registry:
```yaml
repositories:
image:
dockerHub: "my_private_registry.domain.tld/docker.io/"
registryOpencodeDe: "my_private_registry.domain.tld/registry.opencode.de/"
```
If authentication is required, you can reference imagePullSecrets as following:
```yaml