Skip to content

Commit

Permalink
Update api version 11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer authored Nov 19, 2024
1 parent bb763b6 commit e91c5db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artifacts/openeo_k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
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.11.1') }}"
api_version: "{{ openeo_api_version | default('2024.11.5') }}"
dask_worker_cores: "{{ openeo_dask_worker_cores | default(1) }}"
dask_worker_memory: "{{ openeo_dask_worker_memory | default(2) }}"
cors_origin: "{{ openeo_cors_origin | default('') }}"
Expand Down

0 comments on commit e91c5db

Please sign in to comment.