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
|
|
@ -29,10 +29,11 @@ spec:
|
|||
serviceAccountName: {{ .Values.serviceAccount }}
|
||||
containers:
|
||||
- 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 }}
|
||||
{{- if .Values.singleNamespace }}
|
||||
args:
|
||||
- sensor-controller
|
||||
{{- if .Values.singleNamespace }}
|
||||
- --namespaced
|
||||
{{- end }}
|
||||
env:
|
||||
|
|
@ -44,7 +45,7 @@ spec:
|
|||
fieldRef:
|
||||
fieldPath: metadata.namespace
|
||||
- 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:
|
||||
httpGet:
|
||||
path: /healthz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue