From 02b2a27c90879debed226612406ee1b3c4493917 Mon Sep 17 00:00:00 2001 From: yuenmichelle1 Date: Mon, 4 Dec 2023 13:26:01 -0600 Subject: [PATCH] update kubernetes template to use new image. update workflow to use newer versions --- .github/workflows/deploy_app.yml | 4 ++-- api/batch_processing/api_core/kubernetes/deployment.tmpl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy_app.yml b/.github/workflows/deploy_app.yml index dee981b88..9ddb6f6a8 100644 --- a/.github/workflows/deploy_app.yml +++ b/.github/workflows/deploy_app.yml @@ -21,10 +21,10 @@ jobs: needs: [build_and_push_image] steps: - name: Checkout - uses: actions/checkout@v3.5.2 + uses: actions/checkout@v4.1.1 - name: Login to GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/api/batch_processing/api_core/kubernetes/deployment.tmpl b/api/batch_processing/api_core/kubernetes/deployment.tmpl index a1e4fcfa5..68c8ad05e 100644 --- a/api/batch_processing/api_core/kubernetes/deployment.tmpl +++ b/api/batch_processing/api_core/kubernetes/deployment.tmpl @@ -16,7 +16,7 @@ spec: spec: containers: - name: camera-traps-api - image: zooniverse/camera-traps-api:__IMAGE_TAG__ + image: ghcr.io/zooniverse/camera-traps-api:__IMAGE_TAG__ resources: requests: memory: "100Mi"