Skip to content

Commit 4f1f51f

Browse files
committed
webhook-handler: update to spack 0.23.0
1 parent ed8e754 commit 4f1f51f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/custom_docker_builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- docker-image: ./images/cache-indexer
4343
image-tags: ghcr.io/spack/cache-indexer:0.0.3
4444
- docker-image: ./analytics
45-
image-tags: ghcr.io/spack/django:0.3.28
45+
image-tags: ghcr.io/spack/django:0.3.29
4646
- docker-image: ./images/ci-prune-buildcache
4747
image-tags: ghcr.io/spack/ci-prune-buildcache:0.0.4
4848
- docker-image: ./images/protected-publish

analytics/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN apt-get update && \
1212
&& rm -rf /var/lib/apt/lists/*
1313

1414
# Install spack
15-
RUN git clone -c feature.manyFiles=true --depth 1 --branch v0.22.0 https://github.com/spack/spack.git /opt/spack
15+
RUN git clone -c feature.manyFiles=true --depth 1 --branch v0.23.0 https://github.com/spack/spack.git /opt/spack
1616

1717
# Include spack import paths for python packages. Order is important
1818
ENV PYTHONPATH "/opt/spack/lib/spack:$PYTHONPATH"

analytics/dev/django.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN pip install --editable /opt/django-project[dev]
2828

2929
# Install spack
3030
RUN git clone -c feature.manyFiles=true https://github.com/spack/spack.git /opt/spack
31-
RUN cd /opt/spack && git checkout v0.22.0
31+
RUN cd /opt/spack && git checkout v0.23.0
3232

3333
# Include spack import paths for python packages. Order is important
3434
ENV PYTHONPATH "/opt/spack/lib/spack:$PYTHONPATH"

k8s/production/custom/webhook-handler/deployments.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
serviceAccountName: webhook-handler
2424
containers:
2525
- name: webhook-handler
26-
image: ghcr.io/spack/django:0.3.28
26+
image: ghcr.io/spack/django:0.3.29
2727
imagePullPolicy: Always
2828
resources:
2929
requests:
@@ -146,7 +146,7 @@ spec:
146146
serviceAccountName: webhook-handler
147147
containers:
148148
- name: webhook-handler-worker
149-
image: ghcr.io/spack/django:0.3.28
149+
image: ghcr.io/spack/django:0.3.29
150150
command:
151151
[
152152
"celery",

0 commit comments

Comments
 (0)