Skip to content
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

Use default k3d (latest) in our build pipes #855

Merged
merged 1 commit into from Mar 23, 2022
Merged

Use default k3d (latest) in our build pipes #855

merged 1 commit into from Mar 23, 2022

Conversation

kuritka
Copy link
Collaborator

@kuritka kuritka commented Mar 23, 2022

k3d-action repeatedly crashed, thats why had to downgrad k3d to v5.1.0. I found out that the problem occurs if we import several images into k3d in a row. The issue for that is opened here.

I have reverted our build pipes to use the latest k3d-action (currently k3d v5.3.0) and set the import command to work with --mode=tools-node.

Signed-off-by: kuritka kuritka@gmail.com

k3d action repeatedly crashed. I found out that the problem occurs if we import several images into k3d in a row.
The issue for that is opened [here](k3d-io/k3d#1020).

I have reverted our build pipes to use the latest k3d-action (currently k3d v5.3.0) and set the import command to work with `--mode=tools-node`.

remove k3d-version: v5.1.0

mode tools fix

Signed-off-by: kuritka <kuritka@gmail.com>
@kuritka kuritka merged commit 5934bb9 into master Mar 23, 2022
@kuritka kuritka deleted the test branch March 23, 2022 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants