Update helm releaser and chart version.

This commit is contained in:
Joseph Hanson 2023-06-01 15:22:13 -05:00
parent 9931f4db92
commit 116b2ff32a
No known key found for this signature in database
3 changed files with 34 additions and 1 deletions

33
.github/workflows/release-chart.yaml vendored Normal file
View file

@ -0,0 +1,33 @@
name: Release Charts
on:
push:
branches:
- master
paths:
- "charts/dnsimple/Chart.yaml"
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Get chart version
id: chart_version
uses: mikefarah/yq@d2f1ae9db722ac6b0702dd7f8a08dd22722d8c2d # v4.33.3
with:
cmd: yq eval '.version' './charts/metrics-server/Chart.yaml'
- 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/chart-releaser-action@v1.5.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

View file

@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "0.0.1"
description: cert-manager webhook solver for ACME DNS01 challenge via DNSimple
name: cert-manager-webhook-dnsimple
version: 0.1.1
version: 0.0.1
home: https://github.com/jahanson/cert-manager-webhook-dnsimple
sources:
- https://github.com/jahanson/cert-manager-webhook-dnsimple