Skip to content

Commit f4e12ad

Browse files
authored
fix: revert "added tasks to upgrade Redis HA using renovate (#22054)" (#23068)
Signed-off-by: Michael Crenshaw <[email protected]>
1 parent 4f35f7f commit f4e12ad

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

renovate.json

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,5 @@
77
"github>argoproj/argo-cd//renovate-presets/fix/disable-all-updates.json5",
88
"github>argoproj/argo-cd//renovate-presets/devtool.json5",
99
"github>argoproj/argo-cd//renovate-presets/docs.json5"
10-
],
11-
"enabledManagers": ["helm"],
12-
"packageRules": [
13-
{
14-
"matchPackageNames": ["redis-ha"],
15-
"datasourceTemplate": "helm",
16-
"groupName": "redis-ha Helm Chart"
17-
}
18-
],
19-
"postUpgradeTasks": {
20-
"commands": [
21-
"bash manifests/ha/base/redis-ha/generate.sh",
22-
"make manifests-local"
23-
],
24-
"fileFilters": ["manifests/ha/base/redis-ha/**"]
25-
}
10+
]
2611
}

0 commit comments

Comments
 (0)