From ef0dcc4703b8c0fcb76ef509239bce5a39b87893 Mon Sep 17 00:00:00 2001 From: Karolis Rusenas Date: Fri, 14 Jun 2019 09:47:23 +0100 Subject: [PATCH 1/2] helm updated with new tiller tunnel --- chart/keel/Chart.yaml | 4 ++-- chart/keel/templates/deployment.yaml | 4 ++-- chart/keel/values.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/chart/keel/Chart.yaml b/chart/keel/Chart.yaml index a16cbbab..295324ee 100644 --- a/chart/keel/Chart.yaml +++ b/chart/keel/Chart.yaml @@ -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 diff --git a/chart/keel/templates/deployment.yaml b/chart/keel/templates/deployment.yaml index 2dd066b3..3bfa310f 100644 --- a/chart/keel/templates/deployment.yaml +++ b/chart/keel/templates/deployment.yaml @@ -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 diff --git a/chart/keel/values.yaml b/chart/keel/values.yaml index cbf9018f..8aea18fc 100644 --- a/chart/keel/values.yaml +++ b/chart/keel/values.yaml @@ -4,7 +4,7 @@ image: repository: keelhq/keel - tag: 0.14.2 + tag: 0.14.3-rc1 pullPolicy: IfNotPresent # Enable insecure registries @@ -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 From 461ca740320169f05491919649d1ba7371c5639d Mon Sep 17 00:00:00 2001 From: Karolis Rusenas Date: Fri, 14 Jun 2019 09:47:32 +0100 Subject: [PATCH 2/2] sunstone template updated --- deployment/deployment-template.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deployment/deployment-template.yaml b/deployment/deployment-template.yaml index 02a28d40..ae12a867 100644 --- a/deployment/deployment-template.yaml +++ b/deployment/deployment-template.yaml @@ -162,11 +162,11 @@ spec: - name: AUTHENTICATED_WEBHOOKS value: "{{ .authenticated_webhooks | default "false" }}" # Helm configuration - {{ if.tiller_address }} + {{ if.tiller_namespace }} - name: HELM_PROVIDER value: "1" - - name: TILLER_ADDRESS - value: "{{ .tiller_address }}" + - name: TILLER_NAMESPACE + value: "{{ .tiller_namespace }}" {{ end}} # Enable AWS ECR - name: AWS_ACCESS_KEY_ID