Vladimir Varankin
Vladimir Varankin
Mimir doesn't itself provision minio. Instead, minio is installed as the chart's [dependency][1]. You can pass any values `minio` chart supports, as normal values. E.g. ``` % helm template test-mimir...
Will close the issue. Please re-open if you think we're missing something and the issue still needs fixing.
I didn't manage to reproduce this, using exact values from the description ``` › helm install mmr grafana/mimir-distributed --version 5.2.1 --values 7531-values.yaml --namespace test-monitoring ··· › kubectl -n test-monitoring get...
Any progress here?
One of the CI's checks runs the tests against Go 1.18 (or older). This is a bit unexpected, given that go.mod defines `go 1.19` as the compatible version: ``` note:...
> Where are you quoting that from? I can't find it in the Prometheus repo. @bboreham this was from the [CI's output][1]. But if I attempt to build a package...
> this is maybe not the best user experience On the one hand, I absolutely agree; this page is very technical and not too user-friendly, imho. But, when worked on...
This exact issue blocks us from introdusing custom `ruleguard` rules (through golangci-lint + goritic). We maintain a centralized Docker image with golangci-lint and its configuration, that the org sees as...
The similar technic could be implemented for CSS. This would be useful with dynamic CSS-bundles loading, to prevent from adding CSS-styles for blocks, that are already on the page. ```...
> Alternatively, we could just add a member on each Sample that caches the value and limit the need to sync to only initialization time at the cost of an...