Skip to content

Commit

Permalink
Improve artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Oct 25, 2024
1 parent 37a98a8 commit 8f23e5a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions artifacts/openeo_k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
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(['']) }}"
executor_version: "{{ openeo_executor_version | default('2024.9.2') }}"
api_version: "{{ openeo_api_version | default('2024.10.1') }}"
tasks:
- name: Set default DNS name (nip.io)
set_fact:
Expand All @@ -32,11 +34,11 @@
oidcPolicies: {{ oidc_roles }}
stacCatalogueUrl: "{{ stac_url }}"
workspaceRoot: "/user_workspaces"
executorImage: "ghcr.io/eodcgmbh/openeo-argoworkflows:executor-2024.9.2"
executorImage: "ghcr.io/eodcgmbh/openeo-argoworkflows:executor-{{ executor_version }}"
image:
repository: ghcr.io/eodcgmbh/openeo-argoworkflows
# Overrides the image tag whose default is the chart appVersion.
tag: "api-2024.10.1"
tag: "api-{{ api_version }}"
persistence:
capacity: "8Gi"
ingress:
Expand Down

0 comments on commit 8f23e5a

Please sign in to comment.