-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.1.0 breaks ct install workflow #56
Comments
Chart testing runs as a container, so I wonder about the endpoint One thing you can experiment with though is to keep the updated action version, but downgrade the ct image: https://github.com/helm/chart-testing-action/blob/master/README.md#L21 - to see if that changes anything. |
I tested it with
So it seems the problem is located in chart-testing-action. Most likely due to the removal of the |
Hm, the copy should copy the whole directory after that change, and not only the kubeconfig file - which was the reason for the change in #46 - how does the contents of the directory which "${{ steps.k8s.outputs.kubeconfig }}" reside in look like? |
@steven-sheehy ping? any update - or did you get it to work? |
No, it still doesn't work. I worked around it by downgrading to 1.0.0. Here's the ls output you requested:
|
This should solve itself with v2.0.0 as it simply installs and makes |
Closing this as it was fixed in v2.x |
Running the below GitHub action workflow that spins up k3s and runs
ct install
against it. After upgrading chart-testing-action from v1.0.0 to v1.1.0, it fails with the below error. Downgrading back to v1.0.0 and it succeeds. Was there some breaking change that I need to adjust something?GitHub action workflow:
Error:
ct config:
The text was updated successfully, but these errors were encountered: