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:
push:
branches:
- "master"
- "main"
paths:
- ".github/labels.json"
jobs:

View File

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

View File

@ -1,6 +1,6 @@
# 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-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
- [access-manager](https://github.com/ckotzbauer/helm-charts/tree/master/charts/access-manager)
- [cadvisor](https://github.com/ckotzbauer/helm-charts/tree/master/charts/cadvisor)
- [nfs-client-provisioner](https://github.com/ckotzbauer/helm-charts/tree/master/charts/nfs-client-provisioner)
- [prometheus-blackbox-exporter](https://github.com/ckotzbauer/helm-charts/tree/master/charts/prometheus-blackbox-exporter)
- [access-manager](https://github.com/ckotzbauer/helm-charts/tree/main/charts/access-manager)
- [cadvisor](https://github.com/ckotzbauer/helm-charts/tree/main/charts/cadvisor)
- [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/main/charts/prometheus-blackbox-exporter)

View File

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