Skip to content

Commit

Permalink
Allow user to specify the nats-streaming image
Browse files Browse the repository at this point in the history
  • Loading branch information
funkypenguin committed May 17, 2020
1 parent 3a5ecb4 commit 2405ced
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/fission-all/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: fission-all
version: 1.8.1-pre5
version: 1.8.1-pre6
description: Fission is a fast serverless framework for Kubernetes.
keywords:
- fission
Expand Down
2 changes: 1 addition & 1 deletion charts/fission-all/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ spec:
spec:
containers:
- name: nats-streaming
image: nats-streaming
image: {{ include "nats.streamingserver.image" . | quote }}
imagePullPolicy: {{ .Values.pullPolicy }}
args: [
"--cluster_id", "{{ .Values.nats.clusterID }}",
Expand Down
4 changes: 4 additions & 0 deletions charts/fission-all/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,10 @@ nats:
# Queue group registered with NATS streaming
queueGroup: "fission-messageQueueNatsTrigger"

# The image to use for NATS streaming server
streamingserver:
image: nats-streaming

## Azure-storage-queue: enable and configure the details
azureStorageQueue:
enabled: false
Expand Down

0 comments on commit 2405ced

Please sign in to comment.