[bitnami/charts] Default branch renaming in .github (#12942)

* [bitnami/charts] Default branch renaming in .github

Signed-off-by: Fran Mulero <fmulero@vmware.com>

* Fix wrong conflict resolution

Signed-off-by: Fran Mulero <fmulero@vmware.com>

Signed-off-by: Fran Mulero <fmulero@vmware.com>
This commit is contained in:
Fran Mulero
2022-10-17 15:34:29 +02:00
committed by GitHub
parent aad664a75d
commit 62c67c1b37
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -38,4 +38,4 @@
- [ ] Chart version bumped in `Chart.yaml` according to [semver](http://semver.org/). This is *not necessary* when the changes only affect README.md files. - [ ] Chart version bumped in `Chart.yaml` according to [semver](http://semver.org/). This is *not necessary* when the changes only affect README.md files.
- [ ] Variables are documented in the values.yaml and added to the `README.md` using [readme-generator-for-helm](https://github.com/bitnami-labs/readme-generator-for-helm) - [ ] Variables are documented in the values.yaml and added to the `README.md` using [readme-generator-for-helm](https://github.com/bitnami-labs/readme-generator-for-helm)
- [ ] Title of the pull request follows this pattern [bitnami/<name_of_the_chart>] Descriptive title - [ ] Title of the pull request follows this pattern [bitnami/<name_of_the_chart>] Descriptive title
- [ ] All commits signed off and in agreement of [Developer Certificate of Origin (DCO)](https://github.com/bitnami/charts/blob/master/CONTRIBUTING.md#sign-your-work) - [ ] All commits signed off and in agreement of [Developer Certificate of Origin (DCO)](https://github.com/bitnami/charts/blob/main/CONTRIBUTING.md#sign-your-work)
+1 -1
View File
@@ -2,7 +2,7 @@ name: '[CI/CD] CD Pipeline'
on: # rebuild any PRs and main branch changes on: # rebuild any PRs and main branch changes
push: push:
branches: branches:
- master - main
paths: paths:
- 'bitnami/airflow/**' - 'bitnami/airflow/**'
- 'bitnami/apache/**' - 'bitnami/apache/**'
@@ -7,7 +7,7 @@ on: # rebuild any PRs and main branch changes
- synchronize - synchronize
- labeled - labeled
branches: branches:
- master - main
paths: paths:
- 'bitnami/thanos/*' - 'bitnami/thanos/*'
env: env:
+2 -2
View File
@@ -7,8 +7,8 @@ on: # rebuild any PRs and main branch changes
- synchronize - synchronize
- labeled - labeled
branches: branches:
- master - main
- bitnami:master - bitnami:main
permissions: permissions:
issues: write issues: write
pull-requests: write pull-requests: write
+1 -1
View File
@@ -3,7 +3,7 @@ name: '[Support] Update README metadata'
on: on:
pull_request_target: pull_request_target:
branches: branches:
- master - main
paths: paths:
- 'bitnami/*/values.yaml' - 'bitnami/*/values.yaml'
permissions: permissions: