Skip to content
Merged
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
9 changes: 3 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
tags:
- flagsmith-*.*.*

env:
HELM_VERSION: v3.12.3

jobs:
release:
runs-on: ubuntu-latest
Expand All @@ -21,7 +18,7 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@v3
with:
version: ${{ env.HELM_VERSION }}
version: v3.5.4

- name: Add chart repo dependencies
# Note: this repos should match with the repos set in ct.yaml
Expand All @@ -33,9 +30,9 @@ jobs:
helm repo add bitnami https://charts.bitnami.com/bitnami

- name: Set up chart-testing
uses: helm/chart-testing-action@v2
uses: helm/chart-testing-action@v2.0.1
with:
version: ${{ env.HELM_VERSION }}
version: v3.3.0

- name: Run chart-testing (lint)
run: ct lint --config ct.yaml --lint-conf lintconf.yaml
Expand Down
Loading