From 2e02223de2df0bddc7744881132a843f1dd285ea Mon Sep 17 00:00:00 2001 From: John McCann Cunniff Jr Date: Sat, 2 Dec 2023 22:09:29 -0500 Subject: [PATCH] ADD webtop-osiris to propagation --- k8s/chart/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/k8s/chart/values.yaml b/k8s/chart/values.yaml index d862890b..a7b050f1 100644 --- a/k8s/chart/values.yaml +++ b/k8s/chart/values.yaml @@ -81,6 +81,8 @@ theia: image: "registry.digitalocean.com/anubis/theia-jepst" - name: "webtop-jepst" image: "registry.digitalocean.com/anubis/webtop-jepst" + - name: "webtop-osiris" + image: "registry.digitalocean.com/anubis/webtop-osiris" - name: "theia-admin" image: "registry.digitalocean.com/anubis/theia-admin" - name: "webtop-base-310"