diff --git a/Breaking-Changes.md b/Breaking-Changes.md index 1061f1d2..e3411330 100644 --- a/Breaking-Changes.md +++ b/Breaking-Changes.md @@ -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 diff --git a/charts/pro-api/Chart.yaml b/charts/pro-api/Chart.yaml index 9742771f..8b70c7ca 100644 --- a/charts/pro-api/Chart.yaml +++ b/charts/pro-api/Chart.yaml @@ -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 diff --git a/charts/pro-api/README.md b/charts/pro-api/README.md index 7554c80d..e0be7586 100644 --- a/charts/pro-api/README.md +++ b/charts/pro-api/README.md @@ -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` | @@ -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` | @@ -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` | diff --git a/charts/pro-api/values.yaml b/charts/pro-api/values.yaml index 913b8abf..ca08e1b1 100644 --- a/charts/pro-api/values.yaml +++ b/charts/pro-api/values.yaml @@ -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. @@ -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 @@ -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: @@ -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 @@ -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 diff --git a/charts/pro-ui/Chart.yaml b/charts/pro-ui/Chart.yaml index fabed266..45cf2062 100644 --- a/charts/pro-ui/Chart.yaml +++ b/charts/pro-ui/Chart.yaml @@ -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 diff --git a/charts/pro-ui/README.md b/charts/pro-ui/README.md index 522c52fb..7ecf5e3e 100644 --- a/charts/pro-ui/README.md +++ b/charts/pro-ui/README.md @@ -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 diff --git a/charts/pro-ui/values.yaml b/charts/pro-ui/values.yaml index eec92e43..2a21a781 100644 --- a/charts/pro-ui/values.yaml +++ b/charts/pro-ui/values.yaml @@ -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