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

fix:[coconut-app]-update values.yml #53

Open
wants to merge 1 commit 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
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
Loading