Skip to content

Commit

Permalink
Commit triggered by a change on the main branch of helm-charts-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrauzzi committed Jul 17, 2023
1 parent 786491d commit 01260ba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/ades/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: 2.0.18
version: 2.0.19

# 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
12 changes: 6 additions & 6 deletions charts/ades/files/main.cfg.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ storeExecuteResponse=true
servicePath=/zooservices/

[identification]
title=Ellip-WPS
keywords=
title=ADES-Processing
keywords=OGC,WPS,Processes,WebServices
abstract=
accessConstraints=none
fees=None
Expand All @@ -43,7 +43,6 @@ individualName=Operations Support team

[javax]

[env]

[database]

Expand Down Expand Up @@ -75,19 +74,20 @@ resourceManagerWorkspacePrefix= {{ .Values.workflowExecutor.resourceManagerWorks
[eoepca]
owsparser=/opt/t2libs/libeoepcaows.so
buildPath=/opt/t2template/

usernameJwtJsonPath={{ .Values.workflowExecutor.usernameJwtJsonPath }}
WorkflowExecutorHost=http://localhost:8000
WorkflowExecutorConfig=/opt/t2config/workflowwxecutorconfig.json
libWorkflowExecutor=/opt/t2service/libworkflow_executor.so

userworkspace=/opt/zooservices_user
defaultUser=anonymous
userSpaceScript=/opt/t2scripts/prepareUserSpace.sh
removeServiceScript=/opt/t2scripts/removeservice.sh


[fnRewrite]
length=2
val=.
rep=_
val_1=-
rep_1=_
rep_1=_

0 comments on commit 01260ba

Please sign in to comment.