Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

Releases: linkyard/concourse-helm-resource

Upgrade to Helm 2.8.2

26 Mar 08:18
acc5c5d
Compare
Choose a tag to compare
  • Upgrade Helm to 2.8.2
  • Upgrade Kubernetes to 1.9.6

Bugfix

22 Dec 15:59
e810322
Compare
Choose a tag to compare

Fix problem with sleeping (use sleep not delay) and namespace for tiller ready.

Support for auto-installing tiller

21 Dec 23:45
70f5794
Compare
Choose a tag to compare

Features (backwards compatible):

  • Will install/upgrade tiller (the server side component of helm) before executing the command #35

Fixes:

  • Fix problem when the first install of a release failed #32 #34

Upgrade to Helm 2.7.2

01 Dec 14:44
46f974b
Compare
Choose a tag to compare
  • Helm 2.7.2
  • Fix problem when upgrading a failed deployment (triggered install instead of upgrade)

Upgrade helm to 2.7.0

07 Nov 11:20
Compare
Choose a tag to compare

Upgrading helm to 2.7.0 (kubernetes is at 1.8.2).

Hide Secrets

07 Nov 11:12
Compare
Choose a tag to compare

Features

  • Hide secret values (additional hide parameter on override_values) #27

Fixes

  • Fix tempdir (files no longer get created in root dir) #26
  • Fix regression with deploying charts from directories #25

Better RBAC comptability

27 Oct 22:33
74476dc
Compare
Choose a tag to compare

Uses kubectl version instead of kubectl get ns to need less roles for the connecting account.

Upgrade to helm 2.6.2

27 Oct 22:22
54d119d
Compare
Choose a tag to compare
  • Helm now at 2.6.2 and Kubernetes at 1.8 (since we updated the parent image)
  • Make fail in config when kubernetes is not reachable to avoid getting a confusing Error: cannot connect to Tiller message

2.6.0

29 Aug 09:35
Compare
Choose a tag to compare
  • Update Helm to 2.6.0
  • Update Kubernetes to 1.7.4
  • Add support for multiple value files (#21)