chore(argo-events): update argo-events to 1.3.0

Signed-off-by: Alec Rajeev <alecinthecloud@gmail.com>
This commit is contained in:
Alec Rajeev 2021-04-19 22:54:23 -04:00
parent 913a623dfb
commit f90cbba61c
2 changed files with 6 additions and 5 deletions

View file

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

View file

@ -10,6 +10,7 @@ imagePullSecrets: []
# If set to false, skip installing the CRDs. Requires user to have them installed prior to helm chart installation.
installCRD: true
# comment
# ServiceAccount to use for running controller.
serviceAccount: argo-events-sa
@ -45,7 +46,7 @@ singleNamespace: true
sensorController:
name: sensor-controller
image: sensor-controller
tag: v1.2.3
tag: v1.3.0
replicaCount: 1
sensorImage: sensor
nodeSelector: {}
@ -55,7 +56,7 @@ sensorController:
eventsourceController:
name: eventsource-controller
image: eventsource-controller
tag: v1.2.3
tag: v1.3.0
replicaCount: 1
eventsourceImage: eventsource
nodeSelector: {}
@ -65,7 +66,7 @@ eventsourceController:
eventbusController:
name: eventbus-controller
image: eventbus-controller
tag: v1.2.3
tag: v1.3.0
replicaCount: 1
nodeSelector: {}
tolerations: {}