From c342bcb755a83f7a5b4b0814496e75869c0764af Mon Sep 17 00:00:00 2001 From: Christian Kotzbauer Date: Sat, 25 Sep 2021 19:14:35 +0200 Subject: [PATCH] chore: use main as default branch Signed-off-by: Christian Kotzbauer --- .github/workflows/create-default-labels.yml | 2 +- .github/workflows/release.yaml | 2 +- README.md | 10 +++++----- ct.yaml | 1 + 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/create-default-labels.yml b/.github/workflows/create-default-labels.yml index 1645d03..0f000e6 100644 --- a/.github/workflows/create-default-labels.yml +++ b/.github/workflows/create-default-labels.yml @@ -2,7 +2,7 @@ name: Create default labels on: push: branches: - - "master" + - "main" paths: - ".github/labels.json" jobs: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index dda0e8b..5fb80e1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -3,7 +3,7 @@ name: Release Charts on: push: branches: - - master + - main jobs: release: diff --git a/README.md b/README.md index 918ca77..5eef2bb 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/ct.yaml b/ct.yaml index aee26dd..75bc6fd 100644 --- a/ct.yaml +++ b/ct.yaml @@ -1,5 +1,6 @@ # See https://github.com/helm/chart-testing#configuration remote: origin +target-branch: main chart-dirs: - charts chart-repos: []