-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Glasskube Support #29322
Comments
Hi, we (Glasskube) would love to contribute this feature! Do you have any suggestions about where to best get started? |
Hi @kosmoz, that's great to hear! We recommend you implement in this order:
Datasource or Datasource+versioning won't be particularly useful on their own, although potentially someone could already use our custom manager with them for some value. However it simplifies things to work on them and merge incrementally. The final validation would be a real e2e repo test once the manager PR is ready. For datasource, check out the readme and then it can be easiest if you pick an existing datasource which is similar and start by copy/pasting. Here was the most recent datasource addition for reference: #27971 |
I already started working on the versioning scheme in parallel to the datasource, but I'm not sure where to push my changes to best fit your workflow. Should I create a new PR based on |
Yea there should be no overlaps |
|
🎉 This issue has been resolved in version 38.45.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Discussed in #29206
Originally posted by kosmoz May 22, 2024
Tell us more.
Glasskube is a package manager for Kubernetes clusters. Glasskube and Glasskube packages can be managed via GitOps solutions, such as Flux or ArgoCD, in which case our users would love to get notified about updates directly in their repositories.
The text was updated successfully, but these errors were encountered: