diff --git a/quiver-mongoapi-helm/Chart.yaml b/quiver-mongoapi-helm/Chart.yaml index 93b216c98a18fb6d754520709340ac83674ea11b..e5025f86ec801658aab7a4434d3985b3a389ed9c 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.0 +version: 0.3.1 # 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 84d58b38589523faabee52de4d1d9295988ef631..f53edbbe835ad0383de0d76cddff91ace4bf93dd 100644 --- a/quiver-mongoapi-helm/values.yaml +++ b/quiver-mongoapi-helm/values.yaml @@ -10,16 +10,16 @@ image: # Overrides the image tag whose default is the chart appVersion. tag: "main" -podAnnotations: - vault.hashicorp.com/agent-inject: "true" - vault.hashicorp.com/agent-inject-secret-credentials.txt: subugoe/ocrd-quiver/mongodb - vault.hashicorp.com/agent-inject-template-credentials.txt: | - {{- with secret "subugoe/ocrd-quiver/mongodb" -}} - {{ .Data.data.users }} - {{ .Data.data.usersPasswords }} - {{- end -}} - vault.hashicorp.com/secret-volume-path-credentials.txt: /var/lib/quiver - vault.hashicorp.com/role: subugoe +podAnnotations: {} +# vault.hashicorp.com/agent-inject: "true" +# vault.hashicorp.com/agent-inject-secret-credentials.txt: subugoe/ocrd-quiver/mongodb +# vault.hashicorp.com/agent-inject-template-credentials.txt: | +# {{- with secret "subugoe/ocrd-quiver/mongodb" -}} +# {{ .Data.data.users }} +# {{ .Data.data.usersPasswords }} +# {{- end -}} +# vault.hashicorp.com/secret-volume-path-credentials.txt: /var/lib/quiver +# vault.hashicorp.com/role: subugoe imagePullSecrets: []