From f87eb151d55e790d4f49057bfbecb2960a94534d Mon Sep 17 00:00:00 2001 From: Mike VanDenburgh Date: Fri, 3 Jan 2025 10:53:16 -0500 Subject: [PATCH] Bump webhook handler image --- .github/workflows/custom_docker_builds.yml | 2 +- k8s/production/custom/webhook-handler/deployments.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/custom_docker_builds.yml b/.github/workflows/custom_docker_builds.yml index 726be3712..8b10bc3fc 100644 --- a/.github/workflows/custom_docker_builds.yml +++ b/.github/workflows/custom_docker_builds.yml @@ -42,7 +42,7 @@ jobs: - docker-image: ./images/cache-indexer image-tags: ghcr.io/spack/cache-indexer:0.0.3 - docker-image: ./analytics - image-tags: ghcr.io/spack/django:0.3.30 + image-tags: ghcr.io/spack/django:0.3.31 - docker-image: ./images/ci-prune-buildcache image-tags: ghcr.io/spack/ci-prune-buildcache:0.0.4 - docker-image: ./images/protected-publish diff --git a/k8s/production/custom/webhook-handler/deployments.yaml b/k8s/production/custom/webhook-handler/deployments.yaml index f9bb53841..9ec32f775 100644 --- a/k8s/production/custom/webhook-handler/deployments.yaml +++ b/k8s/production/custom/webhook-handler/deployments.yaml @@ -23,7 +23,7 @@ spec: serviceAccountName: webhook-handler containers: - name: webhook-handler - image: ghcr.io/spack/django:0.3.30 + image: ghcr.io/spack/django:0.3.31 imagePullPolicy: Always resources: requests: @@ -146,7 +146,7 @@ spec: serviceAccountName: webhook-handler containers: - name: webhook-handler-worker - image: ghcr.io/spack/django:0.3.30 + image: ghcr.io/spack/django:0.3.31 command: [ "celery",