fix(k8s): nginx does not need to be pinned to gitHEAD
This commit is contained in:
parent
07a17501cc
commit
e2feae3387
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: tazblog
|
||||
image: nixery.local/shell/nginx:{{ gitHEAD }}
|
||||
image: nixery.local/shell/nginx
|
||||
command: ["/bin/bash", "-c"]
|
||||
args:
|
||||
- |
|
||||
|
|
Loading…
Reference in a new issue