We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5d110d commit b746ef4Copy full SHA for b746ef4
helm/charts/vechr-monitoring/Chart.yaml
@@ -8,7 +8,7 @@ keywords:
8
- IoT
9
10
type: application
11
-version: 0.0.3
+version: 0.0.4
12
home: https://github.com/vechr/k8s
13
maintainers:
14
- name: zulfikar
helm/charts/vechr-monitoring/values.yaml
@@ -58,7 +58,7 @@ grafana:
58
port: 3000
59
image:
60
name: grafana/grafana
61
- tag: 10.0.3
+ tag: latest
62
imagePullPolicy: "Always"
63
restartPolicy: "Always"
64
env:
@@ -141,6 +141,7 @@ grafana:
141
142
# you can find more information in here
143
# https://grafana.com/docs/loki/latest/configuration/
144
+
145
loki:
146
enabled: true
147
port: 3100
0 commit comments