This is an automated email from the ASF dual-hosted git repository.

gerlowskija pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr-operator.git


The following commit(s) were added to refs/heads/main by this push:
     new e29ac90  Remove trailing whitespace in operator chart (#805)
e29ac90 is described below

commit e29ac90636c6c7260c416feda6ab3f3eae83003a
Author: MMS-RBKN <[email protected]>
AuthorDate: Tue Nov 4 15:15:11 2025 +0100

    Remove trailing whitespace in operator chart (#805)
---
 helm/solr-operator/templates/deployment.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm/solr-operator/templates/deployment.yaml 
b/helm/solr-operator/templates/deployment.yaml
index b967e7b..1c13fae 100644
--- a/helm/solr-operator/templates/deployment.yaml
+++ b/helm/solr-operator/templates/deployment.yaml
@@ -44,7 +44,7 @@ spec:
       {{- end }}
       containers:
       - name: {{ .Chart.Name }}
-        image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" 
+        image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
         imagePullPolicy: {{ .Values.image.pullPolicy }}
         {{- if .Values.image.imagePullSecret }}
         imagePullSecret: {{ .Values.image.imagePullSecret }}

Reply via email to