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

View file

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