Y
Hacker News
new
|
ask
|
show
|
jobs
by
jonfw
864 days ago
We use helm which gives all of the version control we’ve ever needed
1 comments
glitchcrab
864 days ago
So how do you manage the versions of helm charts you have installed? Or are you manually running helm install from a local machine?
link
jonfw
864 days ago
We either install a new version of a helm chart, or we roll back. we have rollback jobs to roll back, and our CI/CD pipelines or our maintenace jobs do the install of the new version, depending on whether it's our app or a dependency
link