File tree Expand file tree Collapse file tree 4 files changed +11
-6
lines changed
Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ This repository currently maintains the following Helm charts:
1111| -------| ---------| -------------| -------------|
1212| [ elasticsearch2] ( charts/elasticsearch2 ) | 0.2.2 | 2.4.6 | Elasticsearch 2.x deployment for legacy applications |
1313| [ fah] ( charts/fah ) | 1.0.2 | 8.4.9 | Folding@Home - Distributed computing for disease research |
14- | [ geoserver] ( charts/geoserver ) | 1.3 .0 | 2.26.1 | Open source server for sharing geospatial data |
14+ | [ geoserver] ( charts/geoserver ) | 1.4 .0 | 2.28.0 | Open source server for sharing geospatial data |
1515| [ mlflow] ( charts/mlflow ) | 1.2.1 | 2.2.1 | Open source platform for the machine learning lifecycle |
1616| [ uptime-kuma] ( charts/uptime-kuma ) | 1.0.0 | 2.0.2 | Fancy self-hosted monitoring tool with 90+ notification integrations |
1717
Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ All notable changes to this Helm chart will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.4.0] - 2025-11-16
9+
10+ ### Updated
11+ - Updated application from 2.26.1 to 2.28.0
12+
813## [ 1.3.1] - 2025-11-02
914
1015### Added
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ description: An open source server for sharing geospatial data.
1010# This is the chart version. This version number should be incremented each time you make changes
1111# to the chart and its templates, including the app version.
1212# Versions are expected to follow Semantic Versioning (https://semver.org/)
13- version : 1.3.1
13+ version : 1.4.0
1414
1515# This is the version number of the application being deployed. This version number should be
1616# incremented each time you make changes to the application. Versions are not expected to
1717# follow Semantic Versioning. They should reflect the version the application is using.
18- appVersion : 2.26.1
18+ appVersion : 2.28.0
1919
2020# List of people that maintain this helm chart.
2121maintainers :
@@ -35,4 +35,4 @@ annotations:
3535 - name: Helm Chart
3636 url: https://github.com/ncsa/charts
3737 artifacthub.io/changes : |
38- - Added variable for PROXY configuration
38+ - Updated Geoserver from 2.26.1 to 2.28.0
Original file line number Diff line number Diff line change 22
33## Version Information
44
5- - ** Current Version** : ` 2.26.1 ` ( [ docker.osgeo.org/geoserver:2.26.1 ] ( https://repo.osgeo.org/#browse/browse:geoserver-docker:v2/geoserver/tags ) )
6- - ** Last Updated** : 2025-11-19
5+ - ** Current Version** : ` 2.28.0 `
6+ - ** Last Updated** : 2025-11-16
77
88---
99
You can’t perform that action at this time.
0 commit comments