bump version to v0.16.0

Signed-off-by: vpage <vpage@blackrock.com>
This commit is contained in:
VaibhavPage 2020-06-16 11:22:11 -04:00 committed by vpage
parent 30d53378cf
commit 700922abc0
No known key found for this signature in database
GPG key ID: 1E2A49A7F442CCC1
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.14.0 version: 0.16.0
keywords: keywords:
- argo-events - argo-events
- sensor-controller - sensor-controller
@ -10,6 +10,6 @@ sources:
- https://github.com/argoproj/argo-events - https://github.com/argoproj/argo-events
maintainers: maintainers:
- name: VaibhavPage - name: VaibhavPage
appVersion: 0.14.0 appVersion: 0.16.0
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
home: https://github.com/argoproj/argo-helm home: https://github.com/argoproj/argo-helm

View file

@ -42,11 +42,11 @@ singleNamespace: true
sensorController: sensorController:
name: sensor-controller name: sensor-controller
image: sensor-controller image: sensor-controller
tag: v0.14.0 tag: v0.16.0
replicaCount: 1 replicaCount: 1
gatewayController: gatewayController:
name: gateway-controller name: gateway-controller
image: gateway-controller image: gateway-controller
tag: v0.14.0 tag: v0.16.0
replicaCount: 1 replicaCount: 1