-
the `cr.sh` script creates the worktree for gh-pages branch fails when the `gh-pages` doesn't yet exist.
We should add some logic to check if it exists, and if not, add it, rather than fail
htt…
-
### Terraform, Provider, Kubernetes and Helm Versions
```
Terraform version: 1.5.4
Provider version: 2.11.0
Kubernetes version: 1.25
```
### Affected Resource(s)
- helm_release
#…
-
@TCeason main parts of operator code contains in `cmd` and `pkg` directories,
I you want to help
you can try to help us with Helm chart
feel free continue work with https://github.com/Altinity/clic…
-
### Provide environment information
```bash
❯ asdf info
No preset version installed for command python3
Please install a version by running one of the following:
asdf install python 3.11.6
or…
-
I encountered an issue where the diagnostics in helm-ls only appear after reopening a template file. When I initially open or edit a Helm template, the diagnostics (such as errors or warnings) are not…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Repository problems
These pr…
-
https://aquaproj.github.io/ looks like a decent binary installer, which might be a useful fallback strategy, especially for go tools
Its github action installer is reasonable, but not as mature as …
-
Output file permissions are currently set to `0700` on creation for both files and directories. Typically, files are created as `0644` and directories as `0755`, at least that's the default behavior …
-
The job config yaml https://github.com/alingse/go-linter-runner/blob/main/jobs/alingse-makezero.yaml
```
name: alingse-makezero
linter: makezero
workdir: .
install: go install github.com/alingse…
-
Currently we only support a single git repo with `dags.gitSync`, we should consider extending this to allow for multiple dags git repos, if this can be done with minimal impact to the values structure…