Skip to content

Commit

Permalink
Merge pull request #36 from utilitywarehouse/upd-git-sync-v400
Browse files Browse the repository at this point in the history
Bump git-sync to v4.0.0
  • Loading branch information
DTLP authored Aug 24, 2023
2 parents b03ebfd + 9461399 commit 0172ea4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions base/grafana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,20 +122,20 @@ spec:
- mountPath: /dashboards
name: dashboards
- name: git-sync
image: registry.k8s.io/git-sync/git-sync:v3.6.5
image: registry.k8s.io/git-sync/git-sync:v4.0.0
env:
- name: GIT_SYNC_REPO
- name: GITSYNC_REPO
value: "[email protected]:utilitywarehouse/grafana-dashboards.git"
- name: GIT_SYNC_DEST
- name: GITSYNC_LINK
value: "repo"
- name: GIT_SYNC_SSH
- name: GITSYNC_SSH
value: "true"
- name: GIT_SYNC_ROOT
- name: GITSYNC_ROOT
value: "/dashboards"
- name: GIT_SYNC_MAX_SYNC_FAILURES
- name: GITSYNC_MAX_FAILURES
value: "5"
- name: GIT_SYNC_WAIT
value: "30"
- name: GITSYNC_PERIOD
value: "30s"
resources:
requests:
cpu: 100m
Expand Down

0 comments on commit 0172ea4

Please sign in to comment.