mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
committed by
k8s-ci-robot
parent
1d03053b53
commit
365ce7c1e4
@@ -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
|
||||
|
||||
@@ -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) | |
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user