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 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 }} 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: ""