From 8bd95f7602f6db741a625850af580c91b9b7bba2 Mon Sep 17 00:00:00 2001 From: Michelle Weidling <weidling@sub.uni-goettingen.de> Date: Fri, 13 Oct 2023 20:32:36 +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 c5d1c48..6efd179 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.5" +appVersion: "1.17.6" # Depends on MongoDB Community Server dependencies: diff --git a/quiver-mongoapi-helm/values.yaml b/quiver-mongoapi-helm/values.yaml index c047710..81179ba 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-987e294b" + tag: "restructure-API-e2551d46" podAnnotations: vault.hashicorp.com/agent-inject: "true" -- GitLab