From 4da00f84ffc2293ce83c91e4872498bb066c2beb Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Wed, 12 Dec 2018 15:40:25 +0100 Subject: [PATCH] bump weake-scope to 1.10.1 (#9933) Signed-off-by: cpanato --- stable/weave-scope/Chart.yaml | 4 ++-- stable/weave-scope/README.md | 20 ++++++++++---------- stable/weave-scope/values.yaml | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/stable/weave-scope/Chart.yaml b/stable/weave-scope/Chart.yaml index 418630a1d3..4792bbc923 100644 --- a/stable/weave-scope/Chart.yaml +++ b/stable/weave-scope/Chart.yaml @@ -1,6 +1,6 @@ name: weave-scope -version: 0.10.0 -appVersion: 1.9.1 +version: 0.11.0 +appVersion: 1.10.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 369c67c4fe..a29039a345 100644 --- a/stable/weave-scope/README.md +++ b/stable/weave-scope/README.md @@ -48,13 +48,13 @@ Note that most of this documentation is repeated in `values.yaml`; if you're in | Parameter | Description | Default | |----------:|:------------|:--------| | **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.9.1" -| **image.pullPolicy** | the imagePullPolicy for the container (required): IfNotPresent, Always, or Never | IfNotPresent +| **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.10.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" | -| **service.port** | the port exposed by the Scope frontend service (required if weave-scope-frontend is enabled) -- this is a global so we can access its value easily from the agent subchart | 80 | -| **service.type** | the type of the frontend service (required if weave-scope-frontend is enabled): ClusterIP, NodePort or LoadBalancer -- this is a global to keep it with the other values for configuring the frontend service | "ClusterIP" | +| **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` | +| **service.port** | the port exposed by the Scope frontend service (required if weave-scope-frontend is enabled) -- this is a global so we can access its value easily from the agent subchart | `80` | +| **service.type** | the type of the frontend service (required if weave-scope-frontend is enabled): ClusterIP, NodePort or LoadBalancer -- this is a global to keep it with the other values for configuring the frontend service | `ClusterIP` | ### Weave Scope frontend values @@ -63,7 +63,7 @@ The **weave-scope-frontend** section controls how the Scope frontend is installe | Parameter | Description | Default | |----------:|:------------|:--------| -| **enabled** | controls whether the frontend is deployed | true | +| **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) | | @@ -76,13 +76,13 @@ The **agent** section controls how the Weave Scope node agent pods are installed | Parameter | Description | Default | |----------:|:------------|:--------| -| **enabled** | controls whether the agent is deployed | true | -| **dockerBridge** | the name of the Docker bridge interface | "docker0" | +| **enabled** | controls whether the agent is deployed | `true` | +| **dockerBridge** | the name of the Docker bridge interface | `docker0` | | **scopeFrontendAddr** | the host:port of a Scope frontend to send data to -- this is only needed in cases where the frontend is deployed separately from the agent (e.g. an install outside the cluster or a pre-existing install inside it) | | | **probeToken** | the token used to connect to Weave Cloud -- this is not needed for connecting to non-cloud Scope frontends | | | **rbac.*** | controls RBAC resource creation/use | | | **rbac.create** | whether RBAC resources should be created (required) -- this **must** be set to false if RBAC is not enabled in the cluster; it *may* be set to false in an RBAC-enabled cluster to allow for external management of RBAC | true | -| **serviceAccount.create** | whether a new service account name that the agent will use should be created. | true | +| **serviceAccount.create** | whether a new service account name that the agent will use should be created. | `true` | | **serviceAccount.name** | service account to be used. If not set and serviceAccount.create is `true` a name is generated using the fullname template. | | | **resources.*** | controls requests/limits for the agent (these values are all optional) | | | **resources.requests.cpu** | CPU request in MHz (m) | | diff --git a/stable/weave-scope/values.yaml b/stable/weave-scope/values.yaml index 493390a000..8935123a98 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.9.1" + tag: 1.10.1 # global.image.pullPolicy: must be Always, IfNotPresent, or Never pullPolicy: "IfNotPresent" # global.service.*: the configuration of the service used to access the frontend