Skip to content

Commit fa32db9

Browse files
committed
[gis-platform] version 2023.3.29
1 parent 73e1180 commit fa32db9

File tree

9 files changed

+415
-37
lines changed

9 files changed

+415
-37
lines changed

Breaking-Changes.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
# 2GIS On-Premise Breaking-Changes
2+
3+
## [1.6.3]
4+
#### gis-platform
5+
Before updating:
6+
7+
- Disable `allowDirectAccess` option on layers `admin.2gis` and `admin.2gis_traffic`
8+
- Set `subDomains` option to `[]` (empty array) in `admin.2gis_traffic`
9+
10+
Those options did not work in previous releases, and were set to incorrect defaults.
11+
12+
You can do this in admin web interface or by running `configure.sh -c -p`
13+
214
## [1.6.0]
315
#### catalog-api
416
- Rename

charts/gis-platform/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: GIS Platform
55
type: application
66

77
version: 1.6.5
8-
appVersion: 2022.9.29
8+
appVersion: 2023.3.29
99

1010
dependencies:
1111
- name: zookeeper

charts/gis-platform/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ See the [documentation](https://docs.2gis.com/en/on-premise/gis-platform) to lea
4343
| Name | Description | Value |
4444
| ---------------------------- | ----------------------------------- | ------------------------------------- |
4545
| `spcore.image.repository` | SPCore service image repository. | `2gis-on-premise/gis_platform_spcore` |
46-
| `spcore.image.tag` | SPCore service image tag. | `2022.9.29` |
46+
| `spcore.image.tag` | SPCore service image tag. | `2023.3.29` |
4747
| `portal.image.repository` | Portal service image repository. | `2gis-on-premise/gis_platform_portal` |
48-
| `portal.image.tag` | Portal service image tag. | `2022.9.29` |
48+
| `portal.image.tag` | Portal service image tag. | `2023.3.29` |
4949
| `zookeeper.image.repository` | ZooKeeper service image repository. | `2gis-on-premise/zookeeper` |
5050
| `zookeeper.image.tag` | ZooKeeper service image tag. | `3.7.0-debian-10-r265` |
5151

@@ -142,9 +142,9 @@ See the [documentation](https://docs.2gis.com/en/on-premise/gis-platform) to lea
142142
| Name | Description | Value |
143143
| ------------------------------------- | ------------------------------------ | -------- |
144144
| `spcore.resources` | **Limits for the SPCore service** | |
145-
| `spcore.resources.requests.cpu` | A CPU request. | `800m` |
145+
| `spcore.resources.requests.cpu` | A CPU request. | `1` |
146146
| `spcore.resources.requests.memory` | A memory request. | `4096Mi` |
147-
| `spcore.resources.limits.cpu` | A CPU limit. | `800m` |
147+
| `spcore.resources.limits.cpu` | A CPU limit. | `2` |
148148
| `spcore.resources.limits.memory` | A memory limit. | `4096Mi` |
149149
| `portal.resources` | **Limits for the Portal service** | |
150150
| `portal.resources.requests.cpu` | A CPU request. | `100m` |

charts/gis-platform/configs/spcore/SPCore.json.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"pluginsPath": "plugins",
66
"silentlyApplyMigrations": true,
77
"RequireUniqueEmail": true,
8+
"AutoConfirmEmail": true,
89
"maxRenderTargets": {{- .Values.spcore.maxRenderTargets }},
910
"staticPath": "/app/static",
1011
"previewStaticPath": "/app/static",

0 commit comments

Comments
 (0)