Skip to content

Commit

Permalink
update to ubuntu 24.04 (#419)
Browse files Browse the repository at this point in the history
* update to ubuntu 24.04

Bug: T366056

* auto update of  tag

---------

Co-authored-by: Github Action <[email protected]>
  • Loading branch information
vivian-rook and Github Action authored May 28, 2024
1 parent 01c9ea7 commit 81c9742
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/nbserve/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM ubuntu:24.04

ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion paws/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pawspublic:
nbserve:
image:
name: quay.io/wikimedia-paws-prod/nbserve
tag: pr-377 # nbserve tag managed by github actions
tag: pr-419 # nbserve tag managed by github actions
# pawspublic.nbserve.image.template safely defines image:tag name in yaml
template: "{{ .Values.pawspublic.nbserve.image.name}}:{{.Values.pawspublic.nbserve.image.tag }}"
replicas: 1
Expand Down

0 comments on commit 81c9742

Please sign in to comment.