matrix-synapse: Switch to upstream image
This commit is contained in:
parent
c13ac3d9a4
commit
c302e50a1b
3 changed files with 3 additions and 3 deletions
|
@ -59,7 +59,7 @@ Create chart name and version as used by the chart label.
|
|||
Get the correct image tag name
|
||||
*/}}
|
||||
{{- define "matrix-synapse.imageTag" -}}
|
||||
{{- .Values.image.tag | default (printf "%s" .Chart.AppVersion) -}}
|
||||
{{- .Values.image.tag | default (printf "v%s" .Chart.AppVersion) -}}
|
||||
{{- end -}}
|
||||
|
||||
{{/*
|
||||
|
|
|
@ -87,7 +87,7 @@ spec:
|
|||
{{- end }}
|
||||
securityContext:
|
||||
{{- $config.securityContext | default $default.securityContext | toYaml | nindent 12 }}
|
||||
image: "{{ $.Values.image.repository }}:{{ $.Chart.AppVersion }}"
|
||||
image: "{{ $.Values.image.repository }}:{{ include "matrix-synapse.imageTag" $ }}"
|
||||
imagePullPolicy: {{ $.Values.image.pullPolicy }}
|
||||
ports:
|
||||
- name: metrics
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
## Docker image configuration, used for Synapse and workers.
|
||||
##
|
||||
image:
|
||||
repository: ananace/matrix-synapse
|
||||
repository: matrixdotorg/synapse
|
||||
## Tag to override with, will default to the application version.
|
||||
##
|
||||
# tag: ''
|
||||
|
|
Loading…
Reference in a new issue