Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
giltinde committed Jun 12, 2024
1 parent 8d4e3d6 commit 0c102a1
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 @@ -18,15 +18,15 @@ spec:
prometheus.io/path: "/metrics"
spec:
containers:
- image: ghcr.io/openearthplatforminitiative/deforestation-api:0.3.2
- image: ghcr.io/openearthplatforminitiative/deforestation-api:0.3.3
name: deforestation-api
ports:
- containerPort: 8080
env:
- name: API_ROOT_PATH
value: "/deforestation"
- name: VERSION
value: 0.3.2
value: 0.3.3
- name: API_DOMAIN
valueFrom:
configMapKeyRef:
Expand Down

0 comments on commit 0c102a1

Please sign in to comment.