Skip to content

Commit

Permalink
[PRO-6552] updated pro-api to 1.50.0, pro-ui to 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Королёв Илья Михайлович committed Nov 25, 2024
1 parent c4276b2 commit 0cf36da
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 12 deletions.
1 change: 1 addition & 0 deletions Breaking-Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- permissions-api: removed management TCP port 8091; liveness and readiness probes use TCP port 8081

## pro-ui
- Using new UI based on dashboards
- Using mapgl v1.51.1


Expand Down
2 changes: 1 addition & 1 deletion charts/pro-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Geo API for getting geo data
type: application

version: 1.30.0
appVersion: 1.46.0
appVersion: 1.50.0

maintainers:
- name: 2gis
Expand Down
6 changes: 3 additions & 3 deletions charts/pro-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
| ----------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------- |
| `api.appName` | Name of the service | `pro-api` |
| `api.image.repository` | Repository | `2gis-on-premise/pro-api` |
| `api.image.tag` | Tag | `1.46.0` |
| `api.image.tag` | Tag | `1.50.0` |
| `api.image.pullPolicy` | Pull Policy | `IfNotPresent` |
| `api.ingress.enabled` | If Ingress is enabled for the service. | `false` |
| `api.ingress.className` | Name of the Ingress controller class. | `nginx` |
Expand Down Expand Up @@ -75,7 +75,7 @@
| Name | Description | Value |
| ------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------- |
| `permissions.image.repository` | Repository | `2gis-on-premise/pro-permissions-api` |
| `permissions.image.tag` | Tag | `1.46.0` |
| `permissions.image.tag` | Tag | `1.50.0` |
| `permissions.image.pullPolicy` | Pull Policy | `IfNotPresent` |
| `permissions.ingress.enabled` | If Ingress is enabled for the service | `false` |
| `permissions.ingress.className` | Name of the Ingress controller class | `nginx` |
Expand Down Expand Up @@ -113,7 +113,7 @@
| -------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------ |
| `assetImporter.appName` | Data Import job name. | `asset-importer` |
| `assetImporter.repository` | Docker Repository Image. | `2gis-on-premise/pro-importer` |
| `assetImporter.tag` | Docker image tag. | `1.46.0` |
| `assetImporter.tag` | Docker image tag. | `1.50.0` |
| `assetImporter.schedule` | Import job schedule. | `0 18 * * *` |
| `assetImporter.backoffLimit` | The number of [retries](https://kubernetes.io/docs/concepts/workloads/controllers/job/#pod-backoff-failure-policy) before considering a Job as failed. | `2` |
| `assetImporter.successfulJobsHistoryLimit` | How many completed and failed jobs should be kept. See [docs](https://kubernetes.io/docs/tasks/job/automated-tasks-with-cron-jobs/#jobs-history-limits). | `3` |
Expand Down
10 changes: 5 additions & 5 deletions charts/pro-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ api:
# @param api.image.pullPolicy Pull Policy
image:
repository: 2gis-on-premise/pro-api
tag: 1.46.0
tag: 1.50.0
pullPolicy: IfNotPresent

# @param api.ingress.enabled If Ingress is enabled for the service.
Expand Down Expand Up @@ -183,7 +183,7 @@ permissions:
# @param permissions.image.pullPolicy Pull Policy
image:
repository: 2gis-on-premise/pro-permissions-api
tag: 1.46.0
tag: 1.50.0
pullPolicy: IfNotPresent

# @param permissions.ingress.enabled If Ingress is enabled for the service
Expand Down Expand Up @@ -272,7 +272,7 @@ tasks:

image:
repository: 2gis-on-premise/urbi-geo-tasks-api
tag: 1.46.0
tag: 1.50.0
pullPolicy: IfNotPresent

ingress:
Expand Down Expand Up @@ -370,7 +370,7 @@ tasks:
assetImporter:
appName: asset-importer
repository: 2gis-on-premise/pro-importer
tag: 1.46.0
tag: 1.50.0
schedule: 0 18 * * *
backoffLimit: 2
successfulJobsHistoryLimit: 3
Expand Down Expand Up @@ -402,7 +402,7 @@ assetImporter:
assetPreparer:
appName: asset-preparer
repository: 2gis-on-premise/pro-importer
tag: 1.46.0
tag: 1.50.0
schedule: 0 16 * * 6
backoffLimit: 2
successfulJobsHistoryLimit: 1
Expand Down
2 changes: 1 addition & 1 deletion charts/pro-ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ type: application
description: A Helm chart for Kubernetes to deploy 2GIS Pro UI service

version: 1.30.0
appVersion: 3.1.0
appVersion: 3.5.0

maintainers:
- name: 2gis
Expand Down
2 changes: 1 addition & 1 deletion charts/pro-ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Use this Helm chart to deploy 2GIS Pro UI service, which is a part of 2GIS's [On
| Name | Description | Value |
| ------------------ | ----------- | ------------------------ |
| `image.repository` | Repository | `2gis-on-premise/pro-ui` |
| `image.tag` | Tag | `3.1.0` |
| `image.tag` | Tag | `3.5.0` |

### Common deployment settings

Expand Down
2 changes: 1 addition & 1 deletion charts/pro-ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ strategy:
# @param image.tag Tag
image:
repository: 2gis-on-premise/pro-ui
tag: 3.1.0
tag: 3.5.0

# @section Common deployment settings

Expand Down

0 comments on commit 0cf36da

Please sign in to comment.