From 8bc2b09724093ce06ce3ec271d21e8c14ca78d79 Mon Sep 17 00:00:00 2001 From: Jimmy Zelinskie Date: Tue, 31 Jan 2017 21:40:36 -0500 Subject: [PATCH] contrib/helm: default to using HEAD container This fixes a bug where the config being used is for HEAD, but previously the container image being used was for a tagged release with a different config schema. --- contrib/helm/chihaya/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/helm/chihaya/values.yaml b/contrib/helm/chihaya/values.yaml index 27c45b5..4e5d2ec 100644 --- a/contrib/helm/chihaya/values.yaml +++ b/contrib/helm/chihaya/values.yaml @@ -1,7 +1,7 @@ replicaCount: 1 image: - repository: quay.io/jzelinskie/chihaya - tag: v2.0.0-rc.1 + repository: quay.io/jzelinskie/chihaya-git + tag: latest pullPolicy: IfNotPresent service: name: chihaya