diff --git a/.github/workflows/helm-release.yml b/.github/workflows/helm-release.yml index 5d3b829..e19182b 100644 --- a/.github/workflows/helm-release.yml +++ b/.github/workflows/helm-release.yml @@ -10,23 +10,17 @@ jobs: runs-on: ubuntu-latest steps: - - name: Checkout Code + name: Checkout uses: actions/checkout@v3 - - - name: Fetch history - run: git fetch --prune --unshallow + with: + fetch-depth: 0 - name: Configure Git run: | git config user.name "$GITHUB_ACTOR" git config user.email "$GITHUB_ACTOR@users.noreply.github.com" - - - name: Set up Helm - uses: azure/setup-helm@v3.5 - with: - version: v3.12.0 - name: Run chart-releaser uses: helm/chart-releaser-action@v1.5.0 env: - CR_TOKEN: "${{ secrets.MY_GIT_TOKEN }}" \ No newline at end of file + CR_TOKEN: "${{ secrets.MY_GIT_TOKEN }}" diff --git a/charts/kafka/Chart.yaml b/charts/kafka/Chart.yaml index 85d9c41..9d7d178 100644 --- a/charts/kafka/Chart.yaml +++ b/charts/kafka/Chart.yaml @@ -3,7 +3,7 @@ name: kafka description: Helm chart for Apache Kafka. type: application -version: 2.1.5 +version: 2.1.6 appVersion: v3.4.0 maintainers: