Skip to content

Commit

Permalink
fix: investigate helm lint
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
  • Loading branch information
hlts2 committed Feb 1, 2024
1 parent 3b2c24b commit e9e106a
Showing 1 changed file with 0 additions and 54 deletions.
54 changes: 0 additions & 54 deletions .github/workflows/helm-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
name: "Run Helm lint"
on:
pull_request:
paths:
- "charts/**"

jobs:
dump-contexts-to-log:
Expand All @@ -29,58 +27,6 @@ jobs:
detect-ci-container:
uses: ./.github/workflows/_detect-ci-container.yml

lint-vald-chart:
name: lint for vald chart
runs-on: ubuntu-latest
needs: [detect-ci-container]
container:
image: ghcr.io/vdaas/vald/vald-ci-container:${{ needs.detect-ci-container.outputs.TAG_NAME }}
steps:
- name: Check out code.
uses: actions/checkout@v4

- name: set git config
run: |
git config --global --add safe.directory ${GITHUB_WORKSPACE}
- uses: ./.github/actions/setup-go

- uses: ./.github/actions/setup-helm

- name: Generate schema for charts/vald
run: |
make helm/schema/vald
- name: Run lint for charts/vald
run: |
helm lint charts/vald
lint-vald-helm-operator-chart:
name: lint for vald-helm-operator chart
runs-on: ubuntu-latest
needs: [detect-ci-container]
container:
image: ghcr.io/vdaas/vald/vald-ci-container:${{ needs.detect-ci-container.outputs.TAG_NAME }}
steps:
- name: Check out code.
uses: actions/checkout@v4

- name: set git config
run: |
git config --global --add safe.directory ${GITHUB_WORKSPACE}
- uses: ./.github/actions/setup-go

- uses: ./.github/actions/setup-helm

- name: Generate schema for charts/vald-helm-operator
run: |
make helm/schema/vald-helm-operator
- name: Run lint for charts/vald-helm-operator
run: |
helm lint charts/vald-helm-operator
lint-values-schema:
name: lint for values schema
runs-on: ubuntu-latest
Expand Down

0 comments on commit e9e106a

Please sign in to comment.