From 6d4278475992f7355f95ec81397ec1451a2b3512 Mon Sep 17 00:00:00 2001 From: A-Stangeland Date: Wed, 6 Dec 2023 12:53:50 +0100 Subject: [PATCH] Fix version number --- deployment/kubernetes/deforestation-api.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/kubernetes/deforestation-api.yaml b/deployment/kubernetes/deforestation-api.yaml index 5279869..eadcb14 100644 --- a/deployment/kubernetes/deforestation-api.yaml +++ b/deployment/kubernetes/deforestation-api.yaml @@ -16,7 +16,7 @@ spec: app: deforestation-api spec: containers: - - image: ghcr.io/openearthplatforminitiative/deforestation-api:0.1.4 + - image: ghcr.io/openearthplatforminitiative/deforestation-api:0.1.3 name: deforestation-api ports: - containerPort: 8080 @@ -24,7 +24,7 @@ spec: - name: API_ROOT_PATH value: "/deforestation" - name: VERSION - value: 0.1.4 + value: 0.1.3 --- apiVersion: v1 kind: Service