mirror of
https://github.com/sot-tech/mochi.git
synced 2026-05-19 14:24:47 -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
|
replicaCount: 1
|
||||||
image:
|
image:
|
||||||
repository: quay.io/jzelinskie/chihaya
|
repository: quay.io/jzelinskie/chihaya-git
|
||||||
tag: v2.0.0-rc.1
|
tag: latest
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
service:
|
service:
|
||||||
name: chihaya
|
name: chihaya
|
||||||
|
|||||||
Reference in New Issue
Block a user