Skip to content

Commit

Permalink
Обновление PRO API до версии 1.35.0 и PRO UI до версии 2.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ar.polyakov authored and ar.polyakov committed Oct 3, 2024
1 parent 7be02b0 commit 902b003
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Breaking-Changes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 2GIS On-Premise Breaking-Changes

## [1.40.0]
## [1.41.0]

### pro-api
- set host pro-api.example.com
Expand Down
8 changes: 4 additions & 4 deletions charts/pro-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ api:
# @param api.image.pullPolicy Pull Policy
image:
repository: 2gis-on-premise/pro-api
tag: 1.40.0
tag: 1.41.0
pullPolicy: IfNotPresent

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

# @param permissions.ingress.enabled If Ingress is enabled for the service
Expand Down Expand Up @@ -293,7 +293,7 @@ permissions:
assetImporter:
appName: asset-importer
repository: 2gis-on-premise/pro-importer
tag: 1.40.0
tag: 1.41.0
schedule: 0 18 * * *
backoffLimit: 2
successfulJobsHistoryLimit: 3
Expand Down Expand Up @@ -325,7 +325,7 @@ assetImporter:
assetPreparer:
appName: asset-preparer
repository: 2gis-on-premise/pro-importer
tag: 1.40.0
tag: 1.41.0
schedule: 0 16 * * 6
backoffLimit: 2
successfulJobsHistoryLimit: 1
Expand Down

0 comments on commit 902b003

Please sign in to comment.