No description
  • Shell 66.2%
  • Dockerfile 33.4%
  • Makefile 0.4%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Brad Davidson c7185fd8f2 Add retry failure policy support
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2026-07-21 22:53:06 -07:00
.github Use CNCF 8 core runner if available 2026-06-25 09:11:52 -07:00
scripts Add go.mod CVE override mechanism to the Helm build (fix x/net CVEs) (#137) 2026-07-09 13:26:07 -04:00
updatecli chore: Update key "version" from file "/tmp/updatecli/github/k3s-io/k... 2023-05-05 18:16:40 +00:00
.dockerignore Update ignore files 2025-01-16 09:17:48 -08:00
.gitignore Update ignore files 2025-01-16 09:17:48 -08:00
Dockerfile Bump golang from 1.25-alpine3.24 to 1.26-alpine3.24 2026-07-14 18:55:04 -07:00
entry Add retry failure policy support 2026-07-21 22:53:06 -07:00
go-mod-overrides Add go.mod CVE override mechanism to the Helm build (fix x/net CVEs) (#137) 2026-07-09 13:26:07 -04:00
LICENSE Initial commit 2019-02-04 15:13:32 -07:00
Makefile Remove Dapper 2025-01-16 09:17:48 -08:00
README.md Update README 2026-04-10 10:55:03 -07:00

klipper-helm

This repo builds the image that runs helm install/upgrade/remove operations for the helm controller built in to K3s and RKE2. The approach is extremely simple. This is just a single shell script.

Building

make

Contact

For bugs, questions, comments, corrections, suggestions, etc., open an issue in k3s-io/helm-controller.