Skip to content

Commit 64c01cc

Browse files
committed
Revert "Merge master"
This reverts commit 65603e1, reversing changes made to 4ce4a76.
1 parent 65603e1 commit 64c01cc

File tree

36 files changed

+93
-60
lines changed

36 files changed

+93
-60
lines changed

CHANGELOG.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,5 @@
11
# 2GIS On-Premise Changelog
22

3-
## [1.31.0] (2024-11-07)
4-
#### Images
5-
```
6-
floors-api
7-
- floors-importer:1.0.4
8-
+ floors-importer:1.1.0
9-
- floors-nodejs:1.0.4
10-
+ floors-nodejs:1.1.0
11-
mapgl-js-api
12-
- mapgl:1.51.0
13-
+ mapgl:1.53.0
14-
navi-back
15-
- navi-back:7.27.1.2
16-
+ navi-back:7.29.2.2
17-
search-api
18-
- search-api:7.80.0
19-
+ search-api:7.85.0
20-
21-
```
22-
233
## [1.30.0] (2024-10-24)
244
#### [Breaking-Changes](Breaking-Changes.md#1300)
255
#### Images

charts/catalog-api/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: catalog-api
33
type: application
44
description: A Helm chart for Kubernetes to deploy Catalog APIs
55

6-
version: 1.31.0
6+
version: 1.30.0
77
appVersion: 3.625.0
88

99
maintainers:

charts/citylens/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: citylens
33
type: application
44
description: A Helm chart for Kubernetes to deploy Citylens service
55

6-
version: 1.31.0
6+
version: 1.30.0
77
appVersion: 1.14.2
88

99
maintainers:

charts/dgtt/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: dgtt
33
description: DGTT Helm chart for Kubernetes
44
type: application
55

6-
version: 1.31.0
6+
version: 1.30.0
77
appVersion: 0.2.27-b188673e09
88

99
maintainers:

charts/floors-api/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: floors-api
33
description: Helm for floors service
44
type: application
55

6-
version: 1.31.0
6+
version: 1.30.0
77
appVersion: 1.1.0
88

99
maintainers:

charts/floors-api/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Read more about the On-Premise solution [here](https://docs.2gis.com/en/on-premi
1818
| ------------------------- | -------------------------------- | ------------------------------- |
1919
| `nodejs.image.repository` | Floors backend image repository. | `2gis-on-premise/floors-nodejs` |
2020
| `nodejs.image.pullPolicy` | Floors backend pull policy. | `IfNotPresent` |
21-
| `nodejs.image.tag` | Floors backend image tag. | `1.1.0` |
21+
| `nodejs.image.tag` | Floors backend image tag. | `1.0.4` |
2222
| `nginx.image.repository` | Floors nginx image repository. | `2gis-on-premise/nginx` |
2323
| `nginx.image.pullPolicy` | Floors nginx pull policy. | `IfNotPresent` |
2424
| `nginx.image.tag` | Floors nginx image tag. | `1.21.6` |
@@ -102,7 +102,7 @@ Read more about the On-Premise solution [here](https://docs.2gis.com/en/on-premi
102102
| Name | Description | Value |
103103
| ---------------------------------- | -------------------------------- | --------------------------------- |
104104
| `import.image.repository` | Import task image repository. | `2gis-on-premise/floors-importer` |
105-
| `import.image.tag` | Import task image tag. | `1.1.0` |
105+
| `import.image.tag` | Import task image tag. | `1.0.4` |
106106
| `import.image.pullPolicy` | Import task pull policy. | `IfNotPresent` |
107107
| `import.resources.requests.cpu` | A CPU request, e.g., `100m`. | |
108108
| `import.resources.requests.memory` | A memory request, e.g., `128Mi`. | |

charts/floors-api/values.yaml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ nodejs:
129129
image:
130130
repository: 2gis-on-premise/floors-nodejs
131131
pullPolicy: IfNotPresent
132-
tag: 1.1.0
132+
tag: 1.0.4
133133

134134

135135
# @section Floors nginx settings
@@ -166,3 +166,16 @@ import:
166166
repository: 2gis-on-premise/floors-importer
167167
pullPolicy: IfNotPresent
168168
tag: 1.0.4
169+
170+
# @section **Custom Certificate Authority**
171+
172+
# @param customCAs.bundle Custom CA [text representation of the X.509 PEM public-key certificate](https://www.rfc-editor.org/rfc/rfc7468#section-5.1)
173+
# @param customCAs.certsPath Custom CA bundle mount directory in the container.
174+
175+
customCAs:
176+
bundle: ''
177+
# bundle: |
178+
# -----BEGIN CERTIFICATE-----
179+
# ...
180+
# -----END CERTIFICATE-----
181+
certsPath: ''

charts/generic-chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Generic library Helm chart for 2Gis
44
type: library
55
keywords:
66
- library
7-
version: 1.31.0
7+
version: 1.30.0
88
maintainers:
99
- name: 2gis
1010
url: https://github.com/2gis

charts/gis-platform/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: GIS Platform
44

55
type: application
66

7-
version: 1.31.0
7+
version: 1.30.0
88
appVersion: 2023.8.3-0
99

1010
dependencies:

charts/keycloak/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: keycloak
33
type: application
44
description: Keycloak is a high performance Java-based identity and access management solution. It lets developers add an authentication layer to their applications with minimum effort.
55

6-
version: 1.31.0
6+
version: 1.30.0
77
appVersion: 21.1.1-debian-11-r4
88

99
maintainers:

0 commit comments

Comments
 (0)