Skip to content

Commit e1465ca

Browse files
committed
Switch from kubeval to kubeconform
The former appears unmaintained.
1 parent 0f2fff3 commit e1465ca

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

.github/workflows/build.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff 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

ci/helm-chart/values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ serviceAccount:
3434
# Specifies annotations for deployment
3535
annotations: {}
3636

37+
# code-server.labels -- The Deployment labels. See:
38+
# https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
39+
labels: {}
40+
3741
podAnnotations: {}
3842

3943
podSecurityContext: {}

0 commit comments

Comments
 (0)