Skip to content

Commit

Permalink
Deploy latest to dev environment (#2488)
Browse files Browse the repository at this point in the history
* 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 <sti-bot@protocol.ai>
Co-authored-by: gammazero <gammazero@users.noreply.github.com>
  • Loading branch information
3 people authored Feb 16, 2024
1 parent f5ec249 commit f80e7ed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"}

0 comments on commit f80e7ed

Please sign in to comment.