Skip to content

Commit

Permalink
fix: missing docker volume, wrong helm chart path
Browse files Browse the repository at this point in the history
  • Loading branch information
luigibarbato committed Feb 2, 2023
1 parent 1fbc13d commit 6a3ff53
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,11 @@ steps:
- git clean -f
- curl -sL https://git.io/goreleaser | bash

volumes:
- name: dockersock
host:
path: /var/run/docker.sock

---
name: release-helm-chart
kind: pipeline
Expand Down Expand Up @@ -194,7 +199,7 @@ steps:
# see: https://github.com/helm/chart-releaser/issues/187
- mkdir -p .cr-index
# Package the chart into a tar.gz
- cr package ./chart
- cr package ./helm_chart
# Upload the tar.gz to a GitHub release
- cr upload --skip-existing
# Update the index.yaml and push it to GitHub Pages
Expand Down

0 comments on commit 6a3ff53

Please sign in to comment.