Skip to content

Commit

Permalink
Merge branch 'release/2.0.14'
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrauzzi committed Apr 26, 2023
2 parents 1fb1f42 + f5c1678 commit 7f6c988
Show file tree
Hide file tree
Showing 5 changed files with 154 additions and 123 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,4 @@ t2regcred.yaml
workspace.code-workspace


/charts/ades/values.minikube-dev.terradue.yaml
3 changes: 1 addition & 2 deletions build.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
docker_image_name: eoepca/proc-ades
docker_image_version: 2.0.13

docker_image_version: 2.0.14
3 changes: 1 addition & 2 deletions charts/ades/files/main.cfg.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,10 @@ resourceManagerWorkspacePrefix= {{ .Values.workflowExecutor.resourceManagerWorks
[eoepca]
owsparser=/opt/t2libs/libeoepcaows.so
buildPath=/opt/t2template/

usernameJwtJsonPath="pct_claims.user_name"
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
Expand Down
2 changes: 1 addition & 1 deletion charts/ades/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
repository: eoepca/proc-ades
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "2.0.13"
tag: "2.0.14"

imagePullSecrets: []
nameOverride: ""
Expand Down
Loading

0 comments on commit 7f6c988

Please sign in to comment.