Skip to content

Commit

Permalink
Merge pull request #317 from manzoon/fix/git-sync-image
Browse files Browse the repository at this point in the history
  • Loading branch information
slok authored May 28, 2022
2 parents 2de1935 + 065f4e7 commit 38ac3d0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/kubernetes/helm/sloth/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ description: Base chart for Sloth.
type: application
home: https://github.com/slok/sloth
kubeVersion: ">= 1.19.0-0"
version: 0.5.1
version: 0.5.2
2 changes: 1 addition & 1 deletion deploy/kubernetes/helm/sloth/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ spec:
memory: 75Mi
{{- if .Values.commonPlugins.enabled }}
- name: git-sync-plugins
image: k8s.gcr.io/git-sync/git-sync:v3.3.4
image: {{ .Values.commonPlugins.image.repository }}:{{ .Values.commonPlugins.image.tag }}
args:
- --repo={{.Values.commonPlugins.gitRepo.url}}
- --branch={{.Values.commonPlugins.gitRepo.branch}}
Expand Down
3 changes: 3 additions & 0 deletions deploy/kubernetes/helm/sloth/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ sloth:

commonPlugins:
enabled: true
image:
repository: k8s.gcr.io/git-sync/git-sync
tag: v3.3.4
gitRepo:
url: https://github.com/slok/sloth-common-sli-plugins
branch: main
Expand Down

0 comments on commit 38ac3d0

Please sign in to comment.