From 18ce748cc9c7bddd16476d52230e043f0c25bdb6 Mon Sep 17 00:00:00 2001 From: xuzhu-591 Date: Mon, 5 Jun 2023 12:27:22 +0800 Subject: [PATCH 1/2] fix: version Signed-off-by: xuzhu-591 --- charts/horizon/Chart.yaml | 4 ++-- charts/horizon/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/horizon/Chart.yaml b/charts/horizon/Chart.yaml index 9d2fb2a..fbe8712 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.22 -appVersion: v2.1.5 +version: 2.1.23 +appVersion: v2.2.0 dependencies: - name: common repository: https://charts.bitnami.com/bitnami diff --git a/charts/horizon/values.yaml b/charts/horizon/values.yaml index 5784507..90e962c 100644 --- a/charts/horizon/values.yaml +++ b/charts/horizon/values.yaml @@ -113,7 +113,7 @@ core: additionalLabels: {} image: repository: horizoncd/horizon-core - tag: + tag: args: loglevel: securityContext: @@ -2098,7 +2098,7 @@ web: replicas: 1 image: repository: horizoncd/horizon-web - tag: v2.1.12 + tag: securityContext: runAsUser: 10001 fsGroup: 10001 From b5b02603e554ff4c7f979d820ed5845fb42e8956 Mon Sep 17 00:00:00 2001 From: xuzhu-591 Date: Mon, 5 Jun 2023 20:31:43 +0800 Subject: [PATCH 2/2] fix: web version Signed-off-by: xuzhu-591 --- charts/horizon/templates/web/web-dpl.yaml | 2 +- charts/horizon/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/horizon/templates/web/web-dpl.yaml b/charts/horizon/templates/web/web-dpl.yaml index 1825c5b..0a83b67 100644 --- a/charts/horizon/templates/web/web-dpl.yaml +++ b/charts/horizon/templates/web/web-dpl.yaml @@ -19,7 +19,7 @@ spec: spec: containers: - name: web - image: {{ .Values.web.image.repository }}:{{ .Values.web.image.tag | default .Chart.AppVersion }} + image: {{ .Values.web.image.repository }}:{{ .Values.web.image.tag }} ports: - containerPort: {{ .Values.web.port }} livenessProbe: diff --git a/charts/horizon/values.yaml b/charts/horizon/values.yaml index 90e962c..4019887 100644 --- a/charts/horizon/values.yaml +++ b/charts/horizon/values.yaml @@ -2098,7 +2098,7 @@ web: replicas: 1 image: repository: horizoncd/horizon-web - tag: + tag: v2.2.0 securityContext: runAsUser: 10001 fsGroup: 10001