Skip to content

Update Truecharts Repo URL #4

Update Truecharts Repo URL

Update Truecharts Repo URL #4

Workflow file for this run

name: Helm Chart Build
on:
push:
branches:
- 'dev'
pull_request:
branches:
- 'dev'
- 'main'
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
fetch-depth: 0
- name: Install Helm
uses: azure/[email protected]
- name: Helm Dependency update
run: helm dependency update servarr/ --debug
- name: Helm Template
run: helm template servarr servarr/ --debug -f .github/ci/ci-values.yaml
- name: Create Package
run: helm package servarr/