Add NATS streaming image tag (#2234)
Creates reproducible builds by locking NATS streaming to a specific version
This commit is contained in:
@@ -25,7 +25,7 @@ spec:
|
|||||||
serviceAccount: fission-nats-streaming
|
serviceAccount: fission-nats-streaming
|
||||||
containers:
|
containers:
|
||||||
- name: nats-streaming
|
- name: nats-streaming
|
||||||
image: {{ .Values.nats.streamingserver.image | quote }}
|
image: "{{ .Values.nats.streamingserver.image }}:{{ .Values.nats.streamingserver.tag }}"
|
||||||
imagePullPolicy: {{ .Values.pullPolicy }}
|
imagePullPolicy: {{ .Values.pullPolicy }}
|
||||||
args: [
|
args: [
|
||||||
"--cluster_id", "{{ .Values.nats.clusterID }}",
|
"--cluster_id", "{{ .Values.nats.clusterID }}",
|
||||||
@@ -107,4 +107,4 @@ spec:
|
|||||||
{{- if .Values.extraCoreComponentPodConfig }}
|
{{- if .Values.extraCoreComponentPodConfig }}
|
||||||
{{ toYaml .Values.extraCoreComponentPodConfig | indent 6 -}}
|
{{ toYaml .Values.extraCoreComponentPodConfig | indent 6 -}}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
@@ -168,6 +168,7 @@ nats:
|
|||||||
# The image to use for NATS streaming server
|
# The image to use for NATS streaming server
|
||||||
streamingserver:
|
streamingserver:
|
||||||
image: nats-streaming
|
image: nats-streaming
|
||||||
|
tag: "0.23.0"
|
||||||
|
|
||||||
## Port at which NATS streaming service should be exposed
|
## Port at which NATS streaming service should be exposed
|
||||||
## (only if nats enabled and not external)
|
## (only if nats enabled and not external)
|
||||||
|
|||||||
Reference in New Issue
Block a user