File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11charts /
2+ .vscode
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 0.1.0
18+ version : 0.1.1
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ grafana:
283283 disableDeletion : false
284284 editable : true
285285 options :
286- path : /var/lib/grafana/dashboards/default
286+ path : /var/lib/grafana/dashboards/default
287287 - name : " prometheus"
288288 orgId : 1
289289 folder : " Prometheus"
@@ -348,6 +348,8 @@ loki:
348348 region : " region-1"
349349 accessKeyId : " clops-test-key"
350350 secretAccessKey : " SUPERSECRETKEY"
351+ s3ForcePathStyle : true
352+ insecure : false
351353 gcs :
352354 chunkBufferSize : 0
353355 requestTimeout : " 0s"
@@ -529,7 +531,7 @@ prometheus-blackbox-exporter:
529531 # # https://github.com/coreos/prometheus-operator for each target
530532 # #
531533 enabled : true
532-
534+
533535 # # If true, a ServiceMonitor CRD is created for a prometheus operator
534536 # # https://github.com/coreos/prometheus-operator for blackbox-exporter itself
535537 # #
You can’t perform that action at this time.
0 commit comments