[stable/prometheus] Update Pushgateway image tag (#5969)

* [update] default pushgateway image tag to 0.5.1

* [fix] pushgateway-deployment readinessProbe path
the readinessProbe would fail if "web.route-prefix" is set in pushgateway extraArgs

* [update] Chart version

* [fix] Bump Chart version
This commit is contained in:
Fran
2018-06-07 03:57:23 -07:00
committed by k8s-ci-robot
parent 21bf1ad2f8
commit df4ee0c9ad
4 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: prometheus
version: 6.7.1
version: 6.7.2
appVersion: 2.2.1
description: Prometheus is a monitoring system and time series database.
home: https://prometheus.io/
+1 -1
View File
@@ -185,7 +185,7 @@ Parameter | Description | Default
`pushgateway.enabled` | If true, create pushgateway | `true`
`pushgateway.name` | pushgateway container name | `pushgateway`
`pushgateway.image.repository` | pushgateway container image repository | `prom/pushgateway`
`pushgateway.image.tag` | pushgateway container image tag | `v0.4.0`
`pushgateway.image.tag` | pushgateway container image tag | `v0.5.1`
`pushgateway.image.pullPolicy` | pushgateway container image pull policy | `IfNotPresent`
`pushgateway.extraArgs` | Additional pushgateway container arguments | `{}`
`pushgateway.ingress.enabled` | If true, pushgateway Ingress will be created | `false`
@@ -35,7 +35,11 @@ spec:
- containerPort: 9091
readinessProbe:
httpGet:
{{- if (index .Values "pushgateway" "extraArgs" "web.route-prefix") }}
path: /{{ index .Values "pushgateway" "extraArgs" "web.route-prefix" }}/#/status
{{- else }}
path: /#/status
{{- end }}
port: 9091
initialDelaySeconds: 10
timeoutSeconds: 10
+1 -1
View File
@@ -640,7 +640,7 @@ pushgateway:
##
image:
repository: prom/pushgateway
tag: v0.4.0
tag: v0.5.1
pullPolicy: IfNotPresent
## Additional pushgateway container arguments