We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf25306 commit 388631eCopy full SHA for 388631e
charts/prometheus/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: prometheus
3
# renovate: github=prometheus/prometheus
4
appVersion: v3.5.0
5
-version: 27.29.0
+version: 27.29.1
6
kubeVersion: ">=1.19.0-0"
7
description: Prometheus is a monitoring system and time series database.
8
home: https://prometheus.io/
charts/prometheus/values.yaml
@@ -57,7 +57,7 @@ configmapReload:
57
##
58
image:
59
repository: quay.io/prometheus-operator/prometheus-config-reloader
60
- tag: v0.84.0
+ tag: v0.84.1
61
# When digest is set to a non-empty value, images will be pulled by digest (regardless of tag value).
62
digest: ""
63
pullPolicy: IfNotPresent
0 commit comments