From 0b83ce166454eb8a61754695bfb7cd56bdf57fe4 Mon Sep 17 00:00:00 2001 From: Miguel Caballer Fernandez Date: Fri, 27 Sep 2024 13:07:45 +0200 Subject: [PATCH] Update openeo_k8s.yml --- artifacts/openeo_k8s.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/artifacts/openeo_k8s.yml b/artifacts/openeo_k8s.yml index 25ca903..0e110e3 100644 --- a/artifacts/openeo_k8s.yml +++ b/artifacts/openeo_k8s.yml @@ -2,7 +2,7 @@ - hosts: localhost connection: local vars: - stac_url: "{{ openeo_stac_url | default('https://stac.eodc.eu/api/v1') }}" + stac_url: "{{ openeo_stac_url | default('https://dev.stac.eodc.eu/api/v1') }}" oidc_url: "{{ openeo_oidc_url | default('https://aai.egi.eu/auth/realms/egi') }}" oidc_organisation: "{{ openeo_oidc_organisation | default('egi') }}" oidc_roles: "{{ openeo_oidc_roles | default(['']) }}" @@ -32,11 +32,11 @@ oidcPolicies: {{ oidc_roles }} stacCatalogueUrl: "{{ stac_url }}" workspaceRoot: "/user_workspaces" - executorImage: "ghcr.io/eodcgmbh/openeo-argoworkflows:executor-2024.9.1" + executorImage: "ghcr.io/eodcgmbh/openeo-argoworkflows:executor-2024.9.2" image: repository: ghcr.io/eodcgmbh/openeo-argoworkflows # Overrides the image tag whose default is the chart appVersion. - tag: "api-2024.9.2" + tag: "api-2024.9.3" persistence: capacity: "8Gi" ingress: