fix(helmfile): Use Open CoDE as default registry for Univention helm chart (#71)

This commit is contained in:
Thorsten Roßner
2024-05-07 16:46:50 +02:00
committed by Dominik Kaminski
parent bf9abfd279
commit d82d9e7e24
5 changed files with 9 additions and 11 deletions

View File

@@ -178,13 +178,13 @@ prefer the use of a private image registry anyway you can configure such for
```yaml
global:
imageRegistry: "external-registry.souvap-univention.de/sovereign-workplace"
imageRegistry: "my_private_registry.domain.tld"
```
alternatively you can use an environment variable:
```shell
export PRIVATE_IMAGE_REGISTRY_URL=external-registry.souvap-univention.de/sovereign-workplace
export PRIVATE_IMAGE_REGISTRY_URL=my_private_registry.domain.tld
```
If authentication is required, you can reference imagePullSecrets as following: