Similar in which regard? Containers can be covered by this, but I’m assuming you mean for things like charts?
Comment on GitHub - sergi0g/cup: 🥤Docker container updates made easy
eutampieri@feddit.it 9 months ago
Is there anything similar, but for k8s?
httperror418@lemmy.world 9 months ago
eutampieri@feddit.it 9 months ago
Meaning that I get to see my deployment and check if the image is updated. If not, change the deployment image
moonpiedumplings@programming.dev 5 days ago
I use fluxcd with helmrelease’s which auto update the helm release. If the helm chart versions specify container versions, then updating the helm chart updates the containers in the deployments.
But for raw deployments, I found this, but not much else.
eutampieri@feddit.it 5 days ago
Interesting. I’m using Argo, there may be something similar for it