From c5a94eda57595f9064ab948728eddb13b333b620 Mon Sep 17 00:00:00 2001 From: Nikolay Kolev Date: Mon, 7 Mar 2022 16:06:30 +0200 Subject: [PATCH] Updated GraphDB to 9.10.3 --- Chart.yaml | 4 ++-- values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index b7019158..4b15449b 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -5,8 +5,8 @@ apiVersion: v2 name: graphdb description: Helm chart for GraphDB Free/SE/EE type: application -version: 9.10.2-R2 -appVersion: 9.10.2 +version: 9.10.3 +appVersion: 9.10.3 home: https://graphdb.ontotext.com/ icon: https://graphdb.ontotext.com/home/images/visual_Logo_GraphDB_02_12_2015.png maintainers: diff --git a/values.yaml b/values.yaml index 216161e8..e12a4083 100644 --- a/values.yaml +++ b/values.yaml @@ -34,7 +34,7 @@ images: tag: "2.1-alpine" graphdb: repository: ontotext/graphdb - tag: "9.10.2-ee" + tag: "9.10.3-ee" busybox: repository: busybox tag: "1.31"