From a469b2dc4a0659c6faedcd258112ef9dc7b35c71 Mon Sep 17 00:00:00 2001 From: Michelle Weidling <weidling@sub.uni-goettingen.de> Date: Tue, 12 Sep 2023 09:42:13 +0200 Subject: [PATCH] fix: Vault role Co-authored-by: Mathias <mathias-goebel@users.noreply.github.com> --- 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 7170e4f..37172b6 100644 --- a/quiver-mongoapi-helm/Chart.yaml +++ b/quiver-mongoapi-helm/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.3.2 +version: 0.3.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/quiver-mongoapi-helm/values.yaml b/quiver-mongoapi-helm/values.yaml index 84d58b3..7348abd 100644 --- a/quiver-mongoapi-helm/values.yaml +++ b/quiver-mongoapi-helm/values.yaml @@ -19,7 +19,7 @@ podAnnotations: {{ .Data.data.usersPasswords }} {{- end -}} vault.hashicorp.com/secret-volume-path-credentials.txt: /var/lib/quiver - vault.hashicorp.com/role: subugoe + vault.hashicorp.com/role: ocrd imagePullSecrets: [] -- GitLab