diff --git a/charts/overwhelm/Chart.yaml b/charts/overwhelm/Chart.yaml index cbc4518..46dcf4e 100644 --- a/charts/overwhelm/Chart.yaml +++ b/charts/overwhelm/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: overwhelm -version: 1.1.4 +version: 1.1.5 maintainers: - name: "Expedia Group" url: "https://github.com/ExpediaGroup/overwhelm" \ No newline at end of file diff --git a/charts/overwhelm/templates/overwhelm-controller-manager-deployment.yaml b/charts/overwhelm/templates/overwhelm-controller-manager-deployment.yaml index 2adc243..4415117 100755 --- a/charts/overwhelm/templates/overwhelm-controller-manager-deployment.yaml +++ b/charts/overwhelm/templates/overwhelm-controller-manager-deployment.yaml @@ -62,5 +62,9 @@ spec: memory: 64Mi securityContext: runAsNonRoot: true + {{- if .Values.deployment.image.pullSecret }} + imagePullSecrets: + - name: {{ .Values.deployment.image.pullSecret }} + {{- end }} serviceAccountName: overwhelm-controller-manager terminationGracePeriodSeconds: 10