Skip to content

Commit b53f572

Browse files
DTSRD-5996 (#729)
* changed hmctspublic to hmctsprod * Bumping chart version/ fixing aliases --------- Co-authored-by: hmcts-jenkins-j-to-z <61242337+hmcts-jenkins-j-to-z[bot]@users.noreply.github.com>
1 parent 21aefad commit b53f572

8 files changed

Lines changed: 13 additions & 13 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG APP_INSIGHTS_AGENT_VERSION=3.4.9
22
ARG PLATFORM=""
33
# Application image
44

5-
FROM hmctspublic.azurecr.io/base/java${PLATFORM}:21-distroless
5+
FROM hmctsprod.azurecr.io/base/java${PLATFORM}:21-distroless
66

77
COPY lib/applicationinsights.json /opt/app/
88
COPY build/libs/rd-location-ref-data-load.jar /opt/app/

Jenkinsfile_CNP

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def secrets = [
4646
def branchesToSync = ['ithc', 'perftest']
4747

4848
// Var for testcontainers.org
49-
env.TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX = "hmctspublic.azurecr.io/imported/"
49+
env.TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX = "hmctsprod.azurecr.io/imported/"
5050

5151
GradleBuilder builder = new GradleBuilder(this, product)
5252

Jenkinsfile_nightly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ withNightlyPipeline(type, product, component) {
4747
env.TEST_URL = "http://rd-location-ref-data-load-aat.service.core-compute-aat.internal"
4848

4949
// Var for testcontainers.org
50-
env.TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX = "hmctspublic.azurecr.io/imported/"
50+
env.TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX = "hmctsprod.azurecr.io/imported/"
5151

5252
overrideVaultEnvironments(vaultOverrides)
5353
loadVaultSecrets(secrets)

Jenkinsfile_parameterized

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ withParameterizedPipeline(type, product, component, 'sandbox', 'sandbox') {
4343
enableDockerBuild()
4444

4545
// Var for testcontainers.org
46-
env.TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX = "hmctspublic.azurecr.io/imported/"
46+
env.TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX = "hmctsprod.azurecr.io/imported/"
4747

4848
afterSuccess('integrationTest:preview') {
4949
steps.archiveArtifacts allowEmptyArchive: true, artifacts: '**/site/serenity/**/*'

Jenkinsfile_template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ withPipeline(type, product, component) {
1010
disableLegacyDeployment()
1111

1212
// Var for testcontainers.org
13-
env.TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX = "hmctspublic.azurecr.io/imported/"
13+
env.TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX = "hmctsprod.azurecr.io/imported/"
1414
}

acb.tpl.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 1.0-preview-1
22
steps:
33
- id: pull-base-image-amd64
4-
cmd: docker pull --platform linux/amd64 hmctspublic.azurecr.io/base/java:21-distroless && docker tag hmctspublic.azurecr.io/base/java:21-distroless hmctspublic.azurecr.io/base/java/linux/amd64:21-distroless
4+
cmd: docker pull --platform linux/amd64 hmctsprod.azurecr.io/base/java:21-distroless && docker tag hmctsprod.azurecr.io/base/java:21-distroless hmctsprod.azurecr.io/base/java/linux/amd64:21-distroless
55
retries: 3
66
retryDelay: 3
77
when: ["-"]
@@ -20,7 +20,7 @@ steps:
2020
keep: true
2121

2222
- id: pull-base-image-arm64
23-
cmd: docker pull --platform linux/arm64 hmctspublic.azurecr.io/base/java:21-distroless && docker tag hmctspublic.azurecr.io/base/java:21-distroless hmctspublic.azurecr.io/base/java/linux/arm64:21-distroless
23+
cmd: docker pull --platform linux/arm64 hmctsprod.azurecr.io/base/java:21-distroless && docker tag hmctsprod.azurecr.io/base/java:21-distroless hmctsprod.azurecr.io/base/java/linux/arm64:21-distroless
2424
retries: 3
2525
retryDelay: 3
2626
when:

charts/rd-location-ref-data-load/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ appVersion: "1.0"
33
description: A Helm chart for RD Location Ref Data Load App
44
name: rd-location-ref-data-load
55
home: https://github.com/hmcts/rd-location-ref-data-load
6-
version: 0.0.36
6+
version: 0.0.37
77
maintainers:
88
- name: Reference Data 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
1313
- name: blobstorage
1414
version: 2.1.0
15-
repository: oci://hmctspublic.azurecr.io/helm
15+
repository: oci://hmctsprod.azurecr.io/helm
1616
condition: blobstorage.enabled
1717
- name: postgresql
1818
version: 1.1.0
19-
repository: oci://hmctspublic.azurecr.io/helm
19+
repository: oci://hmctsprod.azurecr.io/helm
2020
condition: postgresql.enabled

charts/rd-location-ref-data-load/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
job:
22
applicationPort: 8099
3-
image: 'hmctspublic.azurecr.io/rd/location-ref-data-load:latest'
3+
image: 'hmctsprod.azurecr.io/rd/location-ref-data-load:latest'
44
ingressHost: rd-location-ref-data-load-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal
55
aadIdentityName: rd
66
kind: CronJob
@@ -17,7 +17,7 @@ job:
1717
CONTAINER_NAME: lrd-ref-data
1818
postgresql:
1919
enabled: false
20-
image: 'hmctspublic.azurecr.io/rd/location-ref-data-load:latest'
20+
image: 'hmctsprod.azurecr.io/rd/location-ref-data-load:latest'
2121

2222
keyVaults:
2323
"rd":

0 commit comments

Comments
 (0)