Skip to content

Commit

Permalink
DTSCCI-1461: Temp fix for camunda bpm repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ruban72 committed Jan 29, 2025
1 parent 06c6c2d commit 0435aff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/civil-camunda/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
description: A Helm chart for civil-camunda App
name: civil-camunda
home: https://github.com/hmcts/civil-camunda-bpmn-definition
version: 0.0.27
version: 0.0.28
maintainers:
- name: HMCTS Civil team

Expand Down
3 changes: 2 additions & 1 deletion charts/civil-camunda/values.preview.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spring:

java:
applicationPort: 4000
image: 'hmctsprivatetemp.azurecr.io/civil/service:latest'
image: 'hmctspublic.azurecr.io/civil/service:latest'
imagePullPolicy: Always
ingressHost: ${SERVICE_NAME}.preview.platform.hmcts.net
devcpuRequests: 500m
Expand Down Expand Up @@ -325,6 +325,7 @@ ccd:
camunda-bpm:
enabled: true
java:
image: hmctsprivatetemp.azurecr.io/camunda/bpm:latest
keyVaults: []
releaseNameOverride: ${SERVICE_NAME}-camunda
ingressHost: camunda-${SERVICE_FQDN}
Expand Down
2 changes: 1 addition & 1 deletion charts/civil-camunda/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ civil-general-applications:

java:
applicationPort: 4000
image: 'hmctsprivatetemp.azurecr.io/civil/service:latest'
image: 'hmctspublic.azurecr.io/civil/service:latest'
aadIdentityName: civil
environment:
SERVICE_REQUEST_UPDATE: https://civil-camunda-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal/service-request-update
Expand Down

0 comments on commit 0435aff

Please sign in to comment.