Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tiles-api] Upgrade to 4.61.0 #514

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/tiles-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Tiles API for getting cartographic data
type: application

version: 1.28.2
appVersion: 4.54.0
appVersion: 4.61.0

maintainers:
- name: 2gis
Expand Down
1 change: 1 addition & 0 deletions charts/tiles-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ See the [documentation](https://docs.2gis.com/en/on-premise/map) to learn about:
| `dgctlStorage.host` | S3 endpoint. Format: `host:port`. | `""` |
| `dgctlStorage.secure` | If S3 uses https. | `false` |
| `dgctlStorage.bucket` | S3 bucket name. | `""` |
| `dgctlStorage.region` | S3 region. | `""` |
| `dgctlStorage.accessKey` | S3 access key for accessing the bucket. | `""` |
| `dgctlStorage.secretKey` | S3 secret key for accessing the bucket. | `""` |
| `dgctlStorage.manifest` | The path to the [manifest file](https://docs.2gis.com/en/on-premise/overview#nav-lvl2@paramCommon_deployment_steps). Format: `manifests/0000000000.json`.<br> This file contains the description of pieces of data that the service requires to operate. | `""` |
Expand Down
1 change: 1 addition & 0 deletions charts/tiles-api/configs/importer/importer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ storage:
host: {{ required "Valid .Values.dgctlStorage.host required!" .Values.dgctlStorage.host }}
secure: {{ .Values.dgctlStorage.secure }}
bucket: {{ required "Valid .Values.dgctlStorage.bucket required!" .Values.dgctlStorage.bucket }}
region: {{ .Values.dgctlStorage.region }}
url-lifetime-period: 60m

k8s:
Expand Down
2 changes: 2 additions & 0 deletions charts/tiles-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ dgctlDockerRegistry: ''
# @param dgctlStorage.host S3 endpoint. Format: `host:port`.
# @param dgctlStorage.secure If S3 uses https.
# @param dgctlStorage.bucket S3 bucket name.
# @param dgctlStorage.region S3 region.
# @param dgctlStorage.accessKey S3 access key for accessing the bucket.
# @param dgctlStorage.secretKey S3 secret key for accessing the bucket.
# @param dgctlStorage.manifest The path to the [manifest file](https://docs.2gis.com/en/on-premise/overview#nav-lvl2@paramCommon_deployment_steps). Format: `manifests/0000000000.json`.<br> This file contains the description of pieces of data that the service requires to operate.
Expand All @@ -17,6 +18,7 @@ dgctlStorage:
host: ''
secure: false
bucket: ''
region: ''
accessKey: ''
secretKey: ''
manifest: ''
Expand Down
Loading