-
Notifications
You must be signed in to change notification settings - Fork 303
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
Add mealie
to community
train
#1701
Conversation
7749e5f
to
a305fc9
Compare
d060c0f
to
5e8e793
Compare
195cc03
to
f345238
Compare
f5f4390
to
4fa8f75
Compare
4fa8f75
to
16a2da8
Compare
|
||
def newer_mapping(image_tags): | ||
key = list(image_tags.keys())[0] | ||
tags = {t.strip('v'): t for t in image_tags[key] if RE_STABLE_VERSION.fullmatch(t)} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am doubtful this will work..it will work similarly with v1.0.0-RC1.1
and v1.0.0-BETA
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Plan is to only automatically upgrade to the next "stable" release.
RC versions don't have a specific format, so we can't really account for that.
I'm hoping that there won't be another RC release upstream, but if it does we can upgrade that one manual once.
16a2da8
to
bfac0c7
Compare
bfac0c7
to
f2b7ad7
Compare
f2b7ad7
to
9545c63
Compare
9545c63
to
9d32f5f
Compare
Closes https://github.com/truenas/charts/issues/1669
https://ixsystems.atlassian.net/browse/TNCHARTS-322
Depends on #1702, so it can use the storageOptions template.