Skip to content

Commit

Permalink
fix: bump stream to 2.0.3 (#9)
Browse files Browse the repository at this point in the history
* fix: bump stream to 2.0.3

* update image tags
  • Loading branch information
ArcRiiad authored Aug 28, 2024
1 parent fd058d3 commit 4750faa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
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: 1.1.1
appVersion: "2.0.2"
appVersion: "2.0.3"
icon: https://evertrust.io/media/logo-stream-blue.png
home: https://evertrust.io
sources:
Expand Down
7 changes: 4 additions & 3 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ commonAnnotations: {}
image:
registry: registry.evertrust.io
repository: stream
tag: 2.0.2
tag: 2.0.3
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down Expand Up @@ -532,7 +532,7 @@ upgrade:
image:
registry: registry.evertrust.io
repository: stream-upgrade
tag: 2.0.2
tag: 2.0.3
pullPolicy: IfNotPresent
pullSecrets: []
## stream-upgrade container resource requests and limits
Expand All @@ -555,7 +555,8 @@ externalDatabase:
secretKey: ""

## @param extraObjects [array] Create a dynamic manifests via values:
extraObjects: []
extraObjects:
[]
## - apiVersion: "kubernetes-client.io/v1"
## kind: ExternalSecret
## metadata:
Expand Down

0 comments on commit 4750faa

Please sign in to comment.