From b85b444715ddd8f27f4b2f82bcd6582d1dee28f0 Mon Sep 17 00:00:00 2001 From: closetool Date: Tue, 13 Jun 2023 19:24:46 +0800 Subject: [PATCH] fix: offline does not take effect Signed-off-by: closetool --- charts/horizon/Chart.yaml | 4 ++-- charts/horizon/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/horizon/Chart.yaml b/charts/horizon/Chart.yaml index d4bd78f..94ca982 100644 --- a/charts/horizon/Chart.yaml +++ b/charts/horizon/Chart.yaml @@ -4,8 +4,8 @@ description: A CICD DevOps Platform type: application -version: 2.1.24 -appVersion: v2.3.0 +version: 2.1.25 +appVersion: v2.3.1 dependencies: - name: common repository: https://charts.bitnami.com/bitnami diff --git a/charts/horizon/values.yaml b/charts/horizon/values.yaml index 4019887..5b08724 100644 --- a/charts/horizon/values.yaml +++ b/charts/horizon/values.yaml @@ -2098,7 +2098,7 @@ web: replicas: 1 image: repository: horizoncd/horizon-web - tag: v2.2.0 + tag: v2.2.1 securityContext: runAsUser: 10001 fsGroup: 10001