Skip to content

Commit

Permalink
🔧 Pin versions per environment (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgepstaylor authored Aug 27, 2024
1 parent e4b89bb commit 926b2f9
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kustomize/base/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 4 additions & 0 deletions kustomize/dev/values.yaml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 4 additions & 0 deletions kustomize/poc/values.yaml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 4 additions & 0 deletions kustomize/test/values.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 926b2f9

Please sign in to comment.