File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -90,12 +90,10 @@ jobs:
9090 if : needs.changes.outputs.helm == 'true'
9191 steps :
9292 - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
93- - uses : azure /setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1
93+ - uses : bmuschko /setup-kubeconform@e5d264ec1eafe2314e750c429a9da7639dd5a003 # v1.1.0
9494 with :
95- token : ${{ secrets.GITHUB_TOKEN }}
96- version : " v3.19.2"
97- - run : helm plugin install https://github.com/instrumenta/helm-kubeval
98- - run : helm kubeval ci/helm-chart
95+ kubeconform-version : " 0.8.0"
96+ - run : kubeconform ci/helm-chart
9997
10098 lint-ts :
10199 name : Lint TypeScript files
Original file line number Diff line number Diff line change @@ -34,6 +34,10 @@ serviceAccount:
3434# Specifies annotations for deployment
3535annotations : {}
3636
37+ # code-server.labels -- The Deployment labels. See:
38+ # https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
39+ labels : {}
40+
3741podAnnotations : {}
3842
3943podSecurityContext : {}
You can’t perform that action at this time.
0 commit comments