bump version to v0.16.0
This commit is contained in:
parent
30d53378cf
commit
560712bf9e
3 changed files with 2213 additions and 4 deletions
2209
charts/argo-cd/install.yaml
Normal file
2209
charts/argo-cd/install.yaml
Normal file
File diff suppressed because it is too large
Load diff
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue