Skip to content

Commit

Permalink
Read manifestservice hostname from global values
Browse files Browse the repository at this point in the history
  • Loading branch information
jawadqur committed Apr 11, 2024
1 parent 01a2607 commit fa2ce9e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions helm/gen3/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies:
repository: "file://../indexd"
condition: indexd.enabled
- name: manifestservice
version: 0.1.12
version: 0.1.13
repository: "file://../manifestservice"
condition: manifestservice.enabled
- name: metadata
Expand Down Expand Up @@ -115,7 +115,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.27
version: 0.1.28

# 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
4 changes: 2 additions & 2 deletions helm/gen3/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# gen3

![Version: 0.1.27](https://img.shields.io/badge/Version-0.1.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: master](https://img.shields.io/badge/AppVersion-master-informational?style=flat-square)
![Version: 0.1.28](https://img.shields.io/badge/Version-0.1.28-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: master](https://img.shields.io/badge/AppVersion-master-informational?style=flat-square)

Helm chart to deploy Gen3 Data Commons

Expand Down Expand Up @@ -29,7 +29,7 @@ Helm chart to deploy Gen3 Data Commons
| file://../guppy | guppy | 0.1.10 |
| file://../hatchery | hatchery | 0.1.8 |
| file://../indexd | indexd | 0.1.13 |
| file://../manifestservice | manifestservice | 0.1.12 |
| file://../manifestservice | manifestservice | 0.1.13 |
| file://../metadata | metadata | 0.1.10 |
| file://../peregrine | peregrine | 0.1.12 |
| file://../pidgin | pidgin | 0.1.9 |
Expand Down
2 changes: 1 addition & 1 deletion helm/manifestservice/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.12
version: 0.1.13

# 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/manifestservice/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# manifestservice

![Version: 0.1.12](https://img.shields.io/badge/Version-0.1.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: master](https://img.shields.io/badge/AppVersion-master-informational?style=flat-square)
![Version: 0.1.13](https://img.shields.io/badge/Version-0.1.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: master](https://img.shields.io/badge/AppVersion-master-informational?style=flat-square)

A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion helm/manifestservice/templates/manifestservice-creds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ stringData:
config.json: |-
{
"manifest_bucket_name": "{{ .Values.manifestserviceG3auto.bucketName }}",
"hostname": "{{ .Values.manifestserviceG3auto.hostname }}",
"hostname": "{{ .Values.global.hostname }}",
"aws_access_key_id": "{{ .Values.manifestserviceG3auto.awsaccesskey }}",
"aws_secret_access_key": "{{ .Values.manifestserviceG3auto.awssecretkey }}",
"prefix": "{{ .Values.manifestserviceG3auto.prefix }}"
Expand Down

0 comments on commit fa2ce9e

Please sign in to comment.