Skip to content

Commit 706830d

Browse files
authored
Merge pull request #815 from buildkite/ming/pb-1069-final
PB-1069 final: use buildkite k8s json schema fork and add helm lint in CI
2 parents 7198699 + 87a69a9 commit 706830d

File tree

5 files changed

+23
-23072
lines changed

5 files changed

+23
-23072
lines changed

.buildkite/pipeline.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ steps:
4141
- kubernetes:
4242
podTemplate: go-with-cache
4343

44+
- label: ":helm: lint chart"
45+
key: helm-lint
46+
image: alpine/helm:3.18.3
47+
command: helm lint charts/agent-stack-k8s --set agentToken=test --set image=test:latest
48+
4449
- label: ":docker::buildkite: choose agent image"
4550
key: agent
4651
image: alpine:3.23.0@sha256:51183f2cfa6320055da30872f211093f9ff1d3cf06f39a0bdb212314c5dc7375
@@ -85,6 +90,7 @@ steps:
8590
depends_on:
8691
- tidy
8792
- lint
93+
- helm-lint
8894
- check-code-generation
8995
- agent
9096
- controller
@@ -97,6 +103,7 @@ steps:
97103
depends_on:
98104
- tidy
99105
- lint
106+
- helm-lint
100107
- check-code-generation
101108
- agent
102109
- controller

charts/agent-stack-k8s/schemas/VENDORING.md

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)