-
Notifications
You must be signed in to change notification settings - Fork 233
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
Update deploy.yaml #393
Update deploy.yaml #393
Conversation
change it to persistent storage, updated to latest image, thats about it. This is done for a better first time user experience, so they won't loose their configurations after a provider reboot.
please don't use akash aggressively caches the images, so ideally use the version tag there. |
so lets use uptime kuma as an example here... you are saying its better to run a version that is 1 year old, rather than a new version that was updated a few weeks ago... why is that better.... why does it matter that it akash providers cache the latest, can't be worse than running an old version, without fixes for modern security considerations. if its such an issue, shouldn't there be a time limit on the caching... rather than just making all templates flawed. |
The issue lies in how Akash handles Docker images tagged as
Without this explicit identifier, Akash might use an outdated Furthermore, Akash doesn't automatically update Docker images. So if you've been running an image tagged as For what it's worth, there's an upcoming fix for this non-standard behavior; the behavior of the Until that happens, it's advisable to use images with known, specific tags. Using the |
i surrender lol
okay you win... i fixed it.. |
Co-authored-by: Luis Lopes <josluis.lopes@gmail.com>
This template is working and ready to be merged @arno01 |
change it to persistent storage, updated to latest image, thats about it.
This is done for a better first time user experience, so they won't loose their configurations after a provider reboot.
Have tested that it works and is actually persistent across provider reboots, have not run extensive testing tho.
seems fine and i doubled storage space just to be on the safe side, 512MB seemed a bit low, incase somebody was to add a lot of stuff to it...
the original storage was reduced from 512MB to 128MB, since it is mandatory and thus cannot be completely removed.