Skip to content

build(repo): Adjust helm chart for Prometheus (#302) #18

build(repo): Adjust helm chart for Prometheus (#302)

build(repo): Adjust helm chart for Prometheus (#302) #18

Workflow file for this run

name: Build and publish Helm Chart
on:
push:
branches:
- main
paths:
- helm/fuel-streams-publisher/Chart.yaml
permissions:
contents: read
jobs:
helm-release:
name: Build Helm Chart
runs-on: ubuntu-latest
if: |
(github.event_name == 'release' && github.event.action == 'published') ||
github.ref == 'refs/heads/main' || github.event_name == 'pull_request'
permissions:
contents: read
packages: write
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Package and Push Charts
uses: bsord/[email protected]
with:
useOCIRegistry: true
registry-url: oci://ghcr.io/fuellabs/helmcharts
username: ${{ github.repository_owner }}
access-token: ${{ secrets.GITHUB_TOKEN }}
force: true
chart-folder: ./helm/fuel-streams-publisher