1
0
mirror of https://github.com/coreos/prometheus-operator.git synced 2026-02-05 06:45:27 +01:00

Updated prometheus-operator chart to v0.7.0

This commit is contained in:
Michael Goodness
2017-03-29 15:09:29 -05:00
parent a5fd2cb33d
commit 4738d7fb81
3 changed files with 6 additions and 6 deletions

View File

@@ -42,10 +42,10 @@ The following tables lists the configurable parameters of the prometheus-operato
Parameter | Description | Default
--- | --- | ---
`global.hyperkube.repository` | Hyperkube image | `quay.io/coreos/hyperkube`
`global.hyperkube.tag` | Hyperkube image tag | `v1.5.3_coreos.0`
`global.hyperkube.tag` | Hyperkube image tag | `v1.5.6_coreos.0`
`global.hyperkube.pullPolicy` | Hyperkube image pull policy | `IfNotPresent`
`image.repository` | Image | `quay.io/coreos/prometheus-operator`
`image.tag` | Image tag | `v0.6.0`
`image.tag` | Image tag | `v0.7.0`
`image.pullPolicy` | Image pull policy | `IfNotPresent`
`nodeSelector` | Node labels for pod assignment | `{}`
`resources` | Pod resource requests & limits | `{}`