chart-testing-action icon indicating copy to clipboard operation
chart-testing-action copied to clipboard

A GitHub Action to lint and test Helm charts

Results 35 chart-testing-action issues
Sort by recently updated
recently updated
newest added

A quite common pattern on actions is to have a mayor version tag like `v2` that will be pointing to the latest release of that mayor. This makes possible to...

I created a new repository, and named the `master` branch `main`. Running the `lint` command failed with a weird error message: ~~~ … Digest: sha256:b7bb1e485c9a7ff67f448ebf9bb54db2cf49150b4f71a3620a87b8f85c32d2d4 Status: Downloaded newer image for...

not getting what the real problem I am getting this message while running the action is. - I had created a charts repo that contains all helm charts - but...

question

Hello everyone, I just tested this action and find it very useful. When using the `ct install` inside a workflow I have a problem with the [dependencies](https://helm.sh/docs/helm/helm_dependency/#helm-dependency). The chart that...

question

Versions: ``` Run helm/[email protected] with: version: v3.5.0 env: pythonLocation: /opt/hostedtoolcache/Python/3.7.12/x64 LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.7.12/x64/lib ``` I had placed `ct.yaml` in the root of the project but it was not being picked up...

Present tag $MAJOR_VERSION (in this case: v2) pointing to the last released version. In that case all action consumers can stick to the v2 version, without needing to keep track...

Small PR that updates yamllint to a version that shows the line & column numbers in the github action. This was really needed for us to prevent having to run...

size/XS

I noticed that `ct lint` calls yamllint to validate Chart.yaml, but when it spots a warning or an error, it doesn't tell you which line it is: ``` >>> yamllint...

documentation
question

``` >>> helm install charts/noon-backend --name noon-backend-mx5w1vvaju --namespace noon-backend-mx5w1vvaju --wait --timeout 600 Error: release noon-backend-mx5w1vvaju failed: timed out waiting for the condition ====================================================================================== ........................................................................................................................ ==> Events of namespace noon-backend-mx5w1vvaju ...........................................................................................................................

question

Action output in workflow logs crops lint output about specific lines with issues Output in the action logs: ``` Linting chart 'chart-1 => (version: "0.0.0", path: "charts/chart-1")' Validating /path/to/git/repo/charts/chart-1/Chart.yaml... Validation...

documentation
question