Skip to content

Commit 772ce20

Browse files
committed
added helm ci
Signed-off-by: kumarabd <abishekkumar92@gmail.com>
1 parent 07db3ea commit 772ce20

11 files changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,13 @@ jobs:
4343
docker push ${{ secrets.IMAGE_NAME }}:${GITHUB_REF/refs\/tags\//}
4444
docker tag ${{ secrets.IMAGE_NAME }}:smi ${{ secrets.IMAGE_NAME }}:smi-${GITHUB_REF/refs\/tags\//}
4545
docker push ${{ secrets.IMAGE_NAME }}:smi-${GITHUB_REF/refs\/tags\//}
46+
helm:
47+
name: Helm charts publish
48+
runs-on: ubuntu-latest
49+
steps:
50+
- name: Checkout code
51+
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/master') && success()
52+
uses: actions/checkout@master
53+
with:
54+
fetch-depth: 1
55+
- uses: helm/chart-releaser-action@v1.0.0
File renamed without changes.
File renamed without changes.
File renamed without changes.

helm/smi-conformance/templates/namespace-serviceaccount.yaml renamed to charts/smi-conformance/templates/namespace-serviceaccount.yaml

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)