refactor(k8s): Parameterise the nginx version

This commit is contained in:
Vincent Ambo 2019-09-21 15:37:44 +01:00
parent 52fabe4423
commit 4c3f27b9a7
2 changed files with 3 additions and 1 deletions

View file

@ -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:
- |

View file

@ -28,3 +28,5 @@ include:
- name: tazblog
- name: https-lb
- name: nginx
values:
version: 52fabe4423095f12f67be1c7dbf88b801c1bb521