Skip to content

Commit f86437e

Browse files
Merge pull request #117 from hmcts/ADOP-2770
ADOP-2770 Migrate from old ACRs
2 parents 9a94d14 + 8772870 commit f86437e

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG APP_INSIGHTS_AGENT_VERSION=3.2.10
2-
FROM hmctspublic.azurecr.io/base/java:17-distroless
2+
FROM hmctsprod.azurecr.io/base/java:17-distroless
33

44
USER hmcts
55
COPY lib/applicationinsights.json /opt/app/

charts/adoption-cron-ccd-data-migration-tool/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ appVersion: "1.0"
33
description: A Helm chart for ccd-migration App
44
name: adoption-cron-ccd-data-migration-tool
55
home: https://github.com/hmcts/ccd-case-migration-starter
6-
version: 0.1.2
6+
version: 0.1.3
77
maintainers:
88
- name: HMCTS ccd team
99
dependencies:
1010
- name: job
1111
version: ~2.2.0
12-
repository: 'oci://hmctspublic.azurecr.io/helm'
12+
repository: 'oci://hmctsprod.azurecr.io/helm'

charts/adoption-cron-ccd-data-migration-tool/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
job:
2-
image: 'hmctspublic.azurecr.io/fpl/cron-ccd-data-migration-tool:latest'
2+
image: 'hmctsprod.azurecr.io/fpl/cron-ccd-data-migration-tool:latest'
33
kind: CronJob
44
schedule: "20 * * * *"
55
ingressHost: adoption-cron-ccd-data-migration-tool-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
- http_proxy
99
- https_proxy
1010
- no_proxy
11-
image: hmctspublic.azurecr.io/spring-boot/template
11+
image: hmctsprod.azurecr.io/spring-boot/template
1212
environment:
1313
# these environment variables are used by java-logging library
1414
- ROOT_APPENDER

0 commit comments

Comments
 (0)