chore: use main as default branch
Signed-off-by: Christian Kotzbauer <christian.kotzbauer@gmail.com>
This commit is contained in:
parent
e9660a0185
commit
c342bcb755
|
|
@ -2,7 +2,7 @@ name: Create default labels
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- "master"
|
||||
- "main"
|
||||
paths:
|
||||
- ".github/labels.json"
|
||||
jobs:
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ name: Release Charts
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
jobs:
|
||||
release:
|
||||
|
|
|
|||
10
README.md
10
README.md
|
|
@ -1,6 +1,6 @@
|
|||
# Helm Charts
|
||||
|
||||
[](https://github.com/ckotzbauer/helm-charts/actions)
|
||||
[](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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue