Skip to content

Commit

Permalink
Fix assigner start and deploy with new image (#2508)
Browse files Browse the repository at this point in the history
* Deploy assigner with new image

Assigner startup command change needs to be accompanied by new container image.

* Remove branch ecr build
  • Loading branch information
gammazero authored Feb 10, 2024
1 parent 05a73ba commit ac1a1bc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- 'main'
- 'masih/simplify-dockerfile'
tags:
- 'v*'
workflow_run:
Expand Down Expand Up @@ -64,4 +63,4 @@ jobs:
cache-to: type=gha,mode=max
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}
2 changes: 1 addition & 1 deletion deploy/manifests/base/assigner/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ spec:
containers:
- name: assigner
image: storetheindex
command: ["/sbin/tini", "--", "/usr/local/bin/start_assigner"]
args:
- 'assigner'
- 'daemon'
env:
- name: GOLOG_LOG_LEVEL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ configMapGenerator:
images:
- name: storetheindex
newName: 407967248065.dkr.ecr.us-east-2.amazonaws.com/storetheindex/storetheindex
newTag: 20240110202159-3a0c32fc4ee0a763ab4c7e8a74d8531872aeb9d2
newTag: 20240209210003-a622ff548cf6ba5aa0512848a504c2d4176331bd
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.17
newTag: 20240209210003-a622ff548cf6ba5aa0512848a504c2d4176331bd

0 comments on commit ac1a1bc

Please sign in to comment.