refactor(k8s): Parameterise the nginx version
This commit is contained in:
parent
52fabe4423
commit
4c3f27b9a7
2 changed files with 3 additions and 1 deletions
|
@ -26,7 +26,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: tazblog
|
||||
image: nixery.local/shell/nginx
|
||||
image: nixery.local/shell/nginx:{{ .version }}
|
||||
command: ["/bin/bash", "-c"]
|
||||
args:
|
||||
- |
|
||||
|
|
|
@ -28,3 +28,5 @@ include:
|
|||
- name: tazblog
|
||||
- name: https-lb
|
||||
- name: nginx
|
||||
values:
|
||||
version: 52fabe4423095f12f67be1c7dbf88b801c1bb521
|
||||
|
|
Loading…
Reference in a new issue