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/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 5784507..4019887 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: v2.2.0 securityContext: runAsUser: 10001 fsGroup: 10001