Merge pull request #228 from weaveworks/updates

Update Grafana and Kubernetes Kind
This commit is contained in:
Stefan Prodan
2019-06-27 10:31:20 +03:00
committed by GitHub
6 changed files with 10 additions and 5 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
apiVersion: v1
name: grafana
version: 1.2.0
appVersion: 5.4.3
version: 1.3.0
appVersion: 6.2.5
description: Grafana dashboards for monitoring Flagger canary deployments
icon: https://raw.githubusercontent.com/weaveworks/flagger/master/docs/logo/flagger-icon.png
home: https://flagger.app
+1 -1
View File
@@ -6,7 +6,7 @@ replicaCount: 1
image:
repository: grafana/grafana
tag: 5.4.3
tag: 6.2.5
pullPolicy: IfNotPresent
service:
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v1
version: 2.1.0
version: 2.2.0
appVersion: 1.4.0
name: podinfo
engine: gotpl
+3
View File
@@ -26,6 +26,9 @@ spec:
hosts:
- {{ .Values.canary.istioIngress.host }}
{{- end }}
trafficPolicy:
tls:
mode: {{ .Values.canary.istioTLS }}
canaryAnalysis:
interval: {{ .Values.canary.analysis.interval }}
threshold: {{ .Values.canary.analysis.threshold }}
+2
View File
@@ -17,6 +17,8 @@ hpa:
canary:
enabled: true
# Istio traffic policy tls can be DISABLE or ISTIO_MUTUAL
istioTLS: DISABLE
istioIngress:
enabled: false
# Istio ingress gateway name
+1 -1
View File
@@ -3,7 +3,7 @@
set -o errexit
REPO_ROOT=$(git rev-parse --show-toplevel)
KIND_VERSION=v0.3.0
KIND_VERSION=v0.4.0
if [[ "$1" ]]; then
KIND_VERSION=$1