Skip to content

Commit

Permalink
Merge pull request #206 from uc-cdis/update-email
Browse files Browse the repository at this point in the history
Update support email
  • Loading branch information
smvgarcia authored Nov 5, 2024
2 parents 4f09e86 + 0ef6312 commit 3edd0b3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions helm/gen3/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ dependencies:
repository: "file://../pidgin"
condition: pidgin.enabled
- name: portal
version: 0.1.17
version: 0.1.18
repository: "file://../portal"
condition: portal.enabled
- name: requestor
Expand Down Expand Up @@ -128,7 +128,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.43
version: 0.1.44

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion helm/portal/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.17
version: 0.1.18

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion helm/portal/defaults/gitops.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"subTitle": "Cross Environment Datasets",
"text": "The website combines open access datasets from multiple disciplines to create clean, easy to navigate visualizations for data-driven discovery within the fields of allergy and infectious diseases.",
"contact": "If you have any questions about access or the registration process, please contact ",
"email": "support@datacommons.io"
"email": "support@gen3.org"
},
"footerLogos": [
{
Expand Down
2 changes: 1 addition & 1 deletion helm/portal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ gitops:
"subTitle": "Explore, Analyze, and Share Data",
"text": "This website supports the management, analysis and sharing of human disease data for the research community and aims to advance basic understanding of the genetic basis of complex traits and accelerate discovery and development of therapies, diagnostic tests, and other technologies for diseases like cancer.",
"contact": "If you have any questions about access or the registration process, please contact ",
"email": "support@datacommons.io"
"email": "support@gen3.org"
},
"certs": {},
"footerLogos": [
Expand Down

0 comments on commit 3edd0b3

Please sign in to comment.