Skip to content

Commit

Permalink
Helm release (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKora authored Dec 20, 2022
1 parent e22dbad commit f35ec62
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 13 deletions.
1 change: 1 addition & 0 deletions .github/lint-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
target-branch: "main"
18 changes: 18 additions & 0 deletions .github/workflows/helm-release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Release Helm Charts
on:
push:
tags:
- "**"

jobs:
call-workflow-passing-data:
name: Release & Publish Helm chart
uses: bakdata/ci-templates/.github/workflows/[email protected]
with:
charts-path: "./charts"
subdirs: "['kafka-connect-resetter']"
gh-pages-branch: gh-pages
secrets:
github-username: ${{ secrets.GH_USERNAME }}
github-email: ${{ secrets.GH_EMAIL }}
github-token: ${{ secrets.GH_TOKEN }}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ build/
out/
!.gitignore
!.gitlab-ci.yml
*.DS_Store
15 changes: 2 additions & 13 deletions charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,6 @@
## Install

```
helm repo add bakdata-kafka-connect-resetter https://raw.githubusercontent.com/bakdata/kafka-connect-resetter/<branch_name>/charts/
helm install bakdata-kafka-connect-resetter/kafka-connect-resetter
```

## Development

To update the helm repository please run:

```
cd <your-chart-dir>
helm package .
cd ..
helm repo index .
helm repo add bakdata-kafka-connect-resetter https://bakdata.github.io/kafka-connect-resetter/
helm install bakdata-kafka-connect-resetter/kafka-connect-resetter/
```
Binary file not shown.

0 comments on commit f35ec62

Please sign in to comment.