Skip to content

Commit

Permalink
update pip to 24.0 as celery build failed
Browse files Browse the repository at this point in the history
  • Loading branch information
kuanfandevops committed Aug 13, 2024
1 parent a787ad6 commit 1219857
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openshift-v4/templates/celery/celery-bc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ objects:
RUN git clone https://github.com/bcgov/tfrs.git
WORKDIR /app/tfrs
RUN git checkout $TFRS_RELEASE
RUN pip install --upgrade pip \
RUN pip install --upgrade pip==24.0 \
&& pip install -r backend/requirements.txt
RUN cp /app/tfrs/security-scan/scan-handler/celery.conf /etc/supervisor/conf.d
RUN chgrp -R root /var/log/supervisor
Expand Down Expand Up @@ -90,7 +90,7 @@ objects:
to:
kind: ImageStreamTag
name: ${NAME}-celery:${VERSION}
resources:
resources:
limits:
cpu: 1500m
memory: 1300Mi
Expand Down

0 comments on commit 1219857

Please sign in to comment.