From d97e4a0c04b08069031b34d12600c5f8f0d9161a Mon Sep 17 00:00:00 2001 From: sechkincholak <102237850+Secchol@users.noreply.github.com> Date: Fri, 30 Aug 2024 16:57:10 +0300 Subject: [PATCH] Fixed bug related to extraVolumeClaimTemplates rendering. (#120) * Fixed bug related to extraVolumeClaimTemplates rendering. --------- Co-authored-by: github-actions[bot] --- CHANGELOG.md | 7 +++++++ Chart.yaml | 2 +- README.md | 2 +- templates/graphdb/statefulset.yaml | 2 +- templates/proxy/statefulset.yaml | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75a2ce88..d0ffd47f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # GraphDB Helm chart release notes +## Version 11.1.4 + +### Fixed + +- Updated StatefulSets templates in graphdb and proxy to properly render `extraVolumeClaimtemplates`. + Replaced `if` statement with `with`. + ## Version 11.1.3 ### New diff --git a/Chart.yaml b/Chart.yaml index 01dd1bed..0b65382c 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -5,7 +5,7 @@ apiVersion: v2 name: graphdb description: GraphDB is a highly efficient, scalable and robust graph database with RDF and SPARQL support. type: application -version: 11.1.3 +version: 11.1.4 appVersion: 10.7.3 kubeVersion: ^1.26.0-0 home: https://graphdb.ontotext.com/ diff --git a/README.md b/README.md index 293d6573..af4927c2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Helm Chart for GraphDB [![CI](https://github.com/Ontotext-AD/graphdb-helm/actions/workflows/ci.yml/badge.svg)](https://github.com/Ontotext-AD/graphdb-helm/actions/workflows/ci.yml) -![Version: 11.1.3](https://img.shields.io/badge/Version-11.1.3-informational?style=flat-square) +![Version: 11.1.4](https://img.shields.io/badge/Version-11.1.4-informational?style=flat-square) ![AppVersion: 10.7.3](https://img.shields.io/badge/AppVersion-10.7.3-informational?style=flat-square)