File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
k8s/production/custom/webhook-handler Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
1818ENV PYTHONPATH "/opt/spack/lib/spack:$PYTHONPATH"
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ RUN pip install --editable /opt/django-project[dev]
2828
2929# Install spack
3030RUN 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
3434ENV PYTHONPATH "/opt/spack/lib/spack:$PYTHONPATH"
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments