Skip to content

Commit

Permalink
Merge pull request #51 from xuzhu-591/fix-version
Browse files Browse the repository at this point in the history
fix: version
  • Loading branch information
xuzhu-591 authored Jun 5, 2023
2 parents c49abd6 + b5b0260 commit 0161465
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/horizon/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/horizon/templates/web/web-dpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions charts/horizon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ core:
additionalLabels: {}
image:
repository: horizoncd/horizon-core
tag:
tag:
args:
loglevel:
securityContext:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0161465

Please sign in to comment.