Merge branch 'feature/nexus' into 'main'

Feature/nexus

See merge request redactmanager/qa/helm!48
This commit is contained in:
Kevin Tumma 2023-12-08 10:53:33 +01:00
commit 561a30bc02
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
name: testsuite
apiVersion: v2
version: 4.0.0-100
version: 4.0.0-101
appVersion: 4.0.0-96
description: The one and only gin-testsuite
home: https://knecon.com

View File

@ -165,6 +165,7 @@ spec:
requests:
cpu: "500m"
memory: "4096Mi"
{{- if .Values.dvc.sshKey -}}
volumeMounts:
- mountPath: /keys
name: ssh-keys-dvc
@ -175,3 +176,4 @@ spec:
secret:
defaultMode: 0400
secretName: ssh-keys-dvc
{{- end }}