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
|
@ -1,7 +1,7 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
description: A Helm chart to install Argo-Events in k8s Cluster
|
description: A Helm chart to install Argo-Events in k8s Cluster
|
||||||
name: argo-events
|
name: argo-events
|
||||||
version: 1.7.0
|
version: 1.8.0
|
||||||
keywords:
|
keywords:
|
||||||
- argo-events
|
- argo-events
|
||||||
- sensor-controller
|
- sensor-controller
|
||||||
|
@ -12,10 +12,9 @@ sources:
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: VaibhavPage
|
- name: VaibhavPage
|
||||||
- name: whynowy
|
- name: whynowy
|
||||||
appVersion: 1.3.1
|
appVersion: v1.5.0
|
||||||
icon: https://argoproj.github.io/argo-events/assets/logo.png
|
icon: https://argoproj.github.io/argo-events/assets/logo.png
|
||||||
home: https://github.com/argoproj/argo-helm
|
home: https://github.com/argoproj/argo-helm
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- "[Added]: Ability to specify additional/custom environment variables"
|
- "[Changed]: Update to Argo Events v1.5.0"
|
||||||
- "[Fixed]: Charts icon url"
|
|
||||||
|
|
|
@ -40,10 +40,6 @@ rules:
|
||||||
- update
|
- update
|
||||||
- watch
|
- watch
|
||||||
resources:
|
resources:
|
||||||
- workflows
|
|
||||||
- workflows/finalizers
|
|
||||||
- workflowtemplates
|
|
||||||
- workflowtemplates/finalizers
|
|
||||||
- sensors
|
- sensors
|
||||||
- sensors/finalizers
|
- sensors/finalizers
|
||||||
- sensors/status
|
- sensors/status
|
||||||
|
@ -61,7 +57,6 @@ rules:
|
||||||
- configmaps
|
- configmaps
|
||||||
- secrets
|
- secrets
|
||||||
- services
|
- services
|
||||||
- events
|
|
||||||
- persistentvolumeclaims
|
- persistentvolumeclaims
|
||||||
verbs:
|
verbs:
|
||||||
- create
|
- create
|
||||||
|
@ -71,18 +66,6 @@ rules:
|
||||||
- update
|
- update
|
||||||
- patch
|
- patch
|
||||||
- delete
|
- delete
|
||||||
- apiGroups:
|
|
||||||
- "batch"
|
|
||||||
resources:
|
|
||||||
- jobs
|
|
||||||
verbs:
|
|
||||||
- create
|
|
||||||
- get
|
|
||||||
- list
|
|
||||||
- watch
|
|
||||||
- update
|
|
||||||
- patch
|
|
||||||
- delete
|
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
- "apps"
|
- "apps"
|
||||||
resources:
|
resources:
|
||||||
|
@ -96,5 +79,4 @@ rules:
|
||||||
- update
|
- update
|
||||||
- patch
|
- patch
|
||||||
- delete
|
- delete
|
||||||
|
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
|
@ -42,10 +42,6 @@ rules:
|
||||||
- update
|
- update
|
||||||
- watch
|
- watch
|
||||||
resources:
|
resources:
|
||||||
- workflows
|
|
||||||
- workflows/finalizers
|
|
||||||
- workflowtemplates
|
|
||||||
- workflowtemplates/finalizers
|
|
||||||
- sensors
|
- sensors
|
||||||
- sensors/finalizers
|
- sensors/finalizers
|
||||||
- sensors/status
|
- sensors/status
|
||||||
|
@ -63,7 +59,6 @@ rules:
|
||||||
- configmaps
|
- configmaps
|
||||||
- secrets
|
- secrets
|
||||||
- services
|
- services
|
||||||
- events
|
|
||||||
- persistentvolumeclaims
|
- persistentvolumeclaims
|
||||||
verbs:
|
verbs:
|
||||||
- create
|
- create
|
||||||
|
@ -73,18 +68,6 @@ rules:
|
||||||
- update
|
- update
|
||||||
- patch
|
- patch
|
||||||
- delete
|
- delete
|
||||||
- apiGroups:
|
|
||||||
- "batch"
|
|
||||||
resources:
|
|
||||||
- jobs
|
|
||||||
verbs:
|
|
||||||
- create
|
|
||||||
- get
|
|
||||||
- list
|
|
||||||
- watch
|
|
||||||
- update
|
|
||||||
- patch
|
|
||||||
- delete
|
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
- "apps"
|
- "apps"
|
||||||
resources:
|
resources:
|
||||||
|
@ -98,5 +81,4 @@ rules:
|
||||||
- update
|
- update
|
||||||
- patch
|
- patch
|
||||||
- delete
|
- delete
|
||||||
|
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
|
@ -29,10 +29,11 @@ spec:
|
||||||
serviceAccountName: {{ .Values.serviceAccount }}
|
serviceAccountName: {{ .Values.serviceAccount }}
|
||||||
containers:
|
containers:
|
||||||
- name: {{ .Values.eventbusController.name }}
|
- name: {{ .Values.eventbusController.name }}
|
||||||
image: "{{ .Values.registry }}/{{ .Values.eventbusController.image }}:{{ .Values.eventbusController.tag }}"
|
image: "{{ .Values.registry }}/{{ .Values.eventbusController.image }}:{{ .Values.eventbusController.tag | default .Chart.AppVersion }}"
|
||||||
imagePullPolicy: {{ .Values.imagePullPolicy }}
|
imagePullPolicy: {{ .Values.imagePullPolicy }}
|
||||||
{{- if .Values.singleNamespace }}
|
|
||||||
args:
|
args:
|
||||||
|
- eventbus-controller
|
||||||
|
{{- if .Values.singleNamespace }}
|
||||||
- --namespaced
|
- --namespaced
|
||||||
{{- end }}
|
{{- end }}
|
||||||
env:
|
env:
|
||||||
|
|
|
@ -29,10 +29,11 @@ spec:
|
||||||
serviceAccountName: {{ .Values.serviceAccount }}
|
serviceAccountName: {{ .Values.serviceAccount }}
|
||||||
containers:
|
containers:
|
||||||
- name: {{ .Values.eventsourceController.name }}
|
- name: {{ .Values.eventsourceController.name }}
|
||||||
image: "{{ .Values.registry }}/{{ .Values.eventsourceController.image }}:{{ .Values.eventsourceController.tag }}"
|
image: "{{ .Values.registry }}/{{ .Values.eventsourceController.image }}:{{ .Values.eventsourceController.tag | default .Chart.AppVersion }}"
|
||||||
imagePullPolicy: {{ .Values.imagePullPolicy }}
|
imagePullPolicy: {{ .Values.imagePullPolicy }}
|
||||||
{{- if .Values.singleNamespace }}
|
|
||||||
args:
|
args:
|
||||||
|
- eventsource-controller
|
||||||
|
{{- if .Values.singleNamespace }}
|
||||||
- --namespaced
|
- --namespaced
|
||||||
{{- end }}
|
{{- end }}
|
||||||
env:
|
env:
|
||||||
|
@ -44,7 +45,7 @@ spec:
|
||||||
fieldRef:
|
fieldRef:
|
||||||
fieldPath: metadata.namespace
|
fieldPath: metadata.namespace
|
||||||
- name: EVENTSOURCE_IMAGE
|
- name: EVENTSOURCE_IMAGE
|
||||||
value: "{{ .Values.registry }}/{{ .Values.eventsourceController.eventsourceImage }}:{{ .Values.eventsourceController.tag }}"
|
value: "{{ .Values.registry }}/{{ .Values.eventsourceController.eventsourceImage }}:{{ .Values.eventsourceController.tag | default .Chart.AppVersion }}"
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /healthz
|
path: /healthz
|
||||||
|
|
|
@ -29,10 +29,11 @@ spec:
|
||||||
serviceAccountName: {{ .Values.serviceAccount }}
|
serviceAccountName: {{ .Values.serviceAccount }}
|
||||||
containers:
|
containers:
|
||||||
- name: {{ .Values.sensorController.name }}
|
- name: {{ .Values.sensorController.name }}
|
||||||
image: "{{ .Values.registry }}/{{ .Values.sensorController.image }}:{{ .Values.sensorController.tag }}"
|
image: "{{ .Values.registry }}/{{ .Values.sensorController.image }}:{{ .Values.sensorController.tag | default .Chart.AppVersion }}"
|
||||||
imagePullPolicy: {{ .Values.imagePullPolicy }}
|
imagePullPolicy: {{ .Values.imagePullPolicy }}
|
||||||
{{- if .Values.singleNamespace }}
|
|
||||||
args:
|
args:
|
||||||
|
- sensor-controller
|
||||||
|
{{- if .Values.singleNamespace }}
|
||||||
- --namespaced
|
- --namespaced
|
||||||
{{- end }}
|
{{- end }}
|
||||||
env:
|
env:
|
||||||
|
@ -44,7 +45,7 @@ spec:
|
||||||
fieldRef:
|
fieldRef:
|
||||||
fieldPath: metadata.namespace
|
fieldPath: metadata.namespace
|
||||||
- name: SENSOR_IMAGE
|
- name: SENSOR_IMAGE
|
||||||
value: "{{ .Values.registry }}/{{ .Values.sensorController.sensorImage }}:{{ .Values.sensorController.tag }}"
|
value: "{{ .Values.registry }}/{{ .Values.sensorController.sensorImage }}:{{ .Values.sensorController.tag | default .Chart.AppVersion }}"
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /healthz
|
path: /healthz
|
||||||
|
|
|
@ -44,13 +44,13 @@ singleNamespace: true
|
||||||
# sensor controller
|
# sensor controller
|
||||||
sensorController:
|
sensorController:
|
||||||
name: sensor-controller
|
name: sensor-controller
|
||||||
image: argoproj/sensor-controller
|
image: argoproj/argo-events
|
||||||
tag: v1.3.1
|
tag: ""
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
extraEnv: []
|
extraEnv: []
|
||||||
# - name: DEBUG_LOG
|
# - name: DEBUG_LOG
|
||||||
# value: "true"
|
# value: "true"
|
||||||
sensorImage: argoproj/sensor
|
sensorImage: argoproj/argo-events
|
||||||
podAnnotations: {}
|
podAnnotations: {}
|
||||||
nodeSelector: {}
|
nodeSelector: {}
|
||||||
podLabels: {}
|
podLabels: {}
|
||||||
|
@ -61,13 +61,13 @@ sensorController:
|
||||||
|
|
||||||
eventsourceController:
|
eventsourceController:
|
||||||
name: eventsource-controller
|
name: eventsource-controller
|
||||||
image: argoproj/eventsource-controller
|
image: argoproj/argo-events
|
||||||
tag: v1.3.1
|
tag: ""
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
extraEnv: []
|
extraEnv: []
|
||||||
# - name: DEBUG_LOG
|
# - name: DEBUG_LOG
|
||||||
# value: "true"
|
# value: "true"
|
||||||
eventsourceImage: argoproj/eventsource
|
eventsourceImage: argoproj/argo-events
|
||||||
podAnnotations: {}
|
podAnnotations: {}
|
||||||
nodeSelector: {}
|
nodeSelector: {}
|
||||||
podLabels: {}
|
podLabels: {}
|
||||||
|
@ -78,8 +78,8 @@ eventsourceController:
|
||||||
|
|
||||||
eventbusController:
|
eventbusController:
|
||||||
name: eventbus-controller
|
name: eventbus-controller
|
||||||
image: argoproj/eventbus-controller
|
image: argoproj/argo-events
|
||||||
tag: v1.3.1
|
tag: ""
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
extraEnv: []
|
extraEnv: []
|
||||||
# - name: DEBUG_LOG
|
# - name: DEBUG_LOG
|
||||||
|
@ -91,8 +91,8 @@ eventbusController:
|
||||||
tolerations: []
|
tolerations: []
|
||||||
affinity: {}
|
affinity: {}
|
||||||
resources: {}
|
resources: {}
|
||||||
natsStreamingImage: nats-streaming:0.17.0
|
natsStreamingImage: nats-streaming:0.22.1
|
||||||
natsMetricsExporterImage: synadia/prometheus-nats-exporter:0.6.2
|
natsMetricsExporterImage: natsio/prometheus-nats-exporter:0.8.0
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsNonRoot: true
|
runAsNonRoot: true
|
||||||
|
|
Loading…
Reference in a new issue