We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On upgrading my standalone Loki chart from 6.7.1 to 6.7.2, helm fails with:
Error: create: failed to create: Request entity too large: limit is 3145728
I'm running helm via terraform plugin. The error is usually thrown when a binary file is accidentally included in the chart.
The text was updated successfully, but these errors were encountered:
I think the file in question is this ~13Mi sized one:
loki\src\helm-test\helm-test
Sorry, something went wrong.
Upstream reported at grafana/loki#13633.
steps to reproduce:
~ helm repo add grafana https://grafana.github.io/helm-charts ... ~ helm repo update ... ~ helm pull grafana/loki --version 6.7.2 --untar ... ~ du -sh loki 15M loki
Stumbled upon the same error when trying to install Loki with
helm upgrade --install --values loki-values.yaml loki --namespace=logging grafana/loki
Adding --version 6.7.3 solved it for me.
--version 6.7.3
Closing as this issue has been resolved in Loki v6.7.3. Thanks!
No branches or pull requests
On upgrading my standalone Loki chart from 6.7.1 to 6.7.2, helm fails with:
I'm running helm via terraform plugin. The error is usually thrown when a binary file is accidentally included in the chart.
The text was updated successfully, but these errors were encountered: