Replies: 2 comments
-
I'd accept a PR bumping the images but they must be tested first to make sure everything runs correctly. |
Beta Was this translation helpful? Give feedback.
-
I found this discussion because I also wanted to know if the
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I ran into an issue recently where the default size of the pvc wasn't large enough for Prometheus. After resizing the pvc and restarting the relevant pod, I found that it would still error our while starting. It turned out to be a bug that was fixed over a year ago:
prometheus/prometheus#8061
Looking at some of the other images this project uses, it seems there are a number of containers that are also stale:
There are many security vulnerabilities with Grafana 7.0.3 for instance, some labeled critical.
In addition, there are two other containers that don't seem to have a current version tied to the "latest" tag:
This results in downloading the images each time the pod restarts instead of using on-disk cache. It's also not a security "good practice" since we have no tag we can use immutably.
It's easy enough to fix the first list myself, and provide a PR here if that's welcome/wanted, but I'd need to maintain my own version of the containers in the second list if I wanted to set fixed tags.
Thoughts? Are there breaking changes in that first list preventing upgrading?
Beta Was this translation helpful? Give feedback.
All reactions