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