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

Switch to cloudnativepg #3

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all 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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ and `Helm` ([instructions](https://helm.sh/docs/intro/install/)) installed.
## Dependency charts

This chart relies on the features of other charts for common functionality:
- [postgres-operator](https://github.com/zalando/postgres-operator) for the
- [postgres-operator](https://cloudnative-pg.io/documentation/current/) for the
database;
- [galaxy-cvmfs-csi](https://github.com/CloudVE/galaxy-cvmfs-csi-helm) for linking the
reference data to Galaxy and jobs based on CVMFS (default).
Expand Down Expand Up @@ -83,7 +83,7 @@ current default values can be found in `values.yaml` file.
| `cvmfs.deploy` | Whether to deploy the CVMFS sub chart. Default is true. |
| `cvmfs.{}` | Refer to the [galaxy cvmfs chart](https://github.com/CloudVE/galaxy-cvmfs-csi-helm) for possible configuration values. |
| `postgresql.deploy` | Whether to deploy the postgres sub chart. Default is true. |
| `postgresql.{}` | Refer to the [postgres-operator chart](https://github.com/zalando/postgres-operator) for possible configuration values. |
| `postgresql.{}` | Refer to the [postgres-operator chart](https://cloudnative-pg.io/documentation/current/) for possible configuration values. |
| `rabbitmq.deploy` | Whether to deploy the rabbitmq sub chart. Default is true. |
| `rabbitmq.{}` | Refer to the [rabbitmq-cluster-operator chart](https://github.com/rabbitmq/cluster-operator) for possible configuration values. |
| `s3csi.deploy` | Whether to deploy the csi-s3 sub chart as an alternative to cvmfs. Default is false. |
Expand Down
11 changes: 6 additions & 5 deletions galaxy-deps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@ apiVersion: v2
name: galaxy-deps
type: application
version: 1.0.0
Copy link
Member Author

Choose a reason for hiding this comment

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

I think it would be great if we can retain v1.0.0 for this fix. There's also the existing packaging issue that needs to be resolved: https://github.com/galaxyproject/galaxy-helm-deps/releases

appVersion: "23.1"
appVersion: "24.1.3"
description: Chart containing environmental dependencies needed by Galaxy. Galaxy is an open, web-based platform for accessible, reproducible, and transparent computational biomedical research.
icon: https://galaxyproject.org/images/galaxy-logos/galaxy_project_logo_square.png
dependencies:
- name: postgres-operator
repository: https://raw.githubusercontent.com/zalando/postgres-operator/master/charts/postgres-operator/
version: 1.9.0
- name: cloudnative-pg
repository: https://cloudnative-pg.github.io/charts/
version: 0.22.1
condition: postgresql.deploy
alias: postgresql
# cannot alias due to: https://github.com/cloudnative-pg/charts/issues/351
# alias: postgresql
tags:
- deploy-postgres
- name: csi-s3
Expand Down