feat(argo-events): Update Argo Events to 1.5.0 (#995)
* Update image and tag for argo events deployments Signed-off-by: Paul Ayling <paul.ayling@sky.uk> * Update Nats images Signed-off-by: Paul Ayling <paul.ayling@sky.uk> * Update sensorImage and eventSourceImage Signed-off-by: Paul Ayling <paul.ayling@sky.uk> * Update Chart.yaml Signed-off-by: Paul Ayling <paul.ayling@sky.uk> * Place new argument at end to work with old images Signed-off-by: Paul Ayling <paul.ayling@sky.uk> * Update chart appversion and RBAC Signed-off-by: Paul Ayling <paulayling.dev@gmail.com> * Apply suggestions from code review Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> Signed-off-by: Paul Ayling <paulayling.dev@gmail.com> * Default to Chart AppVersion if tag does not exist Signed-off-by: Paul Ayling <paulayling.dev@gmail.com> * Update Chart AppVersion to v1.5.0 Signed-off-by: Paul Ayling <paulayling.dev@gmail.com> * Update changelog Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
7e988dcae2
commit
6ff8ee14f5
7 changed files with 24 additions and 58 deletions
|
|
@ -44,13 +44,13 @@ singleNamespace: true
|
|||
# sensor controller
|
||||
sensorController:
|
||||
name: sensor-controller
|
||||
image: argoproj/sensor-controller
|
||||
tag: v1.3.1
|
||||
image: argoproj/argo-events
|
||||
tag: ""
|
||||
replicaCount: 1
|
||||
extraEnv: []
|
||||
# - name: DEBUG_LOG
|
||||
# value: "true"
|
||||
sensorImage: argoproj/sensor
|
||||
sensorImage: argoproj/argo-events
|
||||
podAnnotations: {}
|
||||
nodeSelector: {}
|
||||
podLabels: {}
|
||||
|
|
@ -61,13 +61,13 @@ sensorController:
|
|||
|
||||
eventsourceController:
|
||||
name: eventsource-controller
|
||||
image: argoproj/eventsource-controller
|
||||
tag: v1.3.1
|
||||
image: argoproj/argo-events
|
||||
tag: ""
|
||||
replicaCount: 1
|
||||
extraEnv: []
|
||||
# - name: DEBUG_LOG
|
||||
# value: "true"
|
||||
eventsourceImage: argoproj/eventsource
|
||||
eventsourceImage: argoproj/argo-events
|
||||
podAnnotations: {}
|
||||
nodeSelector: {}
|
||||
podLabels: {}
|
||||
|
|
@ -78,8 +78,8 @@ eventsourceController:
|
|||
|
||||
eventbusController:
|
||||
name: eventbus-controller
|
||||
image: argoproj/eventbus-controller
|
||||
tag: v1.3.1
|
||||
image: argoproj/argo-events
|
||||
tag: ""
|
||||
replicaCount: 1
|
||||
extraEnv: []
|
||||
# - name: DEBUG_LOG
|
||||
|
|
@ -91,8 +91,8 @@ eventbusController:
|
|||
tolerations: []
|
||||
affinity: {}
|
||||
resources: {}
|
||||
natsStreamingImage: nats-streaming:0.17.0
|
||||
natsMetricsExporterImage: synadia/prometheus-nats-exporter:0.6.2
|
||||
natsStreamingImage: nats-streaming:0.22.1
|
||||
natsMetricsExporterImage: natsio/prometheus-nats-exporter:0.8.0
|
||||
|
||||
securityContext:
|
||||
runAsNonRoot: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue