From 61c8ac433878ea34f5bfb4232143ad43f4af2df2 Mon Sep 17 00:00:00 2001 From: Vincent Ambo <tazjin@google.com> Date: Fri, 20 Dec 2019 20:39:06 +0000 Subject: fix(infra/k8s): Fix Nixery image URLs for moved local projects --- ops/infra/kubernetes/cgit/config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ops/infra/kubernetes/cgit') diff --git a/ops/infra/kubernetes/cgit/config.yaml b/ops/infra/kubernetes/cgit/config.yaml index 78de82ee09ee..43bfe9d7fb45 100644 --- a/ops/infra/kubernetes/cgit/config.yaml +++ b/ops/infra/kubernetes/cgit/config.yaml @@ -31,7 +31,7 @@ spec: fsGroup: 1000 containers: - name: cgit - image: nixery.local/shell/services.cgit-taz:{{ gitHEAD }} + image: nixery.local/shell/web.cgit-taz:{{ gitHEAD }} command: [ "cgit-launch" ] env: - name: HOME @@ -40,7 +40,7 @@ spec: - name: git-volume mountPath: /git - name: sync-gcsr - image: nixery.local/shell/services.sync-gcsr:{{ gitHEAD }} + image: nixery.local/shell/ops.sync-gcsr:{{ gitHEAD }} command: [ "sync-gcsr" ] env: - name: SYNC_USER -- cgit 1.4.1