fix(infra/k8s): Fix Nixery image URLs for moved local projects
This commit is contained in:
parent
8de5d093d8
commit
61c8ac4338
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -17,7 +17,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: tazblog
|
||||
image: nixery.local/shell/services.tazblog:{{ gitHEAD }}
|
||||
image: nixery.local/shell/web.tazblog:{{ gitHEAD }}
|
||||
command: [ "tazblog" ]
|
||||
---
|
||||
apiVersion: v1
|
||||
|
|
Loading…
Reference in a new issue