From 3a32e55b5e5618e90e337aacaf20141ce9c6621f Mon Sep 17 00:00:00 2001 From: rohow Date: Fri, 11 Jul 2025 17:56:24 +0800 Subject: [PATCH] feat(helmchart): update halo-pro image tag to 2.21.3 and kube-prometheus-stack version to 75.9.0 --- apps/apps/halo/helmchart.yaml | 2 +- apps/infra/monitor/prometheus/helmchart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/apps/halo/helmchart.yaml b/apps/apps/halo/helmchart.yaml index 77ee892..8a317e9 100644 --- a/apps/apps/halo/helmchart.yaml +++ b/apps/apps/halo/helmchart.yaml @@ -31,7 +31,7 @@ spec: - greenhk image: repository: halohub/halo-pro - tag: 2.21.2 + tag: 2.21.3 service: type: ClusterIP ingress: diff --git a/apps/infra/monitor/prometheus/helmchart.yaml b/apps/infra/monitor/prometheus/helmchart.yaml index 2096001..955f991 100644 --- a/apps/infra/monitor/prometheus/helmchart.yaml +++ b/apps/infra/monitor/prometheus/helmchart.yaml @@ -7,7 +7,7 @@ spec: repo: https://prometheus-community.github.io/helm-charts chart: kube-prometheus-stack targetNamespace: infra-monitor - version: 75.6.0 + version: 75.9.0 valuesContent: |- kubeControllerManager: enabled: false