diff --git a/charts/rpe-spring-boot-template/Chart.yaml b/charts/rpe-spring-boot-template/Chart.yaml index fcb1c352..c1dd96b4 100644 --- a/charts/rpe-spring-boot-template/Chart.yaml +++ b/charts/rpe-spring-boot-template/Chart.yaml @@ -9,4 +9,4 @@ maintainers: dependencies: - name: java version: 5.3.0 - repository: 'oci://hmctspublic.azurecr.io/helm' + repository: 'oci://hmctsprod.azurecr.io/helm' diff --git a/charts/rpe-spring-boot-template/values.yaml b/charts/rpe-spring-boot-template/values.yaml index e9c1821b..7a2c0fcd 100644 --- a/charts/rpe-spring-boot-template/values.yaml +++ b/charts/rpe-spring-boot-template/values.yaml @@ -1,6 +1,6 @@ java: applicationPort: 4550 - image: 'hmctspublic.azurecr.io/rpe/spring-boot-template:latest' + image: 'hmctsprod.azurecr.io/rpe/spring-boot-template:latest' ingressHost: rpe-spring-boot-template-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal aadIdentityName: rpe # Uncomment once the vault containing the app insights key has been set up diff --git a/docker-compose.yml b/docker-compose.yml index 49752c37..bc5c2021 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,7 +8,7 @@ services: - http_proxy - https_proxy - no_proxy - image: hmctspublic.azurecr.io/spring-boot/template + image: hmctsprod.azurecr.io/spring-boot/template environment: # these environment variables are used by java-logging library - ROOT_APPENDER