Skip to content

Commit

Permalink
bump version (helm#8574)
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <ctadeu@gmail.com>
  • Loading branch information
cpanato authored and wgiddens committed Jan 18, 2019
1 parent 1b7973a commit 9077b90
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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.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
Expand Down
4 changes: 2 additions & 2 deletions stable/weave-scope/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" |
Expand All @@ -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) | |

Expand Down
4 changes: 2 additions & 2 deletions stable/weave-scope/charts/weave-scope-agent/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions stable/weave-scope/charts/weave-scope-frontend/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
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.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
Expand Down

0 comments on commit 9077b90

Please sign in to comment.