Add an action to find new versions of helm charts (#184)

Co-authored-by: Marco Franssen <[email protected]>
This commit is contained in:
kfox1111
2023-04-25 10:04:38 +02:00
committed by GitHub
co-authored by Marco Franssen
parent 2c360a50fd
commit 17d62f1246
8 changed files with 101 additions and 3 deletions
+17
View File
@@ -0,0 +1,17 @@
[
{
"name": "kube-prometheus-stack",
"repo": "https://prometheus-community.github.io/helm-charts",
"version": "45.10.1"
},
{
"name": "cert-manager",
"repo": "https://charts.jetstack.io",
"version": "v1.11.1"
},
{
"name": "ingress-nginx",
"repo": "https://kubernetes.github.io/ingress-nginx",
"version": "4.6.0"
}
]