Merge pull request #231 from weaveworks/gloo-0.14.2

Update Gloo and Prometheus
This commit is contained in:
Stefan Prodan
2019-07-02 09:24:14 +03:00
committed by GitHub
3 changed files with 4 additions and 4 deletions

View File

@@ -107,7 +107,7 @@ jobs:
- attach_workspace:
at: /tmp/bin
- run: test/container-build.sh
- run: test/e2e-kind.sh 0.2.1
- run: test/e2e-kind.sh
- run: test/e2e-gloo.sh
- run: test/e2e-gloo-tests.sh

View File

@@ -238,10 +238,10 @@ spec:
serviceAccountName: {{ template "flagger.serviceAccountName" . }}-prometheus
containers:
- name: prometheus
image: "docker.io/prom/prometheus:v2.7.1"
image: "docker.io/prom/prometheus:v2.10.0"
imagePullPolicy: IfNotPresent
args:
- '--storage.tsdb.retention=6h'
- '--storage.tsdb.retention=2h'
- '--config.file=/etc/prometheus/prometheus.yml'
ports:
- containerPort: 9090

View File

@@ -2,7 +2,7 @@
set -o errexit
GLOO_VER="0.14.0"
GLOO_VER="0.14.2"
REPO_ROOT=$(git rev-parse --show-toplevel)
export KUBECONFIG="$(kind get kubeconfig-path --name="kind")"