Skip to content

Commit

Permalink
fix:[coconut-app]-update values.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NishaSharma14 committed Sep 1, 2024
1 parent 21b532c commit 0219ae4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charts/coconut-app/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.4.0
version: 0.4.1

# 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
14 changes: 7 additions & 7 deletions charts/coconut-app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ replicaCount: 1
appProperties:
name: coconut
key:
env: development
env: production
debug: true
url: https://coconut2.nmrxiv.org
url: https://coconut.naturalproducts.net/
queueConnection: sync
schemaVersion: 1.0
description: |
Expand All @@ -26,7 +26,7 @@ webservices:
orcidIdSearchApi: https://pub.orcid.org/v2.1/search
orcidIdEmploymentApi: https://pub.orcid.org/v3.0/{orcid_id}/employments
orcidIdPersonApi: https://pub.orcid.org/v3.0/{orcid_id}/person
cmApi: https://dev.api.naturalproducts.net/v1/
cmApi: https://api.naturalproducts.net/v1/

logProperties:
logChannel: stack
Expand All @@ -45,14 +45,14 @@ rdkitcatridgepostgres:

appImage:
name: php
repository: europe-west3-docker.pkg.dev/coconut-366808/coconut-dev/coconut-app
repository: nfdi4chem/coconut
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: latest

nginxImage:
name: nginx
repository: europe-west3-docker.pkg.dev/coconut-366808/coconut-dev/coconut-nginx
repository: nfdi4chem/coconut
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: latest
Expand Down Expand Up @@ -136,7 +136,7 @@ mail:
host: 'smtp.uni-jena.de'
port: 587
from: [email protected]
fromName: "coconut-dev"
fromName: "coconut"
user: test
password: secret
mailer: smtp
Expand All @@ -145,7 +145,7 @@ cheminfo-microservice:
enabled: false
image:
name: chem-py-microservice
repository: europe-west3-docker.pkg.dev/coconut-366808/cheminformatics-python-microservice/chem-py-microservice
repository: nfdi4chem/cheminformatics-microservice
pullPolicy: Always
tag: latest
service:
Expand Down

0 comments on commit 0219ae4

Please sign in to comment.