Skip to content

Commit 8105859

Browse files
committed
Fix issues caused by bug on kiwigrid
- Kiwigrid has an issue with SSL, which deletes all dashboards from grafana. - Downgrading to a working version (from 1.30.5 to 1.30.3) - Link of the bug: kiwigrid/k8s-sidecar#400 Signed-off-by: V. Aret <[email protected]>
1 parent 0fae436 commit 8105859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/grafana/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,7 @@ sidecar:
959959
# -- The Docker registry
960960
registry: quay.io
961961
repository: kiwigrid/k8s-sidecar
962-
tag: 1.30.5
962+
tag: 1.30.3
963963
sha: ""
964964
imagePullPolicy: IfNotPresent
965965
resources: {}

0 commit comments

Comments
 (0)