Skip to content

Commit

Permalink
Upgrade postgres operator to 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nuwang authored and almahmoud committed Aug 11, 2021
1 parent e8f3c46 commit df04b83
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions galaxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,17 @@ appVersion: "21.05"
description: Chart for Galaxy, 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.6.2
alias: postgresql
condition: postgresql.deploy
- name: galaxy-cvmfs-csi
repository: https://raw.githubusercontent.com/cloudve/helm-charts/master/
version: 1.6.0
condition: cvmfs.deploy
alias: cvmfs
- name: postgres-operator
repository: https://raw.githubusercontent.com/zalando/postgres-operator/master/charts/postgres-operator/
version: 1.6.3
condition: postgresql.deploy
alias: postgresql
tags:
- deploy-postgres
- name: galaxy-cvmfs-csi
repository: https://raw.githubusercontent.com/cloudve/helm-charts/master/
version: 1.6.0
condition: cvmfs.deploy
alias: cvmfs
tags:
- deploy-cvmfs

0 comments on commit df04b83

Please sign in to comment.