From 6f0f8a2c6a2ba59f5ed87c7844bffba893a3e843 Mon Sep 17 00:00:00 2001 From: Daniel Holbach Date: Tue, 21 May 2019 16:18:42 +0200 Subject: [PATCH] update scope images to 1.11.0 Signed-off-by: Daniel Holbach --- examples/cri/deploy.yaml | 2 +- examples/cri/ds.yaml | 2 +- examples/docker/docker-compose-probe-v1.yml | 2 +- examples/docker/docker-compose-probe-v2.yml | 2 +- examples/k8s/deploy.yaml | 2 +- examples/k8s/ds.yaml | 2 +- examples/k8s/probe-deploy.yaml | 2 +- examples/mesos/minimesos.json | 2 +- site/installing.md | 4 ++-- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/examples/cri/deploy.yaml b/examples/cri/deploy.yaml index 59499e849..1039bd04c 100644 --- a/examples/cri/deploy.yaml +++ b/examples/cri/deploy.yaml @@ -25,7 +25,7 @@ spec: args: - '--no-probe' env: [] - image: weaveworks/scope:1.10.2 + image: weaveworks/scope:1.11.0 imagePullPolicy: IfNotPresent ports: - containerPort: 4040 diff --git a/examples/cri/ds.yaml b/examples/cri/ds.yaml index bbb1431cc..830c2c609 100644 --- a/examples/cri/ds.yaml +++ b/examples/cri/ds.yaml @@ -34,7 +34,7 @@ spec: fieldRef: apiVersion: v1 fieldPath: spec.nodeName - image: weaveworks/scope:1.10.2 + image: weaveworks/scope:1.11.0 imagePullPolicy: IfNotPresent securityContext: privileged: true diff --git a/examples/docker/docker-compose-probe-v1.yml b/examples/docker/docker-compose-probe-v1.yml index ecb92d6b3..415f9c692 100644 --- a/examples/docker/docker-compose-probe-v1.yml +++ b/examples/docker/docker-compose-probe-v1.yml @@ -1,5 +1,5 @@ probe: - image: weaveworks/scope:1.10.2 + image: weaveworks/scope:1.11.0 net: "host" pid: "host" privileged: true diff --git a/examples/docker/docker-compose-probe-v2.yml b/examples/docker/docker-compose-probe-v2.yml index ea588c7c0..7fc777546 100644 --- a/examples/docker/docker-compose-probe-v2.yml +++ b/examples/docker/docker-compose-probe-v2.yml @@ -1,7 +1,7 @@ version: '2' services: probe: - image: weaveworks/scope:1.10.2 + image: weaveworks/scope:1.11.0 network_mode: "host" pid: "host" privileged: true diff --git a/examples/k8s/deploy.yaml b/examples/k8s/deploy.yaml index 5007de179..fc2bc48d7 100644 --- a/examples/k8s/deploy.yaml +++ b/examples/k8s/deploy.yaml @@ -28,7 +28,7 @@ spec: args: - '--no-probe' env: [] - image: weaveworks/scope:1.10.2 + image: weaveworks/scope:1.11.0 imagePullPolicy: IfNotPresent ports: - containerPort: 4040 diff --git a/examples/k8s/ds.yaml b/examples/k8s/ds.yaml index 7b5d0bc12..22d167469 100644 --- a/examples/k8s/ds.yaml +++ b/examples/k8s/ds.yaml @@ -31,7 +31,7 @@ spec: - '--probe.docker.bridge=docker0' - '--probe.docker=true' - 'weave-scope-app.weave.svc.cluster.local.:80' - image: weaveworks/scope:1.10.2 + image: weaveworks/scope:1.11.0 imagePullPolicy: IfNotPresent resources: requests: diff --git a/examples/k8s/probe-deploy.yaml b/examples/k8s/probe-deploy.yaml index 12491c698..4b3b47da6 100644 --- a/examples/k8s/probe-deploy.yaml +++ b/examples/k8s/probe-deploy.yaml @@ -35,7 +35,7 @@ spec: - 'weave-scope-app.weave.svc.cluster.local.:80' command: - /home/weave/scope - image: 'docker.io/weaveworks/scope:1.10.2' + image: 'docker.io/weaveworks/scope:1.11.0' imagePullPolicy: IfNotPresent resources: requests: diff --git a/examples/mesos/minimesos.json b/examples/mesos/minimesos.json index 23322619d..3f74f480a 100644 --- a/examples/mesos/minimesos.json +++ b/examples/mesos/minimesos.json @@ -12,7 +12,7 @@ "container": { "type": "DOCKER", "docker": { - "image": "weaveworks/scope:1.10.2", + "image": "weaveworks/scope:1.11.0", "network": "HOST", "privileged": true, "parameters": [ diff --git a/site/installing.md b/site/installing.md index 9dee707bc..8c189a154 100644 --- a/site/installing.md +++ b/site/installing.md @@ -112,7 +112,7 @@ After it’s been launched, open your browser to `http://localhost:4040`. **Docker Compose Format Version 1:** scope: - image: weaveworks/scope:1.10.2 + image: weaveworks/scope:1.11.0 net: "host" pid: "host" privileged: true @@ -128,7 +128,7 @@ After it’s been launched, open your browser to `http://localhost:4040`. version: '2' services: scope: - image: weaveworks/scope:1.10.2 + image: weaveworks/scope:1.11.0 network_mode: "host" pid: "host" privileged: true