Skip to content

Make extension ports configurable via helm values (#147) #2

Make extension ports configurable via helm values (#147)

Make extension ports configurable via helm values (#147) #2

Workflow file for this run

name: Release Helm Charts
on:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
packages: write
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Run chart-releaser
uses: bitdeps/[email protected]
with:
oci_registry: ghcr.io/${{ github.repository_owner }}/charts
github_token: ${{ secrets.GITHUB_TOKEN }}
oci_password: ${{ secrets.GITHUB_TOKEN }}
oci_username: ${{ github.actor }}