add cnpg source

This commit is contained in:
c0depool
2024-12-31 05:42:31 +05:30
parent b05a46b66e
commit efd61f120c
3 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: cnpg
spec:
interval: 5m
url: https://cloudnative-pg.github.io/charts

View File

@@ -13,3 +13,4 @@ resources:
- nextcloud.yaml
- immich.yaml
- goauthentik.yaml
- cnpg.yaml

View File

@@ -124,6 +124,14 @@
"authentik"
],
"registryUrls": ["https://charts.goauthentik.io"]
},
{
"datasources": ["helm"],
"managers": ["regex"],
"packageNames": [
"cloudnative-pg"
],
"registryUrls": ["https://cloudnative-pg.github.io/charts"]
}
]
}