Skip to content

Commit

Permalink
auto update of tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Action authored and vivian-rook committed May 28, 2024
1 parent 75d7013 commit 581d45a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions images/renderer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ RUN apt-get update \
COPY requirements.txt /tmp/requirements.txt

# We don't care about breaking system packages since this is a container
RUN pip3 --break-system-packages --no-cache-dir install -r /tmp/requirements.txt
RUN pip3 --no-cache-dir install --break-system-packages -r /tmp/requirements.txt

# something about the --no-cache-dir keeps pyrsistent from visibly installing
RUN pip3 --break-system-packages install pyrsistent
RUN pip3 install --break-system-packages pyrsistent

COPY renderer.py /srv/renderer.py
COPY basic.tpl /srv/basic.tpl
Expand Down
2 changes: 1 addition & 1 deletion paws/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pawspublic:
renderer:
image:
name: quay.io/wikimedia-paws-prod/renderer
tag: pr-168 # renderer tag managed by github actions
tag: pr-418 # renderer tag managed by github actions
# pawspublic.nbserve.image.template safely defines image:tag name in yaml
template: "{{ .Values.pawspublic.renderer.image.name}}:{{.Values.pawspublic.renderer.image.tag }}"
requests:
Expand Down

0 comments on commit 581d45a

Please sign in to comment.