-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add postgresql database support #200
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@clcc2019 Please add changelog and update chart version, refer to https://github.com/dragonflyoss/helm-charts/pull/190/files.
Helm charts use helm-docs to generate helm documents, refer to https://github.com/dragonflyoss/helm-charts/tree/main/charts.
# -- External postgresql port. | ||
port: 5432 | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove blank lines.
@clcc2019 Please rebase main branch. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@clcc2019 Remove blank line.
charts/dragonfly/Chart.yaml
Outdated
@@ -3,7 +3,7 @@ name: dragonfly | |||
description: Dragonfly is an intelligent P2P based image and file distribution system | |||
icon: https://raw.githubusercontent.com/dragonflyoss/Dragonfly2/main/docs/images/logo/dragonfly.svg | |||
type: application | |||
version: 1.1.9 | |||
version: 1.2.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
version: 1.1.10
charts/dragonfly/Chart.yaml
Outdated
@@ -26,8 +26,8 @@ sources: | |||
|
|||
annotations: | |||
artifacthub.io/changes: | | |||
- Add syncPeers configuration to manager. | |||
- Update dragonfly image tag to v2.1.16. | |||
- Add postgresql database |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Add postgresql database config.
charts/dragonfly/Chart.yaml
Outdated
- Add syncPeers configuration to manager. | ||
- Update dragonfly image tag to v2.1.16. | ||
- Add postgresql database | ||
- Fix dfdaemon seedPeer configmap |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Fix dfdaemon seedPeer configmap.
@clcc2019 Please fix lint. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix lint.
Can I skip the bitnami charts package check? |
add postgresql wait container
I don't think it's good. |
@clcc2019 Please fix lint. |
@clcc2019 Close PR due to no progress for a long time. |
@clcc2019 this PR is a great idea. I am really willing to take over and finish your work. |
Description
Related Issue
Motivation and Context