From f75b96d5ba51cbc7e01311a87eb3fbf8fcf268e0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 03:22:48 -0700 Subject: [PATCH] Deploy latest to `prod` environment (#2659) * Update storetheindex/storetheindex in `prod` environment Files: - kustomization.yaml Objects: - Kustomization Images: - 407967248065.dkr.ecr.us-east-2.amazonaws.com/storetheindex/storetheindex:0.8.35 * make dhstore-helga the write instance --------- Co-authored-by: sti-bot Co-authored-by: gammazero <11790789+gammazero@users.noreply.github.com> --- .../tenant/storetheindex/assigner/kustomization.yaml | 2 +- .../us-east-2/tenant/storetheindex/instances/inga/config.json | 4 ++-- .../prod/us-east-2/tenant/storetheindex/kustomization.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/manifests/prod/us-east-2/tenant/storetheindex/assigner/kustomization.yaml b/deploy/manifests/prod/us-east-2/tenant/storetheindex/assigner/kustomization.yaml index 90616b3dd..b7780e0fe 100644 --- a/deploy/manifests/prod/us-east-2/tenant/storetheindex/assigner/kustomization.yaml +++ b/deploy/manifests/prod/us-east-2/tenant/storetheindex/assigner/kustomization.yaml @@ -25,4 +25,4 @@ configMapGenerator: images: - name: storetheindex newName: 407967248065.dkr.ecr.us-east-2.amazonaws.com/storetheindex/storetheindex - newTag: 0.8.34 + newTag: 0.8.35 diff --git a/deploy/manifests/prod/us-east-2/tenant/storetheindex/instances/inga/config.json b/deploy/manifests/prod/us-east-2/tenant/storetheindex/instances/inga/config.json index e3d59c14f..cc5bed929 100644 --- a/deploy/manifests/prod/us-east-2/tenant/storetheindex/instances/inga/config.json +++ b/deploy/manifests/prod/us-east-2/tenant/storetheindex/instances/inga/config.json @@ -51,13 +51,13 @@ "ValueStoreDir": "/data/valuestore", "ValueStoreType": "none", "DHBatchSize": 16384, - "DHStoreURL": "http://dhstore-porvy.internal.prod.cid.contact", + "DHStoreURL": "http://dhstore-helga.internal.prod.cid.contact", "DHStoreClusterURLs": [ + "http://dhstore-porvy.internal.prod.cid.contact", "http://dhstore-tetra:40080", "http://dhstore-seka:40080", "http://dhstore-ravi:40080", "http://dhstore.internal.prod.cid.contact", - "http://dhstore-helga.internal.prod.cid.contact", "http://dhstore-qiu:40080" ], "DHStoreHttpClientTimeout": "60s" diff --git a/deploy/manifests/prod/us-east-2/tenant/storetheindex/kustomization.yaml b/deploy/manifests/prod/us-east-2/tenant/storetheindex/kustomization.yaml index d05da5933..c76ead3ea 100644 --- a/deploy/manifests/prod/us-east-2/tenant/storetheindex/kustomization.yaml +++ b/deploy/manifests/prod/us-east-2/tenant/storetheindex/kustomization.yaml @@ -21,4 +21,4 @@ resources: images: - name: storetheindex newName: 407967248065.dkr.ecr.us-east-2.amazonaws.com/storetheindex/storetheindex # {"$imagepolicy": "storetheindex:storetheindex:name"} - newTag: 0.8.34 # {"$imagepolicy": "storetheindex:storetheindex:tag"} + newTag: 0.8.35 # {"$imagepolicy": "storetheindex:storetheindex:tag"}