From 894623f84329241a8b104933abafa3b6a45f673f Mon Sep 17 00:00:00 2001 From: Christopher Kolstad Date: Fri, 3 Nov 2023 15:47:10 +0100 Subject: [PATCH] feat: release 2.1.0 of Edge chart (#103) * feat: release 2.1.0 of Edge chart * use 2.6.0 of chart-testing * fix: removed timeout flag --- .github/ct.yaml | 1 - .github/workflows/ci.yaml | 2 +- charts/unleash-edge/Chart.yaml | 4 ++-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/ct.yaml b/.github/ct.yaml index 7058ce5..a155077 100644 --- a/.github/ct.yaml +++ b/.github/ct.yaml @@ -1,4 +1,3 @@ -helm-extra-args: --timeout 300s check-version-increment: true debug: true upgrade: true diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f4838f7..30aefdd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,7 +37,7 @@ jobs: python-version: 3.9 check-latest: true - name: Set up chart-testing - uses: helm/chart-testing-action@v2.4.0 + uses: helm/chart-testing-action@v2.6.0 - name: Run chart-testing (lint) run: ct lint --config .github/ct.yaml diff --git a/charts/unleash-edge/Chart.yaml b/charts/unleash-edge/Chart.yaml index 536d6c8..fd060ce 100644 --- a/charts/unleash-edge/Chart.yaml +++ b/charts/unleash-edge/Chart.yaml @@ -4,9 +4,9 @@ name: unleash-edge description: A Helm chart for deploying Unleash Edge to kubernetes icon: https://docs.getunleash.io/img/logo.svg type: application -version: 2.0.4 +version: 2.1.0 -appVersion: "v13.1.0" +appVersion: "v16.0.1" maintainers: - name: chriswk - name: sighphyre