chore: update services to latest versions

This commit is contained in:
2025-07-15 13:08:25 +05:00
parent e132857423
commit 4cd61b76f6
5 changed files with 17 additions and 8 deletions

View File

@@ -16,6 +16,7 @@ type PostgresClusterOptions = {
primaryUser: string;
initSecretName: string;
certManagerApiVersion: string;
version: string;
};
export class PostgresCluster extends Construct {
@@ -26,6 +27,7 @@ export class PostgresCluster extends Construct {
new Release(this, "cnpg-operator", {
provider: helm,
version: options.version,
repository: "https://cloudnative-pg.github.io/charts",
chart: "cloudnative-pg",
name: "postgres-system",