File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -31,4 +31,7 @@ vendor/
3131
3232# environment
3333.trivyscan
34- .env
34+ .env
35+
36+ # Helm package
37+ out-helm /
Original file line number Diff line number Diff line change @@ -171,7 +171,8 @@ check-helm-docs:
171171helm-package :
172172# Copy docs into the archive for ArtfactHub, symlink does not work with helm-git
173173 cp CHANGELOG-1.X.md helm/osc-bsu-csi-driver/CHANGELOG.md
174- cp docs/README.md LICENSE helm/osc-bsu-csi-driver/
174+ cp docs/README.md helm/osc-bsu-csi-driver/
175+ cp LICENSES/BSD-3-Clause.txt helm/osc-bsu-csi-driver/LICENSE
175176 helm package helm/osc-bsu-csi-driver -d out-helm
176177 rm helm/osc-bsu-csi-driver/CHANGELOG.md helm/osc-bsu-csi-driver/README.md helm/osc-bsu-csi-driver/LICENSE
177178
You can’t perform that action at this time.
0 commit comments