Skip to content

Commit

Permalink
fix: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
giltinde committed Jun 25, 2024
1 parent b9fc31e commit 8ce3eef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/kubernetes/weather-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/weather-api:0.1.5
- image: ghcr.io/openearthplatforminitiative/weather-api:0.1.6
name: weather-api
ports:
- containerPort: 8080
env:
- name: API_ROOT_PATH
value: "/weather"
- name: VERSION
value: "0.1.5"
value: "0.1.6"
- name: API_DOMAIN
valueFrom:
configMapKeyRef:
Expand Down

0 comments on commit 8ce3eef

Please sign in to comment.