Skip to content
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

Feature request: Helm repositories #760

Open
djjudas21 opened this issue Jun 27, 2024 · 0 comments
Open

Feature request: Helm repositories #760

djjudas21 opened this issue Jun 27, 2024 · 0 comments

Comments

@djjudas21
Copy link

djjudas21 commented Jun 27, 2024

My current workflow is to use Fairwinds Nova to detect outdated Helm deployments, and use Nova Exporter to display outdated Helm deployments as alerts in Prometheus. When I get an alert, I manually update my deployment with helm upgrade.

Example output of Nova:

[jonathan@poseidon ~]$ nova find --format table --wide --show-old
Release Name     Chart Name       Namespace       HelmVersion    Installed    Latest     Old      Deprecated
============     ==========       =========       ===========    =========    ======     ===      ==========
argocd           argo-cd          argocd          3              7.3.1        7.3.2      true     false    

When I heard about Keel this week I thought it looked like a really neat solution to automate my existing process, but then I realised, Keel is watching image registries, not Helm repositories, and updating the image alone. In my experience, upgrading a Helm deployment by simply changing the image is potentially unsafe.

I think it would be better if Keel was able to watch Helm repos and then perform actual Helm upgrades using the new Helm chart - which should reference the image it is designed to be compatible with. This will also handle upgrading things that Helm manages other than the container image, e.g. any RBAC rules that may be needed.

I'm no coder, so unfortunately I can't help with the implementation, but I'm happy to test etc. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant