From cca310267b9729d58fc5e4a1858add00689c2a47 Mon Sep 17 00:00:00 2001
From: Michelle Weidling <weidling@sub.uni-goettingen.de>
Date: Fri, 13 Oct 2023 12:11:16 +0200
Subject: [PATCH] build: 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 d9f7b29..27f786f 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.16.0"
+appVersion: "1.17.0"
 
 # Depends on MongoDB Community Server
 dependencies:
diff --git a/quiver-mongoapi-helm/values.yaml b/quiver-mongoapi-helm/values.yaml
index 4c99fbe..ca83c13 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: "main-c62f8d30"
+  tag: "restructure-API-16d6f559"
 
 podAnnotations:
   vault.hashicorp.com/agent-inject: "true"
-- 
GitLab