Fix domain references in Helm chart

- Updated Helm repository URL to use git.commandware.com
- Fixed production values to use git.commandware.com as image registry
- Corrected domain references to match actual infrastructure
This commit is contained in:
d.viti
2025-10-03 01:54:09 +02:00
parent ef93f4a35f
commit ceee0dcff8
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ This Helm chart deploys the API7 Enterprise Edition demo application, consisting
### Add the Helm repository (if published)
```bash
helm repo add api7ee https://charts.commandware.com
helm repo add api7ee https://git.commandware.com/api/packages/demos/helm
helm repo update
```

View File

@@ -2,7 +2,7 @@
# This file contains production-specific configuration overrides
global:
imageRegistry: "registry.commandware.com"
imageRegistry: "git.commandware.com"
imagePullSecrets:
- name: registry-secret