diff --git a/charts/civil-camunda/Chart.yaml b/charts/civil-camunda/Chart.yaml index 750846e08..fec980a97 100644 --- a/charts/civil-camunda/Chart.yaml +++ b/charts/civil-camunda/Chart.yaml @@ -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 diff --git a/charts/civil-camunda/values.preview.template.yaml b/charts/civil-camunda/values.preview.template.yaml index 6549cf05e..2d0844a28 100644 --- a/charts/civil-camunda/values.preview.template.yaml +++ b/charts/civil-camunda/values.preview.template.yaml @@ -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 @@ -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} diff --git a/charts/civil-camunda/values.yaml b/charts/civil-camunda/values.yaml index 31f25aa11..5f5d20dc9 100644 --- a/charts/civil-camunda/values.yaml +++ b/charts/civil-camunda/values.yaml @@ -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