Compare commits

..

1 Commits

Author SHA1 Message Date
d3e5124f43 Update Helm release redis to v21.1.7 2025-05-27 00:02:11 +00:00
3 changed files with 3 additions and 4 deletions

View File

@ -10,7 +10,7 @@ resources:
images: images:
- name: adguard/adguardhome - name: adguard/adguardhome
newName: adguard/adguardhome newName: adguard/adguardhome
newTag: v0.107.62 newTag: v0.107.61
namespace: adguard namespace: adguard

View File

@ -17,5 +17,5 @@ helmCharts:
- releaseName: grafana - releaseName: grafana
name: grafana name: grafana
repo: https://grafana.github.io/helm-charts repo: https://grafana.github.io/helm-charts
version: 9.2.1 version: 9.2.0
valuesFile: grafana.values.yaml valuesFile: grafana.values.yaml

View File

@ -7,8 +7,7 @@
"packageRules": [ "packageRules": [
{ {
"matchUpdateTypes": ["patch"], "matchUpdateTypes": ["patch"],
"automerge": true, "automerge": true
"ignoreTests": true
} }
] ]
} }