Skip to content

Helm charts for Envoy Reverse Proxy and DNSMasq local DNS server (#50) #1

Helm charts for Envoy Reverse Proxy and DNSMasq local DNS server (#50)

Helm charts for Envoy Reverse Proxy and DNSMasq local DNS server (#50) #1

name: Main - Release Helm Chart DNSMasq
on:
push:
branches:
- main
paths:
# Only run this when chart file is updated.
- 'deployment/helm/dnsmasqaks/Chart.yaml'
jobs:
Release-Artifacts:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Get the version
id: vars
run: echo ::set-output name=tag::$(echo main-${GITHUB_SHA})
- name: Echo Docker images tag
run: echo ${{steps.vars.outputs.tag}}
- name: Run chart-releaser
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
charts_dir: deployment/helm