Skip to content

Commit c6817d2

Browse files
authored
fix: bump horizon 2.7.1 (#64)
1 parent f960ce7 commit c6817d2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: horizon
33
description: EverTrust Horizon Helm chart
44
type: application
55
version: 0.17.0
6-
appVersion: "2.7.0"
6+
appVersion: "2.7.1"
77
icon: https://evertrust.io/media/logo-horizon-blue.png
88
home: https://evertrust.io
99
sources:

values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ commonAnnotations: {}
5555
image:
5656
registry: registry.evertrust.io
5757
repository: horizon
58-
tag: 2.7.0
58+
tag: 2.7.1
5959
pullPolicy: IfNotPresent
6060
pullSecrets: []
6161

@@ -666,7 +666,7 @@ upgrade:
666666
image:
667667
registry: registry.evertrust.io
668668
repository: horizon-upgrade
669-
tag: 2.7.0
669+
tag: 2.7.1
670670
pullPolicy: IfNotPresent
671671
pullSecrets: []
672672
## horizon-upgrade container resource requests and limits

0 commit comments

Comments
 (0)