Skip to content

chore(chart/agent-group) bump version (#19) #25

chore(chart/agent-group) bump version (#19)

chore(chart/agent-group) bump version (#19) #25

Workflow file for this run

name: Release
on:
push:
branches:
- master
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Install yq via snap
run: |
sudo snap install yq
yq --version
- name: Bundle all of the charts
run: |
./bundle.sh
- name: Configure git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "${GITHUB_ACTOR}"@users.noreply.github.com
- name: Run chart-releaser
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.CR_TOKEN }}"