flux-local
flux-local copied to clipboard
flux-local is a set of tools and libraries for managing a local flux gitops repository focused on validation steps to help improve quality of commits, PRs, and general local testing.
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Ignored or Blocked These are blocked by an existing closed PR and will...
Hello! This error sometimes appears for an unknown reason about 1 time per 10 starts. I'm using version 5.2.0, but I observed this on version 5.1.0 as well. ``` DEBUG:flux_local.tool.visitor:Inflating...
Example run: https://github.com/allenporter/k8s-gitops/actions/runs/5099732326/jobs/9167613119 The output is so large it fails the action. We should instead have an option to truncate the diff and return a partial result.
We have added a private helm repository to our flux deployment. Flux gets its credentials from a secret in the kubernetes cluster (which is therefore of course not available to...
I have "work in progress" `.wip/` directories in my local repo that are included in my .gitignore. As these are work in progress, they may be in a state that...
Issue #483
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ ``` Warning: The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ ```
https://github.com/onedr0p/home-ops/actions/runs/7304107954/job/19905782487?pr=6596 Given a rep at `/github/workspace/pull/` running the following command from `/github/workspace` will fail ``` $ flux-local --log-level DEBUG diff kustomization --unified 6 --path-orig default/kubernetes/main --path pull/kubernetes/main --strip-attrs "helm.sh/chart,checksum/config,app.kubernetes.io/version,chart" --limit-bytes...
Incorporate the library https://github.com/willthames/kubernetes-validate to run against the built objects and ensure they are valid k8s objects against the schema. This likely makes sense for the `test` command. This may...
This patch adds minimal support for parsing HelmRelease objects with a `chartRef` field instead of a `chart`. There is no support for processing such releases in any way, but at...