Skip to content

Commit

Permalink
Bump job processor images
Browse files Browse the repository at this point in the history
Both of their job-template.yaml files got updated, so we need to bump
these as well.
  • Loading branch information
mvandenburgh committed Nov 10, 2023
1 parent 8cbb1c7 commit 19288de
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/custom_docker_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ jobs:
- docker-image: ./images/python-aws-bash
image-tags: ghcr.io/spack/python-aws-bash:0.0.2
- docker-image: ./images/gitlab-error-processor
image-tags: ghcr.io/spack/gitlab-error-processor:0.0.3
image-tags: ghcr.io/spack/gitlab-error-processor:0.0.4
- docker-image: ./images/upload-gitlab-failure-logs
image-tags: ghcr.io/spack/upload-gitlab-failure-logs:0.0.3
- docker-image: ./images/snapshot-release-tags
image-tags: ghcr.io/spack/snapshot-release-tags:0.0.4
- docker-image: ./images/cache-indexer
image-tags: ghcr.io/spack/cache-indexer:0.0.3
- docker-image: ./images/build-timing-processor
image-tags: ghcr.io/spack/build-timing-processor:0.0.4
image-tags: ghcr.io/spack/build-timing-processor:0.0.5
- docker-image: ./analytics
image-tags: ghcr.io/spack/ci-analytics:0.0.1
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
serviceAccountName: build-timing-processor
containers:
- name: build-timing-processor
image: ghcr.io/spack/build-timing-processor:0.0.4
image: ghcr.io/spack/build-timing-processor:0.0.5
imagePullPolicy: Always
resources:
requests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
serviceAccountName: gitlab-error-processor
containers:
- name: gitlab-error-processor
image: ghcr.io/spack/gitlab-error-processor:0.0.3
image: ghcr.io/spack/gitlab-error-processor:0.0.4
imagePullPolicy: Always
envFrom:
- configMapRef:
Expand Down

0 comments on commit 19288de

Please sign in to comment.