Skip to content

Commit

Permalink
Upgrade to 4.61.0 (#514)
Browse files Browse the repository at this point in the history
Co-authored-by: p.fomin <[email protected]>
Co-authored-by: mprudnikov3 <[email protected]>
  • Loading branch information
3 people authored Oct 21, 2024
1 parent 94ee0e9 commit ef98d59
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
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.29.0
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

0 comments on commit ef98d59

Please sign in to comment.