Skip to content

Commit

Permalink
Move to tiller 2.12.1
Browse files Browse the repository at this point in the history
Tiller 2.12 [0] adds:

- kubernetes 1.11 support
- fix for a concurrency issue [1]

[0]: https://github.com/helm/helm/releases/tag/v2.12.0
[1]: helm/helm#4828

Change-Id: I99ddd9d105b81177d3b7e5691afebbcca97c119f
  • Loading branch information
seaneagan committed Jan 11, 2019
1 parent dd75474 commit e6f294b
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 47 deletions.
2 changes: 1 addition & 1 deletion armada/handlers/tiller.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
from armada.handlers import test
from armada.utils.release import label_selectors, get_release_status

TILLER_VERSION = b'2.10.0'
TILLER_VERSION = b'2.12.1'
GRPC_EPSILON = 60
LIST_RELEASES_PAGE_SIZE = 32
LIST_RELEASES_ATTEMPTS = 3
Expand Down
94 changes: 49 additions & 45 deletions hapi/services/tiller_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/helm-hapi.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

HELM_BRANCH='release-2.10'
HELM_BRANCH='release-2.12'

git clone https://github.com/helm/helm ./helm -b $HELM_BRANCH

Expand Down

0 comments on commit e6f294b

Please sign in to comment.