bump version to v0.16.0

This commit is contained in:
vpage 2020-06-16 11:15:32 -04:00
parent 30d53378cf
commit 560712bf9e
No known key found for this signature in database
GPG key ID: 1E2A49A7F442CCC1
3 changed files with 2213 additions and 4 deletions

2209
charts/argo-cd/install.yaml Normal file

File diff suppressed because it is too large Load diff

View file

@ -1,7 +1,7 @@
apiVersion: v1
description: A Helm chart to install Argo-Events in k8s Cluster
name: argo-events
version: 0.14.0
version: 0.16.0
keywords:
- argo-events
- sensor-controller
@ -10,6 +10,6 @@ sources:
- https://github.com/argoproj/argo-events
maintainers:
- name: VaibhavPage
appVersion: 0.14.0
appVersion: 0.16.0
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
home: https://github.com/argoproj/argo-helm

View file

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