From 6dc0d86455b0adc389c1e6203b3ce44db118f5bb Mon Sep 17 00:00:00 2001 From: rohow Date: Wed, 2 Sep 2026 14:44:37 +0800 Subject: [PATCH] fix(apps): update Halo and Gitea image tags --- flux/apps/helmrelease-halo.yaml | 2 +- flux/infrastructure/infra-gitops/helmrelease-gitea.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flux/apps/helmrelease-halo.yaml b/flux/apps/helmrelease-halo.yaml index ef307b8..d903743 100644 --- a/flux/apps/helmrelease-halo.yaml +++ b/flux/apps/helmrelease-halo.yaml @@ -18,7 +18,7 @@ spec: values: image: repository: halohub/halo-pro - tag: 2.26.0 + tag: 2.26.1 service: type: ClusterIP ingress: diff --git a/flux/infrastructure/infra-gitops/helmrelease-gitea.yaml b/flux/infrastructure/infra-gitops/helmrelease-gitea.yaml index 6792f64..8a648de 100644 --- a/flux/infrastructure/infra-gitops/helmrelease-gitea.yaml +++ b/flux/infrastructure/infra-gitops/helmrelease-gitea.yaml @@ -21,7 +21,7 @@ spec: postgresql-ha: enabled: false image: - tag: 1.27.1 + tag: 1.27.3 ingress: enabled: true className: nginx