Skip to content

Commit

Permalink
bump weake-scope to 1.10.1 (helm#9933)
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <[email protected]>
  • Loading branch information
cpanato authored and k8s-ci-robot committed Dec 12, 2018
1 parent dc5366c commit 4da00f8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions stable/weave-scope/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
20 changes: 10 additions & 10 deletions stable/weave-scope/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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) | |
Expand All @@ -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) | |
Expand Down
2 changes: 1 addition & 1 deletion stable/weave-scope/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4da00f8

Please sign in to comment.