diff --git a/.gitignore b/.gitignore index 51c0b9f..f3f2dc9 100644 --- a/.gitignore +++ b/.gitignore @@ -86,3 +86,4 @@ workspace.code-workspace /charts/ades/values.minikube-dev.terradue.yaml +/charts/ades/values.minikube.yaml diff --git a/Dockerfile b/Dockerfile index ca23566..15af32a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/* diff --git a/build.yml b/build.yml index e27ebf7..100617f 100644 --- a/build.yml +++ b/build.yml @@ -1,2 +1,2 @@ docker_image_name: eoepca/proc-ades -docker_image_version: 2.0.16 \ No newline at end of file +docker_image_version: 2.0.17 \ No newline at end of file diff --git a/charts/ades/values.yaml b/charts/ades/values.yaml index f7ca54e..955b617 100644 --- a/charts/ades/values.yaml +++ b/charts/ades/values.yaml @@ -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"