Skip to content

Commit

Permalink
Update openeo_k8s.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer authored Sep 27, 2024
1 parent b7d08f5 commit 0b83ce1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions artifacts/openeo_k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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(['']) }}"
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 0b83ce1

Please sign in to comment.