mirror of https://github.com/rancher/gitjob.git
Set correct dev versions in Chart.yaml
this allows proper version replacement by helm package. Signed-off-by: Tim Hardeck <thardeck@suse.com>
This commit is contained in:
parent
acc49ed960
commit
95218c030b
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
name: gitjob
|
||||
description: Controller that run jobs based on git events
|
||||
version: ${VERSION}
|
||||
appVersion: ${VERSION}
|
||||
version: 0.0.0
|
||||
appVersion: 0.0.0
|
||||
Loading…
Reference in New Issue