Add GitHub Actions to publish helm chart (#257)
Lint and Test Charts / lint-test (push) Has been cancelled
Lint and Test Charts / lint-test (push) Has been cancelled
* Add chart workflows (#1) * Add chart workflows * Fix publishing step in CI Signed-off-by: David Young <[email protected]> * Update CI on push-to-master (#3) * Put helm installation step in the correct CI job Signed-off-by: David Young <[email protected]> * Put helm installation step in the correct CI job (#4) * Update on-push-master-publish-chart.yml * Remove references to certmanager dependency Signed-off-by: David Young <[email protected]> * Add ability to customize kube-rbac-proxy image Signed-off-by: David Young <[email protected]> * Only install cert-manager if we're going to spin up KinD Signed-off-by: David Young <[email protected]>
This commit is contained in:
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker run --rm -it -w /repo -v $(pwd):/repo quay.io/helmpack/chart-testing ct lint --all --config charts/.ci/ct-config.yaml
|
||||
Reference in New Issue
Block a user