File tree 3 files changed +5
-2
lines changed
deploy/kubernetes/helm/sloth
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ description: Base chart for Sloth.
4
4
type : application
5
5
home : https://github.com/slok/sloth
6
6
kubeVersion : " >= 1.19.0-0"
7
- version : 0.5.1
7
+ version : 0.5.2
Original file line number Diff line number Diff line change 83
83
memory : 75Mi
84
84
{{- if .Values.commonPlugins.enabled }}
85
85
- name : git-sync-plugins
86
- image : k8s.gcr.io/git-sync/git-sync:v3.3.4
86
+ image : {{ .Values.commonPlugins.image.repository }}:{{ .Values.commonPlugins.image.tag }}
87
87
args :
88
88
- --repo={{.Values.commonPlugins.gitRepo.url}}
89
89
- --branch={{.Values.commonPlugins.gitRepo.branch}}
Original file line number Diff line number Diff line change 17
17
18
18
commonPlugins :
19
19
enabled : true
20
+ image :
21
+ repository : k8s.gcr.io/git-sync/git-sync
22
+ tag : v3.3.4
20
23
gitRepo :
21
24
url : https://github.com/slok/sloth-common-sli-plugins
22
25
branch : main
You can’t perform that action at this time.
0 commit comments