Skip to content

Commit

Permalink
Merge pull request #105 from IN-CORE/release-1.24.0
Browse files Browse the repository at this point in the history
Release 1.24.0
  • Loading branch information
ywkim312 authored Feb 22, 2024
2 parents 23aa718 + 06881c4 commit 3958795
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 15 deletions.
6 changes: 3 additions & 3 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ version: 1.23.0
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 5.0.0
appVersion: 5.1.0

# List of people that maintain this helm chart.
maintainers:
Expand Down Expand Up @@ -47,6 +47,6 @@ annotations:
- name: Helm Chart
url: https://github.com/IN-CORE/incore-helm
artifacthub.io/changes: |
- IN-CORE release 5.0.0
- Added MONGODB_URI to auth deployment
- IN-CORE release 5.1.0
- Increase max zoom level of playbook maps
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ For an example of using existing PVC, see the file [incore-pvc.yaml](incore-pvc.
## ChangeLog
### 1.24.0
- IN-CORE release 5.1.0
- Increase max zoom level of playbook maps
### 1.23.0
- IN-CORE release 5.0.0
- Added MONGODB_URI to auth deployment
Expand Down
2 changes: 1 addition & 1 deletion playbook-configs/galveston/map.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"MAP_CENTER": [-94.911436, 29.241297],
"ZOOM": 5,
"MIN_ZOOM": 4,
"MAX_ZOOM": 15,
"MAX_ZOOM": 19,
"LAYER_STYLES": {
"BldgDamage": "incore:bldg-dmg-summary",
"BldgFunctionality": "incore:joplin-bldg-func",
Expand Down
2 changes: 1 addition & 1 deletion playbook-configs/joplin/map.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"ZOOM": 5,
"MIN_ZOOM": 4,
"MAX_ZOOM": 15,
"MAX_ZOOM": 19,
"LAYER_STYLES": {
"BldgDamage": "incore:bldg-dmg-summary",
"BldgFunctionality": "incore:joplin-bldg-func",
Expand Down
2 changes: 1 addition & 1 deletion playbook-configs/slc/map.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"ZOOM": 5,
"MIN_ZOOM": 4,
"MAX_ZOOM": 15,
"MAX_ZOOM": 19,
"LAYER_STYLES": {
"BldgDamage": "incore:bldg-dmg-summary",
"BldgFunctionality": "incore:joplin-bldg-func",
Expand Down
18 changes: 9 additions & 9 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ doc_incore:
replicas: 1
image:
repository: doc/incore
tag: 4.8.2
tag: 4.9.0
service:
type: ClusterIP
port: 80
Expand All @@ -183,7 +183,7 @@ doc_pyincore:
replicas: 1
image:
repository: doc/pyincore
tag: 1.16.0
tag: 1.17.0
service:
type: ClusterIP
port: 80
Expand Down Expand Up @@ -219,7 +219,7 @@ doc_api:
replicas: 1
image:
repository: doc/api
tag: v4.8.2
tag: v4.9.0
service:
type: ClusterIP
port: 80
Expand All @@ -232,7 +232,7 @@ svc_data:
repo: /home/incore/data/
image:
repository: data-jetty
tag: 1.24.0
tag: 1.25.0
service:
type: ClusterIP
port: 8888
Expand All @@ -258,7 +258,7 @@ svc_dfr3:
replicas: 4
image:
repository: dfr3-jetty
tag: 1.24.0
tag: 1.25.0
service:
type: ClusterIP
port: 8888
Expand All @@ -281,7 +281,7 @@ svc_hazard:
replicas: 4
image:
repository: hazard-jetty
tag: 1.24.0
tag: 1.25.0
service:
type: ClusterIP
port: 8888
Expand All @@ -304,7 +304,7 @@ svc_space:
replicas: 2
image:
repository: space-jetty
tag: 1.24.0
tag: 1.25.0
service:
type: ClusterIP
port: 8888
Expand All @@ -327,7 +327,7 @@ svc_sema:
replicas: 1
image:
repository: semantics-jetty
tag: 1.24.0
tag: 1.25.0
service:
type: ClusterIP
port: 8888
Expand Down Expand Up @@ -437,7 +437,7 @@ playbooks:
datawolf:
image:
repository: hub.ncsa.illinois.edu/incore/datawolf
tag: 1.10.0
tag: 1.11.0

auth:
enabled: false
Expand Down

0 comments on commit 3958795

Please sign in to comment.