Releases: k3s-io/helm-controller
Releases · k3s-io/helm-controller
v0.10.2
- Bump job image to v0.6.2-build20210803
v0.11.0
Update wrangler to v0.8.3
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
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 <brad.davidson@rancher.com>
v0.10.0
Add timeout and bump job image
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
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 <brad.davidson@rancher.com>
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 <brad.davidson@rancher.com>
v0.9.0
Escape commas in helm --set-string values; bump job image
For rancher/rke2#948
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
v0.8.4
Merge pull request #88 from erikwilson/upgrade-klipper-helm
Upgrade klipper-helm image to newest build
v0.8.3
Update klipper-helm image to v0.4.3 for helmv2 stable charts repo URL…