From ceee0dcff8912c1714718615190db19f29687567 Mon Sep 17 00:00:00 2001 From: "d.viti" Date: Fri, 3 Oct 2025 01:54:09 +0200 Subject: [PATCH] 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 --- helm/api7ee/README.md | 2 +- helm/api7ee/values-production.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/api7ee/README.md b/helm/api7ee/README.md index 05a4215..40c633c 100644 --- a/helm/api7ee/README.md +++ b/helm/api7ee/README.md @@ -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 ``` diff --git a/helm/api7ee/values-production.yaml b/helm/api7ee/values-production.yaml index 8d8d377..2c13ec5 100644 --- a/helm/api7ee/values-production.yaml +++ b/helm/api7ee/values-production.yaml @@ -2,7 +2,7 @@ # This file contains production-specific configuration overrides global: - imageRegistry: "registry.commandware.com" + imageRegistry: "git.commandware.com" imagePullSecrets: - name: registry-secret