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:
@@ -14,7 +14,7 @@ This Helm chart deploys the API7 Enterprise Edition demo application, consisting
|
|||||||
### Add the Helm repository (if published)
|
### Add the Helm repository (if published)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
helm repo add api7ee https://charts.commandware.com
|
helm repo add api7ee https://git.commandware.com/api/packages/demos/helm
|
||||||
helm repo update
|
helm repo update
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# This file contains production-specific configuration overrides
|
# This file contains production-specific configuration overrides
|
||||||
|
|
||||||
global:
|
global:
|
||||||
imageRegistry: "registry.commandware.com"
|
imageRegistry: "git.commandware.com"
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
- name: registry-secret
|
- name: registry-secret
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user