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.
2 parents 7dcde26 + edb980c commit c596fb6Copy full SHA for c596fb6
apps/monitoring/pushgateway/deployment.yaml
@@ -31,7 +31,7 @@ spec:
31
type: RuntimeDefault
32
containers:
33
- name: pushgateway
34
- image: quay.io/prometheus/pushgateway:v1.10.0
+ image: quay.io/prometheus/pushgateway:v1.11.0
35
args: []
36
ports:
37
- containerPort: 9091
renovate.json
@@ -20,6 +20,10 @@
20
{
21
"matchDatasources": ["docker"],
22
"updateTypes": ["minor", "patch"]
23
+ },
24
+ {
25
+ "automerge": true,
26
+ "matchUpdateTypes": ["patch"]
27
}
28
],
29
"regexManagers": [
0 commit comments