mirror of
https://github.com/optim-enterprises-bv/c0depool-k8s-ops.git
synced 2025-10-29 17:12:20 +00:00
add cnpg source
This commit is contained in:
7
infrastructure/sources/cnpg.yaml
Normal file
7
infrastructure/sources/cnpg.yaml
Normal 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
|
||||
@@ -13,3 +13,4 @@ resources:
|
||||
- nextcloud.yaml
|
||||
- immich.yaml
|
||||
- goauthentik.yaml
|
||||
- cnpg.yaml
|
||||
|
||||
@@ -124,6 +124,14 @@
|
||||
"authentik"
|
||||
],
|
||||
"registryUrls": ["https://charts.goauthentik.io"]
|
||||
},
|
||||
{
|
||||
"datasources": ["helm"],
|
||||
"managers": ["regex"],
|
||||
"packageNames": [
|
||||
"cloudnative-pg"
|
||||
],
|
||||
"registryUrls": ["https://cloudnative-pg.github.io/charts"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user