Hey folks, I'm trying to understand the difference...
# ask-the-community
j
Hey folks, I'm trying to understand the difference between flyteadmin and flyteadmin-release. Is the latter specifically for helm?
e
The latter is tied to a specific Flyte release, @James Timmins.
So it's better tested, supported, etc.
The flyteadmin (and similar images, flytepropeller, flytecopilot, etc) used to be released on merges toaster before the move to the monorepo, but that's no longer the case.
j
Thanks for the response @Eduardo Apolinario (eapolinario). Is flyteadmin created every time flyteadmin gets a new merge? I note that flyte and flyteadmin-release are on 1.10.0, whereas flyteadmin is on 1.10.5 and didn't have a 1.10.0 release.
e
No, the flyteadmin and flyteadmin-release images are not related. The latter follows the Flyte releases, whereas the former is an artifact of the pre-monorepo world. We're fixing this confusion and going forward we're only going to have one kind of image that follows semver (the images that contain the -release suffix).
j
Got it, that's very helpful. Thanks!