From b7416bdd4f8d973057605f11696010a84d5b2de8 Mon Sep 17 00:00:00 2001 From: Vivian Rook <91909295+vivian-rook@users.noreply.github.com> Date: Thu, 15 Feb 2024 12:02:31 -0500 Subject: [PATCH] New domains (#375) * New domains * auto update of tag --------- Co-authored-by: Github Action --- images/nbserve/README.md | 2 +- paws/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/images/nbserve/README.md b/images/nbserve/README.md index e7ef8943..699868ec 100644 --- a/images/nbserve/README.md +++ b/images/nbserve/README.md @@ -1,3 +1,3 @@ -This container is used for managing the public.paws.wmcloud.org and paws-public.wmflabs.org traffic. So public viewing of notebooks and files. +This container is used for managing the public-paws.wmcloud.org traffic. So public viewing of notebooks and files. It also redirects files to the renderer container to be built. Also for public viewing. diff --git a/paws/values.yaml b/paws/values.yaml index 23e4f3ef..953c2ef4 100644 --- a/paws/values.yaml +++ b/paws/values.yaml @@ -6,7 +6,7 @@ pawspublic: nbserve: image: name: quay.io/wikimedia-paws-prod/nbserve - tag: pr-277 # nbserve tag managed by github actions + tag: pr-375 # 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