From ca0c41fc22fc2c036499a52951cbef89205e68c8 Mon Sep 17 00:00:00 2001
From: Michelle Weidling <weidling@sub.uni-goettingen.de>
Date: Fri, 13 Oct 2023 12:17:22 +0200
Subject: [PATCH] update app

---
 quiver-mongoapi-helm/Chart.yaml  | 2 +-
 quiver-mongoapi-helm/values.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/quiver-mongoapi-helm/Chart.yaml b/quiver-mongoapi-helm/Chart.yaml
index 27f786f..fe2e984 100644
--- a/quiver-mongoapi-helm/Chart.yaml
+++ b/quiver-mongoapi-helm/Chart.yaml
@@ -21,7 +21,7 @@ version: 0.3.3
 # 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.
 # It is recommended to use it with quotes.
-appVersion: "1.17.0"
+appVersion: "1.17.1"
 
 # Depends on MongoDB Community Server
 dependencies:
diff --git a/quiver-mongoapi-helm/values.yaml b/quiver-mongoapi-helm/values.yaml
index ca83c13..5da52c2 100644
--- a/quiver-mongoapi-helm/values.yaml
+++ b/quiver-mongoapi-helm/values.yaml
@@ -8,7 +8,7 @@ image:
   repository: docker.gitlab.gwdg.de/subugoe/ocr-d/quiver-mongoapi
   pullPolicy: Always
   # Overrides the image tag whose default is the chart appVersion.
-  tag: "restructure-API-16d6f559"
+  tag: "restructure-API-a2477aaf"
 
 podAnnotations:
   vault.hashicorp.com/agent-inject: "true"
-- 
GitLab