From de3269e4abc11cfa1dd9be70fe5f7f94fd063912 Mon Sep 17 00:00:00 2001 From: Kiloson <4closetool3@gmail.com> Date: Tue, 18 Jun 2024 16:07:59 +0800 Subject: [PATCH] upgrade web to v2.6.6 Signed-off-by: Kiloson <4closetool3@gmail.com> --- charts/horizon/Chart.yaml | 2 +- charts/horizon/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/horizon/Chart.yaml b/charts/horizon/Chart.yaml index 2c6b827..e7ac64b 100644 --- a/charts/horizon/Chart.yaml +++ b/charts/horizon/Chart.yaml @@ -4,7 +4,7 @@ description: A CICD DevOps Platform type: application -version: 2.2.37 +version: 2.2.38 appVersion: v2.11.0 dependencies: - name: common diff --git a/charts/horizon/values.yaml b/charts/horizon/values.yaml index 4826890..78b9707 100644 --- a/charts/horizon/values.yaml +++ b/charts/horizon/values.yaml @@ -2111,7 +2111,7 @@ web: replicas: 1 image: repository: horizoncd/horizon-web - tag: v2.6.5 + tag: v2.6.6 securityContext: runAsUser: 10001 fsGroup: 10001