add cert-manager and barman cloud plugin
This commit is contained in:
@@ -1,10 +1,20 @@
|
||||
{
|
||||
services.k3s.autoDeployCharts.cloudnativepg = {
|
||||
name = "cloudnative-pg";
|
||||
version = "0.27.1";
|
||||
repo = "https://cloudnative-pg.github.io/charts";
|
||||
hash = "sha256-Z9cYn5MhnTVWMP92kBaRIc9gbmeshKvgXFP4h4jenUk=";
|
||||
createNamespace = true;
|
||||
targetNamespace = "cloudnativepg";
|
||||
services.k3s.autoDeployCharts = {
|
||||
cloudnativepg = {
|
||||
name = "cloudnative-pg";
|
||||
version = "0.27.1";
|
||||
repo = "https://cloudnative-pg.github.io/charts";
|
||||
hash = "sha256-Z9cYn5MhnTVWMP92kBaRIc9gbmeshKvgXFP4h4jenUk=";
|
||||
createNamespace = true;
|
||||
targetNamespace = "cloudnativepg";
|
||||
};
|
||||
plugin-barman-cloud = {
|
||||
name = "plugin-barman-cloud";
|
||||
version = "0.5.0";
|
||||
repo = "https://cloudnative-pg.github.io/charts";
|
||||
hash = "sha256-c7v0Mrln3ESJz//7s7/HfZJHtxVqLIVY/GtSrv8ti+o=";
|
||||
targetNamespace = "cloudnativepg";
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user