Skip to content

Commit 6221cb8

Browse files
committed
Update helm chart for MapTiler Server 4.6.0 release
1 parent 0d8085c commit 6221cb8

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

charts/maptiler-server/Chart.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ type: application
1717
# This is the chart version. This version number should be incremented each time you make changes
1818
# to the chart and its templates, including the app version.
1919
# Versions are expected to follow Semantic Versioning (https://semver.org/)
20-
version: 1.0.0
20+
version: 1.1.0
2121

2222
# This is the version number of the application being deployed. This version number should be
2323
# incremented each time you make changes to the application. Versions are not expected to
2424
# follow Semantic Versioning. They should reflect the version the application is using.
2525
# It is recommended to use it with quotes.
26-
appVersion: "4.5.0"
26+
appVersion: "4.6.0"
2727

2828
sources:
2929
- https://github.com/maptiler/maptiler-server-kubernetes
@@ -35,4 +35,4 @@ annotations:
3535
- name: Helm Chart
3636
url: https://labs.maptiler.com/maptiler-server-kubernetes/
3737
artifacthub.io/changes: |
38-
- Initial release of the Helm Chart
38+
- MapTiler Server release 4.6.0

charts/maptiler-server/README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,15 @@ helm install maptiler-server-app -f values.yaml maptiler/maptiler-server
9898

9999
## Examples
100100

101-
You can find configuration examples in our [Documentation Portal](https://documentation.maptiler.com/hc/en-us/categories/22658073695889-Map-Server).
101+
You can find configuration examples in our [Documentation Portal](https://docs.maptiler.com/guides/self-hosting/map-server/?utm_source=artifactory&utm_medium=description%20%7C%20documentation&utm_content=documentation
102+
).
102103

103104
## ChangeLog
104105

106+
### 1.1.0
107+
108+
- MapTiler Server release 4.6.0
109+
105110
### 1.0.0
106111

107112
- Initial release of the Helm Chart

0 commit comments

Comments
 (0)