File tree Expand file tree Collapse file tree
charts/adoption-cron-ccd-data-migration-tool Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11ARG 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
44USER hmcts
55COPY lib/applicationinsights.json /opt/app/
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ appVersion: "1.0"
33description : A Helm chart for ccd-migration App
44name : adoption-cron-ccd-data-migration-tool
55home : https://github.com/hmcts/ccd-case-migration-starter
6- version : 0.1.2
6+ version : 0.1.3
77maintainers :
88 - name : HMCTS ccd team
99dependencies :
1010 - name : job
1111 version : ~2.2.0
12- repository : ' oci://hmctspublic .azurecr.io/helm'
12+ repository : ' oci://hmctsprod .azurecr.io/helm'
Original file line number Diff line number Diff line change 11job :
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments