about summary refs log tree commit diff
path: root/infra
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-09-02T17·42+0100
committerVincent Ambo <tazjin@google.com>2019-09-02T17·42+0100
commite2feae3387e5d95715bdd27cd62753a18abf16bd (patch)
tree6656efbc41e5dd9c90759b7773538ac064666d54 /infra
parent07a17501cce9455d62b3bb5d7b7d15b52d775097 (diff)
fix(k8s): nginx does not need to be pinned to gitHEAD
Diffstat (limited to 'infra')
-rw-r--r--infra/kubernetes/nginx/nginx.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/kubernetes/nginx/nginx.yaml b/infra/kubernetes/nginx/nginx.yaml
index 935aa6bc1a..c107ab6876 100644
--- a/infra/kubernetes/nginx/nginx.yaml
+++ b/infra/kubernetes/nginx/nginx.yaml
@@ -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:
             - |