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: stream
description: EverTrust Stream Helm chart
type: application
version: 2.0.9
appVersion: "2.1.8"
appVersion: "2.1.9"
icon: https://evertrust.io/media/logo-stream-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 @@ -46,7 +46,7 @@ image:
## Stream image repository
repository: stream
## Stream image tag (immutable tags are recommended)
tag: 2.1.8
tag: 2.1.9
## Stream image flavor (for HSM compatible images)
flavor: ""
## Stream image pull policy
Expand Down Expand Up @@ -574,7 +574,7 @@ upgrade:
## Stream image repository
repository: stream-upgrade
## Stream image tag (immutable tags are recommended)
tag: 2.1.8
tag: 2.1.9
## Stream image pull policy
pullPolicy: IfNotPresent
## Stream image pull secrets
Expand Down
Loading