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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- "master"
|
- "main"
|
||||||
paths:
|
paths:
|
||||||
- ".github/labels.json"
|
- ".github/labels.json"
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ name: Release Charts
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
|
|
|
||||||
10
README.md
10
README.md
|
|
@ -1,6 +1,6 @@
|
||||||
# Helm Charts
|
# Helm Charts
|
||||||
|
|
||||||
[](https://github.com/ckotzbauer/helm-charts/actions)
|
[](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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue