From 670b64e898a659d63d7b5036bc1ffb9dba154335 Mon Sep 17 00:00:00 2001 From: rohow Date: Fri, 1 Aug 2025 16:47:34 +0800 Subject: [PATCH] feat(helmchart): update halo-pro to 2.21.5 and gitea to 12.1.2 --- apps/apps/halo/helmchart.yaml | 2 +- apps/infra/devops/gitea/helmchart.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/apps/halo/helmchart.yaml b/apps/apps/halo/helmchart.yaml index 8a317e9..332b96b 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.3 + tag: 2.21.5 service: type: ClusterIP ingress: diff --git a/apps/infra/devops/gitea/helmchart.yaml b/apps/infra/devops/gitea/helmchart.yaml index 2e9315d..a49668f 100644 --- a/apps/infra/devops/gitea/helmchart.yaml +++ b/apps/infra/devops/gitea/helmchart.yaml @@ -7,7 +7,7 @@ spec: repo: https://dl.gitea.com/charts chart: gitea targetNamespace: infra-devops - version: 12.1.0 + version: 12.1.2 valuesContent: |- affinity: podAffinity: @@ -36,7 +36,7 @@ spec: postgresql-ha: enabled: false image: - tag: 1.24.2 + tag: 1.24.3 ingress: enabled: true className: nginx