reckoner icon indicating copy to clipboard operation
reckoner copied to clipboard

Declaratively install and manage multiple Helm chart releases

Results 11 reckoner issues
Sort by recently updated
recently updated
newest added

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=k8s.io/client-go&package-manager=go_modules&previous-version=0.24.2&new-version=0.24.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR...

dependencies
go

Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.24.2 to 0.24.3. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=k8s.io/apimachinery&package-manager=go_modules&previous-version=0.24.2&new-version=0.24.3)](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...

dependencies
go

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=k8s.io/api&package-manager=go_modules&previous-version=0.24.2&new-version=0.24.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR...

dependencies
go

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...

enhancement
pinned
go

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...

enhancement
good first issue
pinned
go

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...

enhancement
pinned
go

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...

enhancement
triage

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...

bug
help wanted
good first issue
documentation

### 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...

bug
triage