From 365ce7c1e47ce180f127785d4017d5e748e55875 Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Tue, 23 Oct 2018 18:27:29 +0200 Subject: [PATCH] bump version (#8574) Signed-off-by: cpanato --- stable/weave-scope/Chart.yaml | 4 ++-- stable/weave-scope/README.md | 4 ++-- stable/weave-scope/charts/weave-scope-agent/Chart.yaml | 4 ++-- stable/weave-scope/charts/weave-scope-frontend/Chart.yaml | 4 ++-- stable/weave-scope/values.yaml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/stable/weave-scope/Chart.yaml b/stable/weave-scope/Chart.yaml index 4d91ab450f..418630a1d3 100644 --- a/stable/weave-scope/Chart.yaml +++ b/stable/weave-scope/Chart.yaml @@ -1,6 +1,6 @@ name: weave-scope -version: 0.9.3 -appVersion: 1.6.5 +version: 0.10.0 +appVersion: 1.9.1 description: A Helm chart for the Weave Scope cluster visualizer. keywords: - containers diff --git a/stable/weave-scope/README.md b/stable/weave-scope/README.md index cb934ac33a..369c67c4fe 100644 --- a/stable/weave-scope/README.md +++ b/stable/weave-scope/README.md @@ -49,7 +49,7 @@ Note that most of this documentation is repeated in `values.yaml`; if you're in |----------:|:------------|:--------| | **image.*** | the parameters of the image pulls for this release | | | **image.repository** | the image that will be used for this release (required) | "weaveworks/scope" | -| **image.tag** | the version of Weave Scope desired for this release (required) | "1.6.5" +| **image.tag** | the version of Weave Scope desired for this release (required) | "1.9.1" | **image.pullPolicy** | the imagePullPolicy for the container (required): IfNotPresent, Always, or Never | IfNotPresent | **service.*** | the configuration of the service used to access the frontend | | | **service.name** | the short name desired for the frontend service (optional, but if not specified by the user a value will be calculated) -- this is a global so we can access its value easily from the agent subchart | "weave-scope-app" | @@ -66,7 +66,7 @@ The **weave-scope-frontend** section controls how the Scope frontend is installe | **enabled** | controls whether the frontend is deployed | true | | **resources.*** | controls requests/limits for the frontend (these values are all optional) | | | **resources.requests.cpu** | CPU request in MHz (m) | | -| **resources.requests.memory** | memory request in MiB (Mi) | | +| **resources.requests.memory** | memory request in MiB (Mi) | | | **resources.limits.cpu** | CPU limit in MHz (m) | | | **resources.limits.memory** | memory limit in MiB (Mi) | | diff --git a/stable/weave-scope/charts/weave-scope-agent/Chart.yaml b/stable/weave-scope/charts/weave-scope-agent/Chart.yaml index 92b9d7233e..0ca5a2e038 100644 --- a/stable/weave-scope/charts/weave-scope-agent/Chart.yaml +++ b/stable/weave-scope/charts/weave-scope-agent/Chart.yaml @@ -1,7 +1,7 @@ description: A Helm chart for the Weave Scope cluster visualizer node agent. name: weave-scope-agent -version: 0.9.2 -appVersion: 1.6.5 +version: 0.10.0 +appVersion: 1.9.1 keywords: - containers - dashboard diff --git a/stable/weave-scope/charts/weave-scope-frontend/Chart.yaml b/stable/weave-scope/charts/weave-scope-frontend/Chart.yaml index cde88b95ac..f871848fd5 100644 --- a/stable/weave-scope/charts/weave-scope-frontend/Chart.yaml +++ b/stable/weave-scope/charts/weave-scope-frontend/Chart.yaml @@ -1,7 +1,7 @@ description: A Helm chart for the Weave Scope cluster visualizer frontend. name: weave-scope-frontend -version: 0.9.2 -appVersion: 1.6.5 +version: 0.10.0 +appVersion: 1.9.1 keywords: - containers - dashboard diff --git a/stable/weave-scope/values.yaml b/stable/weave-scope/values.yaml index 56ffd38c36..493390a000 100644 --- a/stable/weave-scope/values.yaml +++ b/stable/weave-scope/values.yaml @@ -4,7 +4,7 @@ global: # global.image: the image that will be used for this release image: repository: weaveworks/scope - tag: "1.6.5" + tag: "1.9.1" # global.image.pullPolicy: must be Always, IfNotPresent, or Never pullPolicy: "IfNotPresent" # global.service.*: the configuration of the service used to access the frontend