Skip to content

Releases: k3s-io/helm-controller

v0.10.2

04 Aug 18:12
Compare
Choose a tag to compare
v0.10.2 Pre-release
Pre-release
  • Bump job image to v0.6.2-build20210803

v0.11.0

13 Jul 23:15
Compare
Choose a tag to compare
Update wrangler to v0.8.3

Signed-off-by: Brad Davidson <[email protected]>

v0.10.1

16 Jun 17:20
9e7a867
Compare
Choose a tag to compare
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

08 Jun 22:40
Compare
Choose a tag to compare
v0.10.0 Pre-release
Pre-release
Add timeout and bump job image

Signed-off-by: Brad Davidson <[email protected]>

v0.9.3

27 May 20:22
9d9518e
Compare
Choose a tag to compare
Merge pull request #99 from galal-hussein/add_tolerations_to_job

Add node role tolerations to bootstrap charts

v0.9.2

19 May 20:20
Compare
Choose a tag to compare
v0.9.2 Pre-release
Pre-release
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

10 May 21:07
Compare
Choose a tag to compare
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

05 May 20:48
Compare
Choose a tag to compare
Escape commas in helm --set-string values; bump job image

For rancher/rke2#948

Signed-off-by: Brad Davidson <[email protected]>

v0.8.4

25 Feb 18:14
4ed68f1
Compare
Choose a tag to compare
Merge pull request #88 from erikwilson/upgrade-klipper-helm

Upgrade klipper-helm image to newest build

v0.8.3

08 Jan 19:28
Compare
Choose a tag to compare
Update klipper-helm image to v0.4.3 for helmv2 stable charts repo URL…