Skip to content

Commit

Permalink
Merge pull request #9 from openearthplatforminitiative/fix-version-nu…
Browse files Browse the repository at this point in the history
…mber

Fix version number
  • Loading branch information
A-Stangeland authored Dec 6, 2023
2 parents b41ad89 + 6d42784 commit fdde4f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/kubernetes/deforestation-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ 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
env:
- name: API_ROOT_PATH
value: "/deforestation"
- name: VERSION
value: 0.1.4
value: 0.1.3
---
apiVersion: v1
kind: Service
Expand Down

0 comments on commit fdde4f3

Please sign in to comment.