Skip to content

Commit

Permalink
Merge branch 'release/2.0.17'
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrauzzi committed Jun 27, 2023
2 parents 7a6f9b4 + ea97dbc commit ed1a37c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,4 @@ workspace.code-workspace


/charts/ades/values.minikube-dev.terradue.yaml
/charts/ades/values.minikube.yaml
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ RUN wget -qO- https://micromamba.snakepit.net/api/micromamba/linux-64/latest | t
rm -rf /var/lib/{apt,dpkg,cache,log} && \
cp ./micromamba /usr/bin && \
micromamba create -n workflow_executor_env && \
micromamba install workflow-executor=1.0.47 -c eoepca -c conda-forge -n workflow_executor_env && \
micromamba install workflow-executor=1.0.48 -c eoepca -c conda-forge -n workflow_executor_env && \
rm -fr /srv/conda/pkgs && \
rm -fr /tmp/*

Expand Down
2 changes: 1 addition & 1 deletion build.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
docker_image_name: eoepca/proc-ades
docker_image_version: 2.0.16
docker_image_version: 2.0.17
1 change: 1 addition & 0 deletions charts/ades/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ workflowExecutor:
# available placeholders: $namespace $steps_exit_codes
errorMessages:
"Job has reached the specified backoff limit": "Unexpected application error occurred. ( namespace: $namespace , exit codes: $steps_exit_codes )"
"namespace not found": "Job namespace $namespace does not exist or has been removed."

usernameJwtJsonPath: "pct_claims.user_name"

Expand Down

0 comments on commit ed1a37c

Please sign in to comment.