mirror of
https://github.com/sot-tech/mochi.git
synced 2026-05-19 06:14:48 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user