Skip to content

Commit 0ef0abb

Browse files
committed
update sidecar tag property
1 parent 22c6d11 commit 0ef0abb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

helm-charts/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
apiVersion: v1
2-
description: A Helm chart for Riff
2+
description: a helm chart for riff
33
name: riff
44
version: 0.0.1

helm-charts/templates/function-controller-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spec:
4747
value: {{ template "fullname" . }}-kafka:9092
4848
- name: SPRING_CLOUD_STREAM_KAFKA_BINDER_ZK_NODES
4949
value: {{ template "fullname" . }}-zookeeper:2181
50-
- name: RIFF_FUNCTION_CONTROLLER_SIDECAR_TAG
50+
- name: RIFF_FUNCTION_SIDECAR_TAG
5151
value: {{ .Values.functionController.sidecar.image.tag }}
5252
serviceAccountName: {{ template "fullname" . }}-sa
5353
{{- end -}}

0 commit comments

Comments
 (0)