Skip to content
Open
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 charts/rpe-spring-boot-template/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ maintainers:
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/rpe-spring-boot-template/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
java:
applicationPort: 4550
image: 'hmctspublic.azurecr.io/rpe/spring-boot-template:latest'
image: 'hmctsprod.azurecr.io/rpe/spring-boot-template:latest'
ingressHost: rpe-spring-boot-template-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal
aadIdentityName: rpe
# Uncomment once the vault containing the app insights key has been set up
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
- http_proxy
- https_proxy
- no_proxy
image: hmctspublic.azurecr.io/spring-boot/template
image: hmctsprod.azurecr.io/spring-boot/template
environment:
# these environment variables are used by java-logging library
- ROOT_APPENDER
Expand Down
Loading