Skip to content
Snippets Groups Projects
Commit ec915d4d authored by Steven Sheehy's avatar Steven Sheehy Committed by Cyril Tovena
Browse files

Fix publish-helm failure (#665)

parent be666489
No related branches found
No related tags found
No related merge requests found
......@@ -242,8 +242,8 @@ helm:
@set -e; \
helm init -c; \
for chart in $(CHARTS); do \
helm lint $$chart; \
helm dependency build $$chart; \
helm lint $$chart; \
helm package $$chart; \
done
rm -f production/helm/*/requirements.lock
......@@ -311,4 +311,4 @@ push-plugin: build-plugin
docker plugin push grafana/loki-docker-driver:$(PLUGIN_TAG)
enable-plugin:
docker plugin enable grafana/loki-docker-driver:$(PLUGIN_TAG)
\ No newline at end of file
docker plugin enable grafana/loki-docker-driver:$(PLUGIN_TAG)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment