Skip to content

Commit c596fb6

Browse files
Merge branch 'main' of github.com:soerenschneider/k8s-gitops
2 parents 7dcde26 + edb980c commit c596fb6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

apps/monitoring/pushgateway/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
type: RuntimeDefault
3232
containers:
3333
- name: pushgateway
34-
image: quay.io/prometheus/pushgateway:v1.10.0
34+
image: quay.io/prometheus/pushgateway:v1.11.0
3535
args: []
3636
ports:
3737
- containerPort: 9091

renovate.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
{
2121
"matchDatasources": ["docker"],
2222
"updateTypes": ["minor", "patch"]
23+
},
24+
{
25+
"automerge": true,
26+
"matchUpdateTypes": ["patch"]
2327
}
2428
],
2529
"regexManagers": [

0 commit comments

Comments
 (0)