Skip to content

Commit

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

0 comments on commit f75b96d

Please sign in to comment.