From 640bcb3284b0ebb2aada6fad99bd59c31e1b475c Mon Sep 17 00:00:00 2001 From: rohow Date: Mon, 14 Jul 2025 11:03:45 +0800 Subject: [PATCH] feat(helmchart): downgrade cloudnative-pg to 0.23.2 and update ingress-nginx to 4.11.8 --- apps/infra/data/cloudnative-pg/helmchart.yaml | 2 +- apps/infra/net/nginx/helmchart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/infra/data/cloudnative-pg/helmchart.yaml b/apps/infra/data/cloudnative-pg/helmchart.yaml index 36ed927..721c419 100644 --- a/apps/infra/data/cloudnative-pg/helmchart.yaml +++ b/apps/infra/data/cloudnative-pg/helmchart.yaml @@ -7,7 +7,7 @@ spec: repo: https://cloudnative-pg.github.io/charts chart: cloudnative-pg targetNamespace: infra-data - version: 0.24.0 + version: 0.23.2 valuesContent: |- affinity: nodeAffinity: diff --git a/apps/infra/net/nginx/helmchart.yaml b/apps/infra/net/nginx/helmchart.yaml index e76afcc..95838be 100644 --- a/apps/infra/net/nginx/helmchart.yaml +++ b/apps/infra/net/nginx/helmchart.yaml @@ -6,7 +6,7 @@ metadata: spec: repo: https://kubernetes.github.io/ingress-nginx chart: ingress-nginx - version: 4.11.7 + version: 4.11.8 targetNamespace: infra-net valuesContent: |- fullnameOverride: ingress-nginx