Skip to content

Commit

Permalink
helm updated with new tiller tunnel
Browse files Browse the repository at this point in the history
  • Loading branch information
rusenask committed Jun 14, 2019
1 parent aed13a4 commit ef0dcc4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions chart/keel/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v1
name: keel
description: Open source, tool for automating Kubernetes deployment updates. Keel is stateless, robust and lightweight.
version: 0.8.5
version: 0.8.6
# Note that we use appVersion to get images tag, so make sure this is correct.
appVersion: 0.14.0
appVersion: 0.14.3-rc1
keywords:
- kubernetes deployment
- helm release
Expand Down
4 changes: 2 additions & 2 deletions chart/keel/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ spec:
# Enable/disable Helm provider
- name: HELM_PROVIDER
value: "1"
- name: TILLER_ADDRESS
value: "{{ .Values.helmProvider.tillerAddress }}"
- name: TILLER_NAMESPACE
value: "{{ .Values.helmProvider.tillerNamespace }}"
{{- end }}
{{- if .Values.gcr.enabled }}
# Enable GCR with pub/sub support
Expand Down
4 changes: 2 additions & 2 deletions chart/keel/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

image:
repository: keelhq/keel
tag: 0.14.2
tag: 0.14.3-rc1
pullPolicy: IfNotPresent

# Enable insecure registries
Expand All @@ -18,7 +18,7 @@ polling:
# Helm provider support
helmProvider:
enabled: true
tillerAddress: "tiller-deploy.kube-system.svc.cluster.local:44134"
tillerNamespace: "kube-system"

# Google Container Registry
# GCP Project ID
Expand Down

0 comments on commit ef0dcc4

Please sign in to comment.