From 586cc531348391799582fa33f64a7fb847b37d2f Mon Sep 17 00:00:00 2001 From: methu manoharan Date: Fri, 1 Apr 2022 22:50:47 +0100 Subject: [PATCH 1/3] Fixed path to pass imagepullsecret value --- charts/nexus-repository-manager/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/nexus-repository-manager/templates/deployment.yaml b/charts/nexus-repository-manager/templates/deployment.yaml index a1f18805..58516038 100644 --- a/charts/nexus-repository-manager/templates/deployment.yaml +++ b/charts/nexus-repository-manager/templates/deployment.yaml @@ -50,7 +50,7 @@ spec: {{- end }} {{- if .Values.nexus.imagePullSecrets }} imagePullSecrets: - {{- toYaml . | nindent 8 }} + {{- toYaml .Values.nexus.imagePullSecrets | nindent 8 }} {{- end }} {{- if .Values.deployment.terminationGracePeriodSeconds }} terminationGracePeriodSeconds: {{ .Values.deployment.terminationGracePeriodSeconds }} From 67568fb183bb346fa52801b7d8ecdf0f5c5a9466 Mon Sep 17 00:00:00 2001 From: methu manoharan Date: Fri, 1 Apr 2022 22:51:47 +0100 Subject: [PATCH 2/3] Nested imagepullsecrets under nexus --- charts/nexus-repository-manager/values.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/charts/nexus-repository-manager/values.yaml b/charts/nexus-repository-manager/values.yaml index 4deb1075..6881e048 100644 --- a/charts/nexus-repository-manager/values.yaml +++ b/charts/nexus-repository-manager/values.yaml @@ -71,9 +71,8 @@ nexus: # hostnames: # - "example.com" # - "www.example.com" + imagePullSecrets: [] - -imagePullSecrets: [] nameOverride: "" fullnameOverride: "" From d6487ac12dcf9552144a9299b3ac844597320d77 Mon Sep 17 00:00:00 2001 From: methu manoharan Date: Fri, 1 Apr 2022 22:52:51 +0100 Subject: [PATCH 3/3] Updated version --- charts/nexus-repository-manager/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/nexus-repository-manager/Chart.yaml b/charts/nexus-repository-manager/Chart.yaml index fa0da1ca..2b293808 100644 --- a/charts/nexus-repository-manager/Chart.yaml +++ b/charts/nexus-repository-manager/Chart.yaml @@ -3,7 +3,7 @@ name: nexus-repository-manager # 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. -version: 38.1.0 +version: 38.1.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. appVersion: 3.38.1