diff --git a/templates/weavescope/0/docker-compose.yml b/templates/weavescope/0/docker-compose.yml index c10f9b5..6e69264 100644 --- a/templates/weavescope/0/docker-compose.yml +++ b/templates/weavescope/0/docker-compose.yml @@ -1,5 +1,5 @@ weavescope-probe: - image: weaveworks/scope:0.11.1 + image: weaveworks/scope:1.0.0 privileged: true net: host pid: host @@ -17,7 +17,7 @@ weavescope-probe: - "--no-app" - "weavescope-app" weavescope-app: - image: weaveworks/scope:0.11.1 + image: weaveworks/scope:1.0.0 ports: - "4040:4040" command: diff --git a/templates/weavescope/0/rancher-compose.yml b/templates/weavescope/0/rancher-compose.yml index 2bd87d9..4560ee9 100644 --- a/templates/weavescope/0/rancher-compose.yml +++ b/templates/weavescope/0/rancher-compose.yml @@ -1,4 +1,4 @@ .catalog: name: weavescope - version: 0.11.1 + version: 1.0.0 description: "Monitoring, visualisation and management for Docker" diff --git a/templates/weavescope/1/docker-compose.yml b/templates/weavescope/1/docker-compose.yml deleted file mode 100644 index 2ce9059..0000000 --- a/templates/weavescope/1/docker-compose.yml +++ /dev/null @@ -1,24 +0,0 @@ -weavescope-probe: - image: weaveworks/scope:0.12.0 - privileged: true - net: host - pid: host - labels: - io.rancher.scheduler.global: true - io.rancher.container.dns: true - links: - - weavescope-app - volumes: - - "/var/run/docker.sock:/var/run/docker.sock" - tty: true - command: - - "--probe.docker" - - "true" - - "--no-app" - - "weavescope-app" -weavescope-app: - image: weaveworks/scope:0.12.0 - ports: - - "4040:4040" - command: - - "--no-probe" diff --git a/templates/weavescope/1/rancher-compose.yml b/templates/weavescope/1/rancher-compose.yml deleted file mode 100644 index 482bf8c..0000000 --- a/templates/weavescope/1/rancher-compose.yml +++ /dev/null @@ -1,4 +0,0 @@ -.catalog: - name: weavescope - version: 0.12.0 - description: "Monitoring, visualisation and management for Docker" diff --git a/templates/weavescope/config.yml b/templates/weavescope/config.yml index f83c3f7..27d7097 100644 --- a/templates/weavescope/config.yml +++ b/templates/weavescope/config.yml @@ -1,6 +1,6 @@ name: Weave Scope description: "Monitoring, visualisation and management for Docker" -version: 0.12.0 +version: 1.0.0 category: Monitoring maintainer: "Ilya Dmitrichenko " license: "Apache License v2.0"