diff --git a/kustomize/base/values.yaml b/kustomize/base/values.yaml index 15588a1..5f2f0ab 100644 --- a/kustomize/base/values.yaml +++ b/kustomize/base/values.yaml @@ -29,7 +29,7 @@ repository: type: Recreate image: repository: 754256621582.dkr.ecr.eu-west-2.amazonaws.com/hmpps-migration/alfresco-content-repository - tag: release_7.3.2_elasticsearch-r5.0-content-latest + tag: release_7.3.2_elasticsearch-r5.0.1-content-latest pullPolicy: IfNotPresent internalPort: 8080 hazelcastPort: 5701 @@ -639,7 +639,7 @@ share: image: # repository: quay.io/alfresco/alfresco-share repository: 754256621582.dkr.ecr.eu-west-2.amazonaws.com/hmpps-migration/alfresco-share - tag: release_7.3.2_elasticsearch-r5.0-share-10369065562-1 + tag: release_7.3.2_elasticsearch-r5.0.1-share-latest pullPolicy: IfNotPresent internalPort: 8080 service: diff --git a/kustomize/dev/values.yaml b/kustomize/dev/values.yaml index 50ac275..76725fc 100644 --- a/kustomize/dev/values.yaml +++ b/kustomize/dev/values.yaml @@ -1,8 +1,12 @@ # this file overrides values defined in ./values.yaml repository: replicaCount: 2 + image: + tag: release_7.3.2_elasticsearch-r5.0.1-content-latest share: replicaCount: 1 + image: + repository: 754256621582.dkr.ecr.eu-west-2.amazonaws.com/hmpps-migration/alfresco-share externalHost: hmpps-delius-alfresco-dev.apps.live.cloud-platform.service.justice.gov.uk externalProtocol: https externalPort: 443 diff --git a/kustomize/poc/values.yaml b/kustomize/poc/values.yaml index 695ec6b..9c75ce3 100644 --- a/kustomize/poc/values.yaml +++ b/kustomize/poc/values.yaml @@ -1,8 +1,12 @@ # this file overrides values defined in ./values.yaml repository: replicaCount: 1 + image: + tag: release_7.3.2_elasticsearch-r5.0.1-content-latest share: replicaCount: 1 + image: + repository: 754256621582.dkr.ecr.eu-west-2.amazonaws.com/hmpps-migration/alfresco-share externalHost: hmpps-delius-alfrsco-poc.apps.live.cloud-platform.service.justice.gov.uk externalProtocol: https externalPort: 443 diff --git a/kustomize/test/values.yaml b/kustomize/test/values.yaml index 0658b74..65d59d4 100644 --- a/kustomize/test/values.yaml +++ b/kustomize/test/values.yaml @@ -1,6 +1,8 @@ # this file overrides values defined in ./values.yaml repository: replicaCount: 2 + image: + tag: release_7.3.2_elasticsearch-r5.0.1-content-latest resources: # requests and limits set closer together to ensure CP stability requests: cpu: 1 @@ -12,6 +14,8 @@ repository: baseSize: 100Gi share: replicaCount: 1 + image: + repository: 754256621582.dkr.ecr.eu-west-2.amazonaws.com/hmpps-migration/alfresco-share externalHost: hmpps-delius-alfresco-dev.apps.live.cloud-platform.service.justice.gov.uk externalProtocol: https externalPort: 443