chore: use main as default branch

Signed-off-by: Christian Kotzbauer <christian.kotzbauer@gmail.com>
This commit is contained in:
Christian Kotzbauer 2021-09-25 19:14:35 +02:00
parent e9660a0185
commit c342bcb755
4 changed files with 8 additions and 7 deletions

View File

@ -2,7 +2,7 @@ name: Create default labels
on: on:
push: push:
branches: branches:
- "master" - "main"
paths: paths:
- ".github/labels.json" - ".github/labels.json"
jobs: jobs:

View File

@ -3,7 +3,7 @@ name: Release Charts
on: on:
push: push:
branches: branches:
- master - main
jobs: jobs:
release: release:

View File

@ -1,6 +1,6 @@
# Helm Charts # Helm Charts
[![](https://github.com/ckotzbauer/helm-charts/workflows/Release%20Charts/badge.svg?branch=master)](https://github.com/ckotzbauer/helm-charts/actions) [![](https://github.com/ckotzbauer/helm-charts/workflows/Release%20Charts/badge.svg?branch=main)](https://github.com/ckotzbauer/helm-charts/actions)
[mergify]: https://mergify.io [mergify]: https://mergify.io
[mergify-status]: https://img.shields.io/endpoint.svg?url=https://gh.mergify.io/badges/ckotzbauer/helm-charts&style=flat-square [mergify-status]: https://img.shields.io/endpoint.svg?url=https://gh.mergify.io/badges/ckotzbauer/helm-charts&style=flat-square
@ -15,7 +15,7 @@ helm repo add ckotzbauer https://ckotzbauer.github.io/helm-charts
## Charts ## Charts
- [access-manager](https://github.com/ckotzbauer/helm-charts/tree/master/charts/access-manager) - [access-manager](https://github.com/ckotzbauer/helm-charts/tree/main/charts/access-manager)
- [cadvisor](https://github.com/ckotzbauer/helm-charts/tree/master/charts/cadvisor) - [cadvisor](https://github.com/ckotzbauer/helm-charts/tree/main/charts/cadvisor)
- [nfs-client-provisioner](https://github.com/ckotzbauer/helm-charts/tree/master/charts/nfs-client-provisioner) - [nfs-client-provisioner](https://github.com/ckotzbauer/helm-charts/tree/main/charts/nfs-client-provisioner)
- [prometheus-blackbox-exporter](https://github.com/ckotzbauer/helm-charts/tree/master/charts/prometheus-blackbox-exporter) - [prometheus-blackbox-exporter](https://github.com/ckotzbauer/helm-charts/tree/main/charts/prometheus-blackbox-exporter)

View File

@ -1,5 +1,6 @@
# See https://github.com/helm/chart-testing#configuration # See https://github.com/helm/chart-testing#configuration
remote: origin remote: origin
target-branch: main
chart-dirs: chart-dirs:
- charts - charts
chart-repos: [] chart-repos: []