From fb55d66b00e92920a00008ac9b8b45303d148350 Mon Sep 17 00:00:00 2001 From: George Taylor Date: Thu, 29 Aug 2024 12:59:45 +0100 Subject: [PATCH] :wrench: fix version pinning (#97) --- kustomize/dev/values.yaml | 4 ++-- kustomize/poc/values.yaml | 4 ++-- kustomize/test/values.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/kustomize/dev/values.yaml b/kustomize/dev/values.yaml index 76725fc..8ba33fd 100644 --- a/kustomize/dev/values.yaml +++ b/kustomize/dev/values.yaml @@ -2,11 +2,11 @@ repository: replicaCount: 2 image: - tag: release_7.3.2_elasticsearch-r5.0.1-content-latest + tag: release_7.3.2_elasticsearch-r5.0.2-content-latest share: replicaCount: 1 image: - repository: 754256621582.dkr.ecr.eu-west-2.amazonaws.com/hmpps-migration/alfresco-share + tag: release_7.3.2_elasticsearch-r5.0.2-share-latest 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 9c75ce3..bbb2811 100644 --- a/kustomize/poc/values.yaml +++ b/kustomize/poc/values.yaml @@ -2,11 +2,11 @@ repository: replicaCount: 1 image: - tag: release_7.3.2_elasticsearch-r5.0.1-content-latest + tag: release_7.3.2_elasticsearch-r5.0.2-content-latest share: replicaCount: 1 image: - repository: 754256621582.dkr.ecr.eu-west-2.amazonaws.com/hmpps-migration/alfresco-share + tag: release_7.3.2_elasticsearch-r5.0.2-share-latest 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 65d59d4..fe51b9c 100644 --- a/kustomize/test/values.yaml +++ b/kustomize/test/values.yaml @@ -15,7 +15,7 @@ repository: share: replicaCount: 1 image: - repository: 754256621582.dkr.ecr.eu-west-2.amazonaws.com/hmpps-migration/alfresco-share + tag: release_7.3.2_elasticsearch-r5.0.1-share-latest externalHost: hmpps-delius-alfresco-dev.apps.live.cloud-platform.service.justice.gov.uk externalProtocol: https externalPort: 443