Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a Helm repository #127

Open
Darkness4 opened this issue Oct 5, 2022 · 0 comments
Open

Create a Helm repository #127

Darkness4 opened this issue Oct 5, 2022 · 0 comments
Assignees
Labels
area/helm Related to Helm applications. S3 Limited impact on the end user ; this issue can be adressed later.

Comments

@Darkness4
Copy link
Collaborator

name: Helm CI
on:
  push:
    paths:
      - .github/workflows/helm.yaml
      - helm/**
    branches:
      - 'main'

jobs:
  publish:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
        with:
          fetch-depth: 0

      - name: Install Helm
        uses: azure/setup-helm@v3

      - name: Configure Git
        run: |
          git config user.name "$GITHUB_ACTOR"
          git config user.email "[email protected]"

      - name: Run chart-releaser
        uses: helm/[email protected]
        with:
          charts_dir: helm
        env:
          CR_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
          CR_RELEASE_NAME_TEMPLATE: 'chart-{{ .Name }}-{{ .Version }}'
@Darkness4 Darkness4 added S3 Limited impact on the end user ; this issue can be adressed later. area/helm Related to Helm applications. labels Oct 5, 2022
@Darkness4 Darkness4 self-assigned this Oct 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/helm Related to Helm applications. S3 Limited impact on the end user ; this issue can be adressed later.
Development

No branches or pull requests

1 participant