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: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:

- name: Install Helm
uses: azure/setup-helm@v3
with:
version: v3.19.3

- name: Build chart
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:

- name: Install Helm
uses: azure/setup-helm@v3
with:
version: v3.19.3

- name: Test chart
run: make test
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.2
appVersion: "2.1.5"
appVersion: "2.1.6"
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 @@ -56,7 +56,7 @@ commonAnnotations: {}
image:
registry: registry.evertrust.io
repository: stream
tag: 2.1.5
tag: 2.1.6
flavor: ""
pullPolicy: IfNotPresent
pullSecrets: []
Expand Down Expand Up @@ -598,7 +598,7 @@ upgrade:
image:
registry: registry.evertrust.io
repository: stream-upgrade
tag: 2.1.5
tag: 2.1.6
pullPolicy: IfNotPresent
pullSecrets: []
## stream-upgrade container resource requests and limits
Expand Down
Loading