From 161e218b3a9d685f395a2605745ef1da1897930f Mon Sep 17 00:00:00 2001 From: Vladimir-Ayrikh Date: Wed, 25 Dec 2024 17:49:27 +0300 Subject: [PATCH 1/2] TILES-7086 Updated mapgl-api appVersion --- charts/mapgl-js-api/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/mapgl-js-api/Chart.yaml b/charts/mapgl-js-api/Chart.yaml index 6614b40e..a77e0d43 100644 --- a/charts/mapgl-js-api/Chart.yaml +++ b/charts/mapgl-js-api/Chart.yaml @@ -5,7 +5,7 @@ description: Basic WebGL map chart template for 2GIS On-Premise type: application version: 1.32.0 -appVersion: 1.54.1 +appVersion: 1.55.0 maintainers: - name: 2gis From cded8047375ad0f4fc393f9e678f569150ec1b32 Mon Sep 17 00:00:00 2001 From: Vladimir-Ayrikh Date: Thu, 26 Dec 2024 10:09:29 +0300 Subject: [PATCH 2/2] Updated mapgl-api version --- charts/mapgl-js-api/README.md | 2 +- charts/mapgl-js-api/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mapgl-js-api/README.md b/charts/mapgl-js-api/README.md index 23552b51..177e75fd 100644 --- a/charts/mapgl-js-api/README.md +++ b/charts/mapgl-js-api/README.md @@ -46,7 +46,7 @@ See the [documentation](https://docs.2gis.com/en/on-premise/map) to learn about: | Name | Description | Value | | ------------------ | ----------- | ----------------------- | | `image.repository` | Repository | `2gis-on-premise/mapgl` | -| `image.tag` | Tag | `1.54.1` | +| `image.tag` | Tag | `1.55.0` | | `image.pullPolicy` | Pull Policy | `IfNotPresent` | ### Environment variables diff --git a/charts/mapgl-js-api/values.yaml b/charts/mapgl-js-api/values.yaml index 2bd8bc39..34831c77 100644 --- a/charts/mapgl-js-api/values.yaml +++ b/charts/mapgl-js-api/values.yaml @@ -38,7 +38,7 @@ podLabels: {} image: repository: 2gis-on-premise/mapgl - tag: 1.54.1 + tag: 1.55.0 pullPolicy: IfNotPresent