Skip to content
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This repository currently maintains the following Helm charts:
|-------|---------|-------------|-------------|
| [elasticsearch2](charts/elasticsearch2) | 0.2.2 | 2.4.6 | Elasticsearch 2.x deployment for legacy applications |
| [fah](charts/fah) | 1.0.2 | 8.4.9 | Folding@Home - Distributed computing for disease research |
| [geoserver](charts/geoserver) | 1.3.0 | 2.26.1 | Open source server for sharing geospatial data |
| [geoserver](charts/geoserver) | 1.4.0 | 2.28.0 | Open source server for sharing geospatial data |
| [mlflow](charts/mlflow) | 1.2.1 | 2.2.1 | Open source platform for the machine learning lifecycle |
| [uptime-kuma](charts/uptime-kuma) | 1.0.0 | 2.0.2 | Fancy self-hosted monitoring tool with 90+ notification integrations |

Expand Down
5 changes: 5 additions & 0 deletions charts/geoserver/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this Helm chart will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.4.0] - 2025-11-30

### Updated
- Updated application from 2.26.1 to 2.28.0

## [1.3.1] - 2025-11-02

### Added
Expand Down
6 changes: 3 additions & 3 deletions charts/geoserver/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ description: An open source server for sharing geospatial data.
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.3.1
version: 1.4.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 2.26.1
appVersion: 2.28.0

# List of people that maintain this helm chart.
maintainers:
Expand All @@ -35,4 +35,4 @@ annotations:
- name: Helm Chart
url: https://github.com/ncsa/charts
artifacthub.io/changes: |
- Added variable for PROXY configuration
- Updated Geoserver from 2.26.1 to 2.28.0
4 changes: 2 additions & 2 deletions charts/geoserver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## Version Information

- **Current Version**: `2.26.1` ([docker.osgeo.org/geoserver:2.26.1](https://repo.osgeo.org/#browse/browse:geoserver-docker:v2/geoserver/tags))
- **Last Updated**: 2025-11-19
- **Current Version**: `2.28.0`
- **Last Updated**: 2025-11-30

---

Expand Down