Skip to content

Commit

Permalink
update grafana and git-sync to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
george-angel committed Oct 16, 2021
1 parent 1417e09 commit 395a17e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base/grafana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
fsGroup: 65533 # to make SSH key readable
containers:
- name: grafana
image: grafana/grafana:8.1.6
image: grafana/grafana:8.2.1
env:
- name: GF_SERVER_ROOT_URL
value: https://demo-grafana.com
Expand Down Expand Up @@ -122,7 +122,7 @@ spec:
- mountPath: /dashboards
name: dashboards
- name: git-sync
image: k8s.gcr.io/git-sync/git-sync:v3.2.2
image: k8s.gcr.io/git-sync/git-sync:v3.3.4
env:
- name: GIT_SYNC_REPO
value: "[email protected]:utilitywarehouse/grafana-dashboards.git"
Expand Down

0 comments on commit 395a17e

Please sign in to comment.