From f80e7ed635cd954cb94183a6c69d067652433ca1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 17:51:21 -0800 Subject: [PATCH] Deploy latest to `dev` environment (#2488) * Update storetheindex/storetheindex in `dev` environment Files: - kustomization.yaml Objects: - Kustomization Images: - 407967248065.dkr.ecr.us-east-2.amazonaws.com/storetheindex/storetheindex:20240120014804-bc85436c26468307ae0d9a70e513f5389469d2ab * Update storetheindex/storetheindex in `dev` environment Files: - kustomization.yaml Objects: - Kustomization Images: - 407967248065.dkr.ecr.us-east-2.amazonaws.com/storetheindex/storetheindex:20240125224422-97dcd6bbca0c78d7644a2dbcc4f3ef44b4ed5eb1 * Update storetheindex/storetheindex in `dev` environment Files: - kustomization.yaml Objects: - Kustomization Images: - 407967248065.dkr.ecr.us-east-2.amazonaws.com/storetheindex/storetheindex:20240131105239-fe477b888d59015f20241f12db8f8f44a71065ef * Update storetheindex/storetheindex in `dev` environment Files: - kustomization.yaml Objects: - Kustomization Images: - 407967248065.dkr.ecr.us-east-2.amazonaws.com/storetheindex/storetheindex:20240131105913-d30898696c830395f0e9da0d4b3efed4b5409791 * Update storetheindex/storetheindex in `dev` environment Files: - kustomization.yaml Objects: - Kustomization Images: - 407967248065.dkr.ecr.us-east-2.amazonaws.com/storetheindex/storetheindex:20240209022325-824e6b45c7f1b733d9247f3719e2f28f410b7cfb * Update storetheindex/storetheindex in `dev` environment Files: - kustomization.yaml Objects: - Kustomization Images: - 407967248065.dkr.ecr.us-east-2.amazonaws.com/storetheindex/storetheindex:20240209210003-a622ff548cf6ba5aa0512848a504c2d4176331bd * Update storetheindex/storetheindex in `dev` environment Files: - kustomization.yaml Objects: - Kustomization Images: - 407967248065.dkr.ecr.us-east-2.amazonaws.com/storetheindex/storetheindex:20240210030254-ac1a1bc095902d87a9fba6c9ae4ed566ff39ccc8 * Update storetheindex/storetheindex in `dev` environment Files: - kustomization.yaml Objects: - Kustomization Images: - 407967248065.dkr.ecr.us-east-2.amazonaws.com/storetheindex/storetheindex:20240213100546-877f09836b92baa601cc5bf2a162fb4583177d98 * Update storetheindex/storetheindex in `dev` environment Files: - kustomization.yaml Objects: - Kustomization Images: - 407967248065.dkr.ecr.us-east-2.amazonaws.com/storetheindex/storetheindex:20240213165557-d4b6447bc6430ca02eef8565bb0764e19f5f2616 * Update storetheindex/storetheindex in `dev` environment Files: - kustomization.yaml Objects: - Kustomization Images: - 407967248065.dkr.ecr.us-east-2.amazonaws.com/storetheindex/storetheindex:20240215150754-8a2176deb28d0f2a3f86b3ced72fcf6133073be5 * Update storetheindex/storetheindex in `dev` environment Files: - kustomization.yaml Objects: - Kustomization Images: - 407967248065.dkr.ecr.us-east-2.amazonaws.com/storetheindex/storetheindex:20240215172134-be919f2d7c5b18af918234c7e110faa547282403 * Update storetheindex/storetheindex in `dev` environment Files: - kustomization.yaml Objects: - Kustomization Images: - 407967248065.dkr.ecr.us-east-2.amazonaws.com/storetheindex/storetheindex:20240215172711-f5ec249b4df4e9b7d650748eb27bb5b065a44e64 * Configure retrieval from prod mirror --------- Co-authored-by: sti-bot Co-authored-by: gammazero --- .../tenant/storetheindex/instances/ago/config.json | 8 +++++++- .../dev/us-east-2/tenant/storetheindex/kustomization.yaml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/deploy/manifests/dev/us-east-2/tenant/storetheindex/instances/ago/config.json b/deploy/manifests/dev/us-east-2/tenant/storetheindex/instances/ago/config.json index 61c20a512..38bce1b9d 100644 --- a/deploy/manifests/dev/us-east-2/tenant/storetheindex/instances/ago/config.json +++ b/deploy/manifests/dev/us-east-2/tenant/storetheindex/instances/ago/config.json @@ -68,9 +68,15 @@ "Ingest": { "AdvertisementDepthLimit": 33554432, "AdvertisementMirror": { - "Read": false, + "Read": true, "Write": true, "Compress": "gzip", + "Retrieval": { + "Type": "s3", + "S3": { + "BucketName": "prod-sti-adstore" + } + }, "Storage": { "Type": "s3", "S3": { diff --git a/deploy/manifests/dev/us-east-2/tenant/storetheindex/kustomization.yaml b/deploy/manifests/dev/us-east-2/tenant/storetheindex/kustomization.yaml index 0c31c4409..ac2504456 100644 --- a/deploy/manifests/dev/us-east-2/tenant/storetheindex/kustomization.yaml +++ b/deploy/manifests/dev/us-east-2/tenant/storetheindex/kustomization.yaml @@ -18,4 +18,4 @@ resources: images: - name: storetheindex newName: 407967248065.dkr.ecr.us-east-2.amazonaws.com/storetheindex/storetheindex # {"$imagepolicy": "storetheindex:storetheindex:name"} - newTag: 20240119234231-61a03f23b3f866e26008f8a042284330c913882d # {"$imagepolicy": "storetheindex:storetheindex:tag"} + newTag: 20240215172711-f5ec249b4df4e9b7d650748eb27bb5b065a44e64 # {"$imagepolicy": "storetheindex:storetheindex:tag"}