diff --git a/.github/actions/update-image-tag/action.yml b/.github/actions/update-image-tag/action.yml index e894ba0..606c111 100644 --- a/.github/actions/update-image-tag/action.yml +++ b/.github/actions/update-image-tag/action.yml @@ -54,6 +54,6 @@ runs: - name: "Merge pull request" if: steps.pull-request.outputs.pull-request-operation == 'created' shell: bash - run: gh pr merge ${{ steps.pull-request.outputs.pull-request-number }} --squash --delete-branch --repo goboolean/manifests + run: gh pr merge ${{ steps.pull-request.outputs.pull-request-number }} --squash --delete-branch --force --repo goboolean/manifests env: GITHUB_TOKEN: ${{ inputs.github-token }} diff --git a/fetch-system.polygon-proxy/kustomize/overlays/dev/kustomization.yaml b/fetch-system.polygon-proxy/kustomize/overlays/dev/kustomization.yaml index 68f53ab..7dd4528 100644 --- a/fetch-system.polygon-proxy/kustomize/overlays/dev/kustomization.yaml +++ b/fetch-system.polygon-proxy/kustomize/overlays/dev/kustomization.yaml @@ -1,9 +1,9 @@ namespace: fetch-system resources: -- ../../base -- service-account.yaml -- init-script.yaml + - ../../base + - service-account.yaml + - init-script.yaml patchesStrategicMerge: - path: deployment.yaml diff --git a/fetch-system.streams/kustomize/base/deployment.yaml b/fetch-system.streams/kustomize/base/deployment.yaml index 787d73b..e9affa9 100644 --- a/fetch-system.streams/kustomize/base/deployment.yaml +++ b/fetch-system.streams/kustomize/base/deployment.yaml @@ -16,7 +16,7 @@ spec: containers: - name: streams image: "registry.goboolean.io/fetch-system/streams:prod-latest" - imagePullPolicy: Always + imagePullPolicy: IfNotPresent env: - name: KAFKA_BOOTSTRAP_SERVERS value: "" diff --git a/fetch-system.util/kustomize/base/db-initer-job.yaml b/fetch-system.util/kustomize/base/db-initer-job.yaml index f1da40f..ab26ac4 100644 --- a/fetch-system.util/kustomize/base/db-initer-job.yaml +++ b/fetch-system.util/kustomize/base/db-initer-job.yaml @@ -12,7 +12,7 @@ spec: containers: - name: db-initer image: "registry.goboolean.io/fetch-system/util/db-initer:prod-latest" - imagePullPolicy: Always + imagePullPolicy: IfNotPresent env: - name: POSTGRES_HOST value: "" diff --git a/fetch-system.worker/kustomize/base/kis-stock-deployment.yaml b/fetch-system.worker/kustomize/base/kis-stock-deployment.yaml index c48a15d..035f27a 100644 --- a/fetch-system.worker/kustomize/base/kis-stock-deployment.yaml +++ b/fetch-system.worker/kustomize/base/kis-stock-deployment.yaml @@ -16,7 +16,7 @@ spec: containers: - name: kis-stock image: "registry.goboolean.io/fetch-system/worker:prod-latest" - imagePullPolicy: Always + imagePullPolicy: IfNotPresent env: - name: KIS_APP_KEY value: "" diff --git a/fetch-system.worker/kustomize/base/polygon-stock-deployment.yaml b/fetch-system.worker/kustomize/base/polygon-stock-deployment.yaml index a0551ed..06e81e9 100644 --- a/fetch-system.worker/kustomize/base/polygon-stock-deployment.yaml +++ b/fetch-system.worker/kustomize/base/polygon-stock-deployment.yaml @@ -16,7 +16,7 @@ spec: containers: - name: polygon-stock image: "registry.goboolean.io/fetch-system/worker:prod-latest" - imagePullPolicy: Always + imagePullPolicy: IfNotPresent env: - name: POLYGON_SECRET_KEY value: ""