Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
*: change branch name to main
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfantom committed Aug 18, 2022
1 parent afa123f commit 7dbd3a6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ We'd love your help!
_NOTE_: In order to make testing and merging of PRs easier, please submit changes to multiple charts in separate PRs.

Remember to always work in a branch of your local copy, as you might otherwise
have to contend with conflicts in master.
have to contend with conflicts in the main branch.

Please also see [GitHub
flow](https://docs.github.com/en/get-started/quickstart/github-flow).
Expand Down
2 changes: 1 addition & 1 deletion charts/timescaledb-multinode/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ sources:
- https://github.com/zalando/patroni

# The chart is deprecated. We are looking for maintainers to remove this field.
# More in https://github.com/timescale/helm-charts/blob/master/charts/timescaledb-multinode/README.md#call-for-maintainers
# More in https://github.com/timescale/helm-charts/blob/main/charts/timescaledb-multinode/README.md#call-for-maintainers
deprecated: true
2 changes: 1 addition & 1 deletion charts/timescaledb-single/templates/configmap-scripts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ data:
```
For more information, consult the admin guide:
https://github.com/timescale/timescaledb-kubernetes/blob/master/charts/timescaledb-single/admin-guide.md#bootstrap-from-backup
https://github.com/timescale/helm-charts/blob/main/charts/timescaledb-single/admin-guide.md#bootstrap-from-backup
__EOT__
Expand Down
2 changes: 1 addition & 1 deletion charts/timescaledb-single/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ pgBouncer:
# However, for flexibility, we do allow the override of any pg_bouncer setting
# many of which are vital to the operation of this helm chart.
# The values we do not suggest altering are set in the template
# https://github.com/timescale/timescaledb-kubernetes/blob/master/charts/timescaledb-single/templates/configmap-pgbouncer.yaml#L35-L50
# https://github.com/timescale/helm-charts/blob/main/charts/timescaledb-single/templates/configmap-pgbouncer.yaml#L35-L50
# Only override these settings if you are confident of what you are doing.
server_reset_query: DISCARD ALL
max_client_conn: 500
Expand Down
2 changes: 1 addition & 1 deletion ct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
---
# See https://github.com/helm/chart-testing#configuration
remote: origin
target-branch: master
target-branch: main
chart-dirs:
- charts
chart-repos: []
Expand Down

0 comments on commit 7dbd3a6

Please sign in to comment.