Skip to content

Commit

Permalink
fix: web version
Browse files Browse the repository at this point in the history
Signed-off-by: xuzhu-591 <[email protected]>
  • Loading branch information
xuzhu-591 committed Jun 5, 2023
1 parent 18ce748 commit b5b0260
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion charts/horizon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2098,7 +2098,7 @@ web:
replicas: 1
image:
repository: horizoncd/horizon-web
tag:
tag: v2.2.0
securityContext:
runAsUser: 10001
fsGroup: 10001
Expand Down

0 comments on commit b5b0260

Please sign in to comment.