Skip to content

Commit

Permalink
chore(argo-events): update argo-events to 1.3.3 (#720)
Browse files Browse the repository at this point in the history
Signed-off-by: Alec Rajeev <[email protected]>
  • Loading branch information
alecrajeev authored May 9, 2021
1 parent e39ccfe commit 26b3d91
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/argo-events/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: A Helm chart to install Argo-Events in k8s Cluster
name: argo-events
version: 1.3.3
version: 1.4.0
keywords:
- argo-events
- sensor-controller
Expand All @@ -12,6 +12,6 @@ sources:
maintainers:
- name: VaibhavPage
- name: whynowy
appVersion: 1.2.3
appVersion: 1.3.1
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
home: https://github.com/argoproj/argo-helm
6 changes: 3 additions & 3 deletions charts/argo-events/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ singleNamespace: true
sensorController:
name: sensor-controller
image: sensor-controller
tag: v1.2.3
tag: v1.3.1
replicaCount: 1
sensorImage: sensor
podAnnotations: {}
Expand All @@ -58,7 +58,7 @@ sensorController:
eventsourceController:
name: eventsource-controller
image: eventsource-controller
tag: v1.2.3
tag: v1.3.1
replicaCount: 1
eventsourceImage: eventsource
podAnnotations: {}
Expand All @@ -71,7 +71,7 @@ eventsourceController:
eventbusController:
name: eventbus-controller
image: eventbus-controller
tag: v1.2.3
tag: v1.3.1
replicaCount: 1
podAnnotations: {}
nodeSelector: {}
Expand Down

0 comments on commit 26b3d91

Please sign in to comment.