diff --git a/.github/workflows/publish-ghcr.yml b/.github/workflows/publish-ghcr.yml index b263f952e..f7a55927b 100644 --- a/.github/workflows/publish-ghcr.yml +++ b/.github/workflows/publish-ghcr.yml @@ -4,7 +4,6 @@ on: push: branches: - 'main' - - 'masih/simplify-dockerfile' tags: - 'v*' workflow_run: @@ -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 }} \ No newline at end of file + labels: ${{ steps.meta.outputs.labels }} diff --git a/deploy/manifests/base/assigner/deployment.yaml b/deploy/manifests/base/assigner/deployment.yaml index c5a06bb34..827c8357d 100644 --- a/deploy/manifests/base/assigner/deployment.yaml +++ b/deploy/manifests/base/assigner/deployment.yaml @@ -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 diff --git a/deploy/manifests/dev/us-east-2/tenant/storetheindex/assigner/kustomization.yaml b/deploy/manifests/dev/us-east-2/tenant/storetheindex/assigner/kustomization.yaml index dea99ea37..179255bd2 100644 --- a/deploy/manifests/dev/us-east-2/tenant/storetheindex/assigner/kustomization.yaml +++ b/deploy/manifests/dev/us-east-2/tenant/storetheindex/assigner/kustomization.yaml @@ -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 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 b1f2235d3..ceb99c43b 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.17 + newTag: 20240209210003-a622ff548cf6ba5aa0512848a504c2d4176331bd