set specific version to argo-events images (#43)

This commit is contained in:
Seiya Muramatsu 2019-03-14 01:26:00 +09:00 committed by Vaibhav
parent 1b17d04e7e
commit 82ab0eaa27
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
apiVersion: v1
description: A Helm chart to install Argo-Events in k8s Cluster
name: argo-events
version: 0.3.0
version: 0.4.0
keywords:
- argo-events
- sensor-controller
@ -11,4 +11,4 @@ sources:
maintainers:
- name: Vaibhav Page
- name: Matt Magaldi
appVersion: 0.7.0
appVersion: 0.8.1

View file

@ -21,11 +21,11 @@ singleNamespace: true
sensorController:
name: sensor-controller
image: sensor-controller
tag: latest
tag: v0.8.1
replicaCount: 1
gatewayController:
name: gateway-controller
image: gateway-controller
tag: latest
tag: v0.8.1
replicaCount: 1