Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
giltinde committed Jul 3, 2024
1 parent 604218c commit 2438143
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deployment/kubernetes/crop-health-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,22 @@ spec:
spec:
containers:
- name: crop-health-fastapi
image: ghcr.io/openearthplatforminitiative/crop-health-api-fastapi:0.1.8
image: ghcr.io/openearthplatforminitiative/crop-health-api-fastapi:0.1.9
ports:
- containerPort: 5000
env:
- name: API_ROOT_PATH
value: "/crop-health"
- name: VERSION
value: 0.1.8
value: 0.1.9
- name: API_DOMAIN
valueFrom:
configMapKeyRef:
name: openepi-apps-config
key: api_domain

- name: crop-health-torchserve
image: ghcr.io/openearthplatforminitiative/crop-health-api-torchserve:0.1.8
image: ghcr.io/openearthplatforminitiative/crop-health-api-torchserve:0.1.9
ports:
- containerPort: 8080 # Inference API
- containerPort: 8081 # Management API
Expand All @@ -43,7 +43,7 @@ spec:
- name: API_ROOT_PATH
value: "/crop-health"
- name: VERSION
value: 0.1.8
value: 0.1.9
- name: API_DOMAIN
valueFrom:
configMapKeyRef:
Expand Down

0 comments on commit 2438143

Please sign in to comment.