Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: horizon
description: EverTrust Horizon Helm chart
type: application
version: 2.2.1
appVersion: "2.9.1"
appVersion: "2.9.2"
icon: https://evertrust.io/media/logo-horizon-blue.png
home: https://evertrust.io
sources:
Expand Down
4 changes: 2 additions & 2 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ image:
## Horizon image repository
repository: horizon
## Horizon image tag (immutable tags are recommended)
tag: 2.9.1
tag: 2.9.2
## Horizon image flavor (for HSM compatible images)
flavor: ""
## Horizon image pull policy
Expand Down Expand Up @@ -718,7 +718,7 @@ upgrade:
## Horizon Migration image repository
repository: horizon-migration
## Horizon Migration image tag (immutable tags are recommended)
tag: 1.16.0
tag: 1.17.0
## Horizon Migration image pull policy
pullPolicy: IfNotPresent
## Horizon Migration image pull secrets
Expand Down
Loading