Skip to content

Commit

Permalink
release chart 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
itboon committed Jun 3, 2023
1 parent 58ff744 commit 6061d6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/helm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]"
-
name: Set up Helm
uses: azure/[email protected]
with:
version: v3.12.0
-
name: Run chart-releaser
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.MY_GIT_TOKEN }}"
CR_TOKEN: "${{ secrets.MY_GIT_TOKEN }}"
2 changes: 1 addition & 1 deletion charts/kafka/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6061d6f

Please sign in to comment.