Coder Social home page Coder Social logo

Comments (4)

hiddeco avatar hiddeco commented on June 11, 2024

Are you only interested in running the helm-controller (and source-controller) to drive automated Helm releases, or do you want the "GitOps experience" as well (which requires kustomize-controller)?

from helm-controller.

kiich avatar kiich commented on June 11, 2024

Hey @hiddeco
We are currently looking just to use helm-controller and source-controller for now - so no gitops experience - we are currently using helm-operator and looking to replicate what we do there which is helm install.

After having further look though, we've found https://github.com/fluxcd/helm-controller/tree/main/config which seems to have the manifests files - are these what flux install --export produces? Can we just helm package these up (with some additional helm chart files of course)?

from helm-controller.

hiddeco avatar hiddeco commented on June 11, 2024

Yes, that is indeed what you probably want to do. To get an idea how the manifests are build, refer to the following:

https://github.com/fluxcd/helm-controller/blob/main/Makefile#L29-L30

https://github.com/fluxcd/helm-controller/blob/main/Makefile#L37-L39

I would be cautious with deploying the Custom Resource Definitions using Helm however, as you may know that Helm's lifecycle of those resources is not the best, and additions to the definitions MAY be made for MINOR releases.

from helm-controller.

kiich avatar kiich commented on June 11, 2024

Thanks for your recommendation @hiddeco - we shall refer to the lines.
And thanks for the heads up on CRD via helm - we used to do this via the crd-install hook in helm2 but good to know other approaches in helm 3. Both to be fair sounds like another layer to worry about so we might end up going via the flux cli in the end (which i assume handles these dependencies correctly?).

But it's good to get the full picture - thanks again. Closing this.

from helm-controller.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.