From 50b1231d8de988e51b1c65d747783e305147e11f Mon Sep 17 00:00:00 2001 From: Ashley Mannix Date: Tue, 11 Nov 2025 08:29:33 +1000 Subject: [PATCH 1/2] prepare for 2025.2.2 release --- charts/seq/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/seq/Chart.yaml b/charts/seq/Chart.yaml index b6aedec..0f7a909 100644 --- a/charts/seq/Chart.yaml +++ b/charts/seq/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: seq -version: "2025.2.1" +version: "2025.2.2" appVersion: "2025.2" description: Seq is the easiest way for development teams to capture, search and visualize structured logs and traces keywords: From 28c724a644aa6c9310ecc37027180ab21420963d Mon Sep 17 00:00:00 2001 From: Ashley Mannix Date: Tue, 11 Nov 2025 08:34:23 +1000 Subject: [PATCH 2/2] Update helm.yml --- .github/workflows/helm.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/helm.yml b/.github/workflows/helm.yml index 822872c..2b88f16 100644 --- a/.github/workflows/helm.yml +++ b/.github/workflows/helm.yml @@ -13,23 +13,23 @@ jobs: fetch-depth: 0 - name: Set up Helm - uses: azure/setup-helm@v1 + uses: azure/setup-helm@v4.3.1 with: version: v3.4.0 - - uses: actions/setup-python@v5.3.0 + - uses: actions/setup-python@v6.0.0 with: python-version: '3.x' check-latest: true - name: Set up chart-testing - uses: helm/chart-testing-action@v2.7.0 + uses: helm/chart-testing-action@v2.8.0 - name: Lint run: "ct lint --charts charts/seq --helm-lint-extra-args '--set firstRunNoAuthentication=true'" - name: Create Cluster - uses: helm/kind-action@v1.2.0 + uses: helm/kind-action@v1.13.0 - name: Install run: "ct install --charts charts/seq --helm-extra-set-args '--set firstRunAdminPassword=YourP@55word'"