From cded8047375ad0f4fc393f9e678f569150ec1b32 Mon Sep 17 00:00:00 2001 From: Vladimir-Ayrikh Date: Thu, 26 Dec 2024 10:09:29 +0300 Subject: [PATCH] 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