Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG APP_INSIGHTS_AGENT_VERSION=3.4.18

# Application image

FROM hmctspublic.azurecr.io/base/java:21-distroless
FROM hmctsprod.azurecr.io/base/java:21-distroless

ADD --chown=hmcts:hmcts build/libs/idam-testing-support-api.jar \
lib/applicationinsights.json /opt/app/
Expand Down
4 changes: 2 additions & 2 deletions charts/idam-testing-support-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ appVersion: "1.0"
description: A Helm chart for idam-testing-support-api App
name: idam-testing-support-api
home: https://github.com/hmcts/idam-testing-support-api
version: 0.0.37
version: 0.0.38
maintainers:
- name: HMCTS IDAM team
dependencies:
- name: java
version: 5.3.0
repository: 'oci://hmctspublic.azurecr.io/helm'
repository: 'oci://hmctsprod.azurecr.io/helm'
2 changes: 1 addition & 1 deletion charts/idam-testing-support-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ global:
java:
releaseNameOverride: idam-testing-support-api
applicationPort: 5000
image: 'hmctspublic.azurecr.io/idam/idam-testing-support-api:latest'
image: 'hmctsprod.azurecr.io/idam/idam-testing-support-api:latest'
ingressHost: idam-testing-support-api.service.core-compute-{{ .Values.global.environment }}.internal
aadIdentityName: idam
environment:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ services:
- http_proxy
- https_proxy
- no_proxy
image: hmctspublic.azurecr.io/idam/testing-support-api
image: hmctsprod.azurecr.io/idam/testing-support-api
ports:
- 18000:5000