Skip to content

Commit f8da270

Browse files
DTSRD-5996 (#890)
* 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 0ebe9b1 commit f8da270

6 files changed

Lines changed: 8 additions & 8 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.6.2
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-commondata-api.jar /opt/app/

Jenkinsfile_CNP

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def vaultOverrides = [
3434
// Configure branches to sync with master branch
3535
def branchesToSync = ['demo', 'ithc', 'perftest']
3636
// Var for testcontainers.org
37-
env.TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX = "hmctspublic.azurecr.io/imported/"
37+
env.TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX = "hmctsprod.azurecr.io/imported/"
3838
// Vars for Kubernetes
3939
env.PACT_BROKER_FULL_URL = 'https://pact-broker.platform.hmcts.net'
4040
env.PACT_BROKER_URL = 'pact-broker.platform.hmcts.net'

Jenkinsfile_nightly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ withNightlyPipeline(type, product, component) {
5757
env.execution_environment = "aat"
5858

5959
// Var for testcontainers.org
60-
env.TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX = "hmctspublic.azurecr.io/imported/"
60+
env.TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX = "hmctsprod.azurecr.io/imported/"
6161

6262
overrideVaultEnvironments(vaultOverrides)
6363
loadVaultSecrets(secrets)

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-commondata-api/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 rd-commondata-api
44
name: rd-commondata-api
55
home: https://github.com/hmcts/rd-commondata-api
6-
version: 0.0.20
6+
version: 0.0.21
77
maintainers:
88
- name: Reference Data Team
99
dependencies:
1010
- name: java
1111
version: 5.3.0
12-
repository: 'oci://hmctspublic.azurecr.io/helm'
12+
repository: 'oci://hmctsprod.azurecr.io/helm'

charts/rd-commondata-api/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ java:
55
aadIdentityName: rd
66
spotInstances:
77
enabled: true
8-
image: 'hmctspublic.azurecr.io/rd/commondata-api:latest'
8+
image: 'hmctsprod.azurecr.io/rd/commondata-api:latest'
99

1010
environment:
1111
POSTGRES_HOST: rd-commondata-api-postgres-db-v16-{{ .Values.global.environment }}.postgres.database.azure.com

0 commit comments

Comments
 (0)