Releases: k3s-io/helm-controller
Releases · k3s-io/helm-controller
v0.10.3
- Bump job image to fix regression caused by k3s-io/klipper-helm#29.
HELM_TLS_CA_CERT is only used by helm v2; helm v3 uses standard golang SSL_CERT_FILE
v0.10.2
v0.11.0
Update wrangler to v0.8.3 Signed-off-by: Brad Davidson <[email protected]>
v0.10.1
Bump job image to include helm-set-status plugin (#103) * Bump job image to include helm-set-status plugin Signed-off-by: Brad Davidson <[email protected]>
v0.10.0
Add timeout and bump job image Signed-off-by: Brad Davidson <[email protected]>
v0.9.3
Merge pull request #99 from galal-hussein/add_tolerations_to_job Add node role tolerations to bootstrap charts
v0.9.2
Fix helm arg processing of empty strings We were misusing the IntOrStr type and just blindly assuming that anything with an empty StrVal was an integer, when there is a specific Type field to tell us if it is an integer or not. We were also less flexible than Helm when handling booleans, and didn't handle null properly either. Signed-off-by: Brad Davidson <[email protected]>
v0.9.1
Make DefaultJobImage var instead of const We want to be able to override the default at runtime for k3s-io/k3s#3281 Signed-off-by: Brad Davidson <[email protected]>
v0.9.0
Escape commas in helm --set-string values; bump job image For rancher/rke2#948 Signed-off-by: Brad Davidson <[email protected]>
v0.8.4
Merge pull request #88 from erikwilson/upgrade-klipper-helm Upgrade klipper-helm image to newest build