From 680f87350f465c5e272419c5d6b45f189006112b Mon Sep 17 00:00:00 2001 From: bbrauzzi Date: Tue, 27 Jun 2023 11:39:37 +0200 Subject: [PATCH 1/3] .gitignore update --- .gitignore | 1 + 1 file changed, 1 insertion(+) 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 From 897b4c8b47c9ff901b68bae552d6e83c5a7429eb Mon Sep 17 00:00:00 2001 From: bbrauzzi Date: Tue, 27 Jun 2023 11:49:53 +0200 Subject: [PATCH 2/3] EOEPCA-943 #comment set job to fail when namespace is not found --- Dockerfile | 2 +- charts/ades/values.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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/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" From ea97dbcbe16b0f6138a07d6b1b2ce13cc4dc1090 Mon Sep 17 00:00:00 2001 From: bbrauzzi Date: Tue, 27 Jun 2023 11:51:14 +0200 Subject: [PATCH 3/3] version bump 2.0.17 --- build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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