mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
@@ -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/
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -640,7 +640,7 @@ pushgateway:
|
||||
##
|
||||
image:
|
||||
repository: prom/pushgateway
|
||||
tag: v0.4.0
|
||||
tag: v0.5.1
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
## Additional pushgateway container arguments
|
||||
|
||||
Reference in New Issue
Block a user