From f90cbba61cf309843dbdd8011463470c88e229d3 Mon Sep 17 00:00:00 2001 From: Alec Rajeev Date: Mon, 19 Apr 2021 22:54:23 -0400 Subject: [PATCH] chore(argo-events): update argo-events to 1.3.0 Signed-off-by: Alec Rajeev --- charts/argo-events/Chart.yaml | 4 ++-- charts/argo-events/values.yaml | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/charts/argo-events/Chart.yaml b/charts/argo-events/Chart.yaml index fcea120d..6c6dea2e 100644 --- a/charts/argo-events/Chart.yaml +++ b/charts/argo-events/Chart.yaml @@ -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 diff --git a/charts/argo-events/values.yaml b/charts/argo-events/values.yaml index 05a8d634..7cdda0e8 100644 --- a/charts/argo-events/values.yaml +++ b/charts/argo-events/values.yaml @@ -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: {}