File tree 5 files changed +12
-4
lines changed
5 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : pontoon
3
3
home : https://github.com/mozilla/pontoon
4
- version : 1.5 .0
4
+ version : 1.6 .0
5
5
# Pontoon no longer cuts releases.
6
6
# See https://github.com/mozilla/pontoon/releases/tag/2018-12-19
7
7
# and https://hub.docker.com/r/skillsnetwork/pontoon/tags
Original file line number Diff line number Diff line change 45
45
{{- if or .Values.ssh.config .Values.ssh.privateKeys }}
46
46
initContainers :
47
47
- name : copy-ssh-secrets
48
- image : " busybox"
48
+ image : " {{ .Values.ssh.image.repository }}:{{ .Values.ssh.image.tag }}"
49
+ imagePullPolicy : {{ .Values.ssh.image.pullPolicy }}
49
50
command :
50
51
- " cp"
51
52
- " -r"
Original file line number Diff line number Diff line change 50
50
{{- if or (or .Values.ssh.config .Values.ssh.privateKeys) .Values.syncProjectCronjob.initContainers }}
51
51
initContainers :
52
52
- name : copy-ssh-secrets
53
- image : " busybox"
53
+ image : " {{ .Values.ssh.image.repository }}:{{ .Values.ssh.image.tag }}"
54
+ imagePullPolicy : {{ .Values.ssh.image.pullPolicy }}
54
55
command :
55
56
- " cp"
56
57
- " -r"
Original file line number Diff line number Diff line change 45
45
{{- if or .Values.ssh.config .Values.ssh.privateKeys }}
46
46
initContainers :
47
47
- name : copy-ssh-secrets
48
- image : " busybox"
48
+ image : " {{ .Values.ssh.image.repository }}:{{ .Values.ssh.image.tag }}"
49
+ imagePullPolicy : {{ .Values.ssh.image.pullPolicy }}
49
50
command :
50
51
- " cp"
51
52
- " -r"
Original file line number Diff line number Diff line change 51
51
config : " "
52
52
mountPath : " /home/pontoon/.ssh"
53
53
54
+ image :
55
+ repository : busybox
56
+ pullPolicy : IfNotPresent
57
+ tag : " latest"
58
+
54
59
replicaCount : 1
55
60
image :
56
61
repository : skillsnetwork/pontoon
You can’t perform that action at this time.
0 commit comments