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:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: tazblog
|
- name: tazblog
|
||||||
image: nixery.local/shell/nginx:{{ gitHEAD }}
|
image: nixery.local/shell/nginx
|
||||||
command: ["/bin/bash", "-c"]
|
command: ["/bin/bash", "-c"]
|
||||||
args:
|
args:
|
||||||
- |
|
- |
|
||||||
|
|
Loading…
Reference in a new issue