From 4feee7b36c33c2c90ba3b99aeac938723b5792ce Mon Sep 17 00:00:00 2001 From: Gil Tinde <31830765+giltinde@users.noreply.github.com> Date: Mon, 1 Jul 2024 13:31:00 +0200 Subject: [PATCH] fix: add link to developer portal in github readme --- README.md | 3 ++- deployment/kubernetes/deforestation-api.yaml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 479095f..c30ddbb 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # deforestation-api -API for providing deforestation data +API for providing deforestation data. For more information check out the [developer portal](https://developer-test.openepi.io/data-catalog/deforestation/). + diff --git a/deployment/kubernetes/deforestation-api.yaml b/deployment/kubernetes/deforestation-api.yaml index 29643e8..7dcc898 100644 --- a/deployment/kubernetes/deforestation-api.yaml +++ b/deployment/kubernetes/deforestation-api.yaml @@ -18,7 +18,7 @@ spec: prometheus.io/path: "/metrics" spec: containers: - - image: ghcr.io/openearthplatforminitiative/deforestation-api:0.3.5 + - image: ghcr.io/openearthplatforminitiative/deforestation-api:0.3.6 name: deforestation-api ports: - containerPort: 8080 @@ -26,7 +26,7 @@ spec: - name: API_ROOT_PATH value: "/deforestation" - name: VERSION - value: 0.3.5 + value: 0.3.6 - name: API_DOMAIN valueFrom: configMapKeyRef: