reckoner
reckoner copied to clipboard
Declaratively install and manage multiple Helm chart releases
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.24.2 to 0.24.3. Commits ee1a5aa Update dependencies to v0.24.3 tag See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR...
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.24.2 to 0.24.3. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.24.2 to 0.24.3. Commits 2325aaa Update dependencies to v0.24.3 tag See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR...
While looking into using tools like ArgoCD or Flux, we realized that the current `reckoner template` command could be used to generate a set of manifests that are monitored by...
It shouldn't be too difficult to build a list of api-versions from the cluster currently connected (`kubectl api-versions`) and construct a helm template command that includes each of those using...
the version field trips me up a lot. It is great when using a normal chart, but it means commit-ish when pulling from a repo. I often switch between a...
Hey 👋 , first of all, thank you for the work on this project, it's very appreciated. 👍 👍 **Is your feature request related to a problem? Please describe.** I...
This PR fixes https://github.com/FairwindsOps/reckoner/issues/690 and https://github.com/FairwindsOps/reckoner/issues/689, as well as an issue handling errors with templating ## Checklist * [x] I have signed the CLA * [x] I have updated/added any...
### What happened? All quick start instructions seem to start at the point where a user already has the cli downloaded, but I couldn't find specific instructions on how to...
### What happened? Tried to run this course ```yaml schema: v2 namespace: all-hands-system repositories: litellm: git: https://github.com/BerriAI/litellm path: deploy/charts namespace_management: default: settings: overwrite: false releases: - name: litellm repository: litellm...