diff --git a/helm/k8dash/templates/deployment.yaml b/helm/k8dash/templates/deployment.yaml index 75d09f1..116489e 100644 --- a/helm/k8dash/templates/deployment.yaml +++ b/helm/k8dash/templates/deployment.yaml @@ -22,11 +22,11 @@ spec: containers: - name: {{ .Chart.Name }} image: "{{ .Values.image.registry }}/{{ .Values.image.name }}:{{ .Values.image.tag }}" - pullPolicy: IfNotPresent + imagePullPolicy: IfNotPresent resources: requests: cpu: "25m" memory: "100Mi" limits: cpu: "100m" - memory: "200Mi" + memory: "200Mi"