Skip to content

Commit

Permalink
Quick test of custom nats image
Browse files Browse the repository at this point in the history
  • Loading branch information
funkypenguin committed May 17, 2020
1 parent 2405ced commit e5401ad
Show file tree
Hide file tree
Showing 2 changed files with 2 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-pre6
version: 1.8.1-pre7
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: {{ include "nats.streamingserver.image" . | quote }}
image: {{ .Values.nats.streamingserver.image | quote }}
imagePullPolicy: {{ .Values.pullPolicy }}
args: [
"--cluster_id", "{{ .Values.nats.clusterID }}",
Expand Down

0 comments on commit e5401ad

Please sign in to comment.