File tree Expand file tree Collapse file tree 5 files changed +12
-4
lines changed Expand file tree Collapse file tree 5 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
22name : pontoon
33home : https://github.com/mozilla/pontoon
4- version : 1.5 .0
4+ version : 1.6 .0
55# Pontoon no longer cuts releases.
66# See https://github.com/mozilla/pontoon/releases/tag/2018-12-19
77# and https://hub.docker.com/r/skillsnetwork/pontoon/tags
Original file line number Diff line number Diff line change 4545 {{- if or .Values.ssh.config .Values.ssh.privateKeys }}
4646 initContainers :
4747 - name : copy-ssh-secrets
48- image : " busybox"
48+ image : " {{ .Values.ssh.image.repository }}:{{ .Values.ssh.image.tag }}"
49+ imagePullPolicy : {{ .Values.ssh.image.pullPolicy }}
4950 command :
5051 - " cp"
5152 - " -r"
Original file line number Diff line number Diff line change 5050 {{- if or (or .Values.ssh.config .Values.ssh.privateKeys) .Values.syncProjectCronjob.initContainers }}
5151 initContainers :
5252 - name : copy-ssh-secrets
53- image : " busybox"
53+ image : " {{ .Values.ssh.image.repository }}:{{ .Values.ssh.image.tag }}"
54+ imagePullPolicy : {{ .Values.ssh.image.pullPolicy }}
5455 command :
5556 - " cp"
5657 - " -r"
Original file line number Diff line number Diff line change 4545 {{- if or .Values.ssh.config .Values.ssh.privateKeys }}
4646 initContainers :
4747 - name : copy-ssh-secrets
48- image : " busybox"
48+ image : " {{ .Values.ssh.image.repository }}:{{ .Values.ssh.image.tag }}"
49+ imagePullPolicy : {{ .Values.ssh.image.pullPolicy }}
4950 command :
5051 - " cp"
5152 - " -r"
Original file line number Diff line number Diff line change 5151 config : " "
5252 mountPath : " /home/pontoon/.ssh"
5353
54+ image :
55+ repository : busybox
56+ pullPolicy : IfNotPresent
57+ tag : " latest"
58+
5459replicaCount : 1
5560image :
5661 repository : skillsnetwork/pontoon
You can’t perform that action at this time.
0 commit comments