Skip to content
This repository was archived by the owner on Feb 22, 2022. It is now read-only.

[stable/weave-scope] update weave-scope to 1.11.0 #13949

Merged
merged 5 commits into from
May 22, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions stable/weave-scope/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: weave-scope
version: 1.0.0
appVersion: 1.10.1
version: 1.1.0
appVersion: 1.11.0
description: A Helm chart for the Weave Scope cluster visualizer.
keywords:
- containers
Expand All @@ -13,4 +13,10 @@ sources:
maintainers:
- name: omkensey
email: [email protected]
- name: dholbach
email: [email protected]
- name: fbarl
email: [email protected]
- name: bboreham
email: [email protected]
icon: https://avatars1.githubusercontent.com/u/9976052?s=64
8 changes: 8 additions & 0 deletions stable/weave-scope/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
approvers:
- fbarl
- dholbach
- bboreham
reviewers:
- fbarl
- dholbach
- bboreham
2 changes: 1 addition & 1 deletion 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.10.1`
| **image.tag** | the version of Weave Scope desired for this release (required) | `1.11.0`
| **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 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.10.1
tag: 1.11.0
# 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