Skip to content

Commit

Permalink
Merge pull request #8 from hmcts/fix/build
Browse files Browse the repository at this point in the history
Fix/build
  • Loading branch information
LaurenceRawlings authored Aug 23, 2023
2 parents 675013f + 3e2d95a commit efb27fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/labs-LaurenceRawlings/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: "1.0"
description: A Helm chart for labs-LaurenceRawlings App
name: labs-LaurenceRawlings
home: https://github.com/hmcts/labs-LaurenceRawlings
version: 0.0.6
version: 0.0.7
maintainers:
- name: HMCTS labs team
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion charts/labs-LaurenceRawlings/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
java:
applicationPort: 8080
image: 'hmctspublic.azurecr.io/labs/LaurenceRawlings:latest'
image: 'hmctspublic.azurecr.io/labs/laurencerawlings:latest'
ingressHost: labs-LaurenceRawlings-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal
aadIdentityName: labs
environment:
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/labs/LaurenceRawlings
image: hmctspublic.azurecr.io/labs/laurencerawlings
ports:
- $SERVER_PORT:$SERVER_PORT

0 comments on commit efb27fe

Please sign in to comment.