diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5a29fd03..dc333a12 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 d38abafd..22981d24 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Fluent Helm Charts [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) -[![Release Status](https://github.com/fluent/helm-charts/workflows/Release%20Charts/badge.svg?branch=master)](https://github.com/fluent/helm-charts/actions) +[![Release Status](https://github.com/fluent/helm-charts/workflows/Release%20Charts/badge.svg?branch=main)](https://github.com/fluent/helm-charts/actions) This functionality is in beta and is subject to change. The code is provided as-is with no warranties. Beta features are not subject to the support SLA of official GA features. diff --git a/ct.yaml b/ct.yaml index e4cbb199..43208460 100644 --- a/ct.yaml +++ b/ct.yaml @@ -3,3 +3,4 @@ remote: origin chart-dirs: - charts helm-extra-args: --timeout=500s +target-branch: main