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.
This commit is contained in:
parent
4aad0e992b
commit
8bc2b09724
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue