Skip to content

Commit

Permalink
Merge pull request #133 from IN-CORE/release-1.28.0
Browse files Browse the repository at this point in the history
Release 1.28.0
  • Loading branch information
longshuicy committed Apr 15, 2024
2 parents 4aedcca + 16a5149 commit 518456b
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.27.0
version: 1.28.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
Expand Down Expand Up @@ -47,4 +47,4 @@ annotations:
- name: Helm Chart
url: https://github.com/IN-CORE/incore-helm
artifacthub.io/changes: |
- IN-CORE release 5.3.0
- New playbooks using incore-playbook 0.6.5 and configuration accordingly
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ For an example of using existing PVC, see the file [incore-pvc.yaml](incore-pvc.

## ChangeLog

### 1.28.0
- New playbooks using incore-playbook 0.6.5 and configuration accordingly

### 1.27.0
- IN-CORE release 5.3.0

Expand Down
6 changes: 6 additions & 0 deletions playbook-configs/galveston/map.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
-93.611436,
30.541297
],
"HAZARD_BOUNDS": [
-96.211436,
27.941297,
-93.611436,
30.541297
],
"MAP_CENTER": [
-94.911436,
29.241297
Expand Down
4 changes: 2 additions & 2 deletions playbook-configs/slc/globals.config.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,11 +197,11 @@
"key": "strtypes",
"possibleOptions": [
{
"label": "Mid-Rise Unreinforced Masonry Bearing Walls",
"label": "Mid-Rise Unreinforced Masonry",
"value": "URMM"
},
{
"label": "Low-Rise Unreinforced Masonry Bearing Walls",
"label": "Low-Rise Unreinforced Masonry",
"value": "URML"
}
]
Expand Down
4 changes: 2 additions & 2 deletions playbook-configs/slc/globals.config.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,11 +197,11 @@
"key": "strtypes",
"possibleOptions": [
{
"label": "Mid-Rise Unreinforced Masonry Bearing Walls",
"label": "Mid-Rise Unreinforced Masonry",
"value": "URMM"
},
{
"label": "Low-Rise Unreinforced Masonry Bearing Walls",
"label": "Low-Rise Unreinforced Masonry",
"value": "URML"
}
]
Expand Down
6 changes: 3 additions & 3 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -416,19 +416,19 @@ playbooks:
enabled: true
image:
repository: playbook/slc
tag: 0.3.1
tag: 0.3.2
replicas: 1
joplin:
enabled: true
image:
repository: playbook/joplin
tag: 0.2.1
tag: 0.2.2
replicas: 1
galveston:
enabled: true
image:
repository: playbook/galveston
tag: 0.2.1
tag: 0.2.2
replicas: 1

# ----------------------------------------------------------------------
Expand Down

0 comments on commit 518456b

Please sign in to comment.