tinkerbell / playground

Example deployments of the Tinkerbell Stack for use as playground environments
Apache License 2.0
126 stars 85 forks source link

Use a stable image for tink-server, tink-worker and tink-cli #146

Closed moadqassem closed 1 year ago

moadqassem commented 1 year ago

Description

The current image that is used in the main branch doesn't work due to the issue which is reported here: https://github.com/tinkerbell/sandbox/issues/143. There was a PR which addressed this issue already which can be found here https://github.com/tinkerbell/tink/pull/632. This PR uses the latest tink-server, tink-worker and tink-cli which has the fix already in place.

Why is this needed

Fixes: #

How Has This Been Tested?

How are existing users impacted? What migration steps/scripts do we need?

I haven't updated any other components or image except the tink image.

Checklist:

I have:

moadqassem commented 1 year ago

Thanks @moadqassem !

Sure thing, btw, is there any kinda process for backporting things into previous releases?