From faf5ad972df832179764e146b522434ad4850ef7 Mon Sep 17 00:00:00 2001 From: tardigradeus Date: Fri, 16 Jan 2026 11:01:00 +0100 Subject: [PATCH 1/2] fix: bump stream to 2.1.6 --- Chart.yaml | 2 +- values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index eca4e1a..0314dc8 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -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: diff --git a/values.yaml b/values.yaml index 78f232e..9eb52cc 100644 --- a/values.yaml +++ b/values.yaml @@ -56,7 +56,7 @@ commonAnnotations: {} image: registry: registry.evertrust.io repository: stream - tag: 2.1.5 + tag: 2.1.6 flavor: "" pullPolicy: IfNotPresent pullSecrets: [] @@ -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 From bc99b56289099605255260d7dbea2af7c93ae65e Mon Sep 17 00:00:00 2001 From: Riadh Meghenem Date: Fri, 16 Jan 2026 11:05:58 +0100 Subject: [PATCH 2/2] pin version of helm --- .github/workflows/release.yaml | 2 ++ .github/workflows/test.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 27fad00..294678d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -30,6 +30,8 @@ jobs: - name: Install Helm uses: azure/setup-helm@v3 + with: + version: v3.19.3 - name: Build chart run: | diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 1537677..822940a 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -13,6 +13,8 @@ jobs: - name: Install Helm uses: azure/setup-helm@v3 + with: + version: v3.19.3 - name: Test chart run: make test