Skip to content

Commit

Permalink
Upgrade Grafana (8.4.4) & git-sync latest (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcrowe authored Mar 23, 2022
1 parent 395a17e commit ff5f6b1
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.2.1
image: grafana/grafana:8.4.4
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.3.4
image: k8s.gcr.io/git-sync/git-sync:v3.5.0
env:
- name: GIT_SYNC_REPO
value: "[email protected]:utilitywarehouse/grafana-dashboards.git"
Expand Down

0 comments on commit ff5f6b1

Please sign in to comment.