From 446962509f5aef2991f23fa26c70f11633e5bc3f Mon Sep 17 00:00:00 2001 From: Kevin Tumma Date: Fri, 8 Dec 2023 13:36:30 +0100 Subject: [PATCH] Fix Typo in Nexus config --- Chart.yaml | 2 +- templates/testsuite-pod.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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