File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
sourcegraph/templates/embeddings Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ icon: https://sourcegraph.com/favicon.ico
55type : application
66
77# Chart version, separate from Sourcegraph
8- version : " 5.0.4"
8+ version : " 5.0.4-rev.1 "
99
1010# Version of Sourcegraph release
1111appVersion : " 5.0.4"
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ metadata:
1010 {{- if .Values.embeddings.labels }}
1111 {{- toYaml .Values.embeddings.labels | nindent 4 }}
1212 {{- end }}
13- deploy : sourcegraph
14- app.kubernetes.io/component : embeddings
13+ deploy : sourcegraph
14+ app.kubernetes.io/component : embeddings
1515spec :
1616 minReadySeconds : 10
1717 replicas : 1
8585 {{- if .Values.embeddings.serviceAccount.create }}
8686 serviceAccountName : {{ .Values.embeddings.serviceAccount.name }}
8787 {{- end}}
88- volumes :
89- {{- if .Values.embeddings.extraVolumes }}
90- {{- toYaml .Values.embeddings.extraVolumes | nindent 6 }}
91- {{- end }}
88+ volumes :
89+ {{- if .Values.embeddings.extraVolumes }}
90+ {{- toYaml .Values.embeddings.extraVolumes | nindent 6 }}
91+ {{- end }}
9292{{- end }}
You can’t perform that action at this time.
0 commit comments