Skip to content

Commit

Permalink
Added github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
opsved committed Apr 12, 2023
1 parent df8bcb3 commit 4fa5d54
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 29 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Release Charts

on:
push:
branches:
- main

jobs:
release:
permissions:
contents: write # to push chart release and create a release (helm/chart-releaser-action)
packages: write # needed for ghcr access
id-token: write # needed for keyless signing

runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Set up Helm
uses: azure/setup-helm@v3.5
with:
version: v3.9.2

- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.5.0
env:
CR_TOKEN: "${{ secrets.HELM_RELEASE_TOKEN }}"
15 changes: 0 additions & 15 deletions charts/artifacthub-repo.yml

This file was deleted.

14 changes: 0 additions & 14 deletions charts/index.yaml

This file was deleted.

Binary file removed charts/nginx-0.1.0.tgz
Binary file not shown.

0 comments on commit 4fa5d54

Please # to comment.