diff options
| author | Bryce Lampe <brycelampe@gmail.com> | 2022-06-05 21:51:50 -0700 |
|---|---|---|
| committer | Bryce Lampe <brycelampe@gmail.com> | 2022-06-05 22:00:46 -0700 |
| commit | 44885942f5b1d87b7f5a60d56ec42dab4d1eee3d (patch) | |
| tree | 9c9b6494330af8959d8b22c214162e56d4948b8c /.github/workflows | |
| parent | a30f7148a57b718d320e74ec14c8a42b27e2dc2c (diff) | |
| download | seaweedfs-csi-driver-44885942f5b1d87b7f5a60d56ec42dab4d1eee3d.tar.xz seaweedfs-csi-driver-44885942f5b1d87b7f5a60d56ec42dab4d1eee3d.zip | |
Fix broken Helm template
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/dev.yaml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/.github/workflows/dev.yaml b/.github/workflows/dev.yaml index 8893be2..3888aab 100644 --- a/.github/workflows/dev.yaml +++ b/.github/workflows/dev.yaml @@ -2,7 +2,7 @@ name: dev Docker images on: push: - branches: [ master ] + branches: [master] # Build on PR pull_request: @@ -69,3 +69,13 @@ jobs: platforms: linux/amd64, linux/arm, linux/arm64, linux/386 tags: ${{ steps.docker_meta.outputs.tags }} labels: ${{ steps.docker_meta.outputs.labels }} + helm: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v2 + - name: Helm check + uses: igabaydulin/helm-check-action@0.1.4 + env: + CHART_LOCATION: ./deploy/helm/seaweedfs-csi-driver + CHART_VALUES: ./deploy/helm/seaweedfs-csi-driver/values.yaml |
