Skip to content

Commit

Permalink
update helm lint action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sl1pm4t committed Dec 6, 2023
1 parent 6ec703c commit a2c8d0d
Showing 1 changed file with 28 additions and 23 deletions.
51 changes: 28 additions & 23 deletions .github/workflows/k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,36 +10,41 @@ jobs:
name: helm-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: helm-lint-dex
uses: stefanprodan/[email protected]
- uses: actions/checkout@v4

- uses: alexellis/setup-arkade@v1

- uses: alexellis/arkade-get@master
with:
helmv3: 3.0.0
run: |
helmv3 lint charts/dex
kubectl: latest
kustomize: latest
kubeconform: latest
kubeval: latest
helm: latest
jq: latest
yq: latest

- name: helm-lint-dex
run: |
helm lint charts/dex
- name: helm-lint-dex-k8s-auth
uses: stefanprodan/[email protected]
with:
helmv3: 3.0.0
command: |
helmv3 lint charts/dex-k8s-authenticator
run: |
helmv3 lint charts/dex-k8s-authenticator
- name: helm-template
uses: stefanprodan/[email protected]
with:
helmv3: 3.0.0
command: |
helmv3 template charts/dex --output-dir /github/workspace/rendered-charts/dex
helmv3 template charts/dex-k8s-authenticator --output-dir /github/workspace/rendered-charts/dex-k8s-authenticator
run: |
helm template charts/dex --output-dir /github/workspace/rendered-charts/dex
helm template charts/dex-k8s-authenticator --output-dir /github/workspace/rendered-charts/dex-k8s-authenticator
- name: kubeval
uses: stefanprodan/[email protected]
with:
helmv3: 3.0.0
command: |
kubeval -d /github/workspace/rendered-charts --strict --ignore-missing-schemas
run: |
kubeval -d /github/workspace/rendered-charts --strict --ignore-missing-schemas
e2e:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: setup-kind
uses: engineerd/[email protected]
with:
Expand Down

0 comments on commit a2c8d0d

Please sign in to comment.