Skip to content
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

Added Percona MongoDB helm chart with backup support #230

Merged
merged 8 commits into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions charts/psmdb-operator-db/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
apiVersion: v2
name: psmdb-operator-db
description: A Helm chart for Percona Operator and Percona Server for MongoDB
type: application
version: 1.0.0
appVersion: 1.0.0
dependencies:
- name: psmdb-operator
version: 1.16.3
repository: https://percona.github.io/percona-helm-charts/
alias: psmdb-operator
tags:
- psmdb-operator
condition: psmdb-operator.enabled
- name: psmdb-db
version: 1.16.3
repository: https://percona.github.io/percona-helm-charts/
alias: psmdb-db
tags:
- psmdb-db
condition: psmdb-db.enabled

Check failure on line 21 in charts/psmdb-operator-db/Chart.yaml

View workflow job for this annotation

GitHub Actions / lint-test

21:32 [new-line-at-end-of-file] no new line character at the end of file
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

End of line needs to be added in all files.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added end of line in all files.

2 changes: 2 additions & 0 deletions charts/psmdb-operator-db/DOC.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Backup and Restore have been tested using backup.yaml and restore.yaml files respectively using Azure Blob Storage.
For using cloud storage as backup, a Kubernetes secret need to be made: https://docs.percona.com/percona-operator-for-mongodb/backup-tutorial.html#configure-backup-storage
Loading
Loading