diff --git a/Chart.yaml b/Chart.yaml index 18715bc..479c151 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,6 +1,6 @@ name: testsuite apiVersion: v2 -version: 4.0.0-101 +version: 4.0.0-102 appVersion: 4.0.0-96 description: The one and only gin-testsuite home: https://knecon.com diff --git a/templates/testsuite-pod.yaml b/templates/testsuite-pod.yaml index 5567dd5..b0fa8f1 100644 --- a/templates/testsuite-pod.yaml +++ b/templates/testsuite-pod.yaml @@ -90,7 +90,7 @@ spec: - name: NEXUS_ADDRESS value: {{ .Values.nexus.address | quote }} - name: NEXUS_REPOSITORY - value: {{ .Values.nexus.epository | quote }} + value: {{ .Values.nexus.repository | quote }} - name: NEXUS_GROUP value: {{ .Values.nexus.group | quote }} - name: CONTENT_PROCESSING_TIMEOUT