From 88ad2062a78cd603570036fe85221e949d7ef969 Mon Sep 17 00:00:00 2001 From: Koren Peretz <62677694+KorenP1@users.noreply.github.com> Date: Sat, 29 Nov 2025 12:48:55 +0200 Subject: [PATCH 1/2] Unnecessary newline --- pkg/helm/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/helm/values.yaml b/pkg/helm/values.yaml index cf9aaf3c137..87384148048 100644 --- a/pkg/helm/values.yaml +++ b/pkg/helm/values.yaml @@ -153,5 +153,5 @@ containerSecurityContext: appArmorProfile: type: RuntimeDefault windowsOptions: - hostProcess: false + From 0a8ad5ce11a17dff4bf261da452260a2dc842033 Mon Sep 17 00:00:00 2001 From: Koren Peretz <62677694+KorenP1@users.noreply.github.com> Date: Sat, 29 Nov 2025 12:50:19 +0200 Subject: [PATCH 2/2] Update args to use '-i' instead of '-I' in deployment --- pkg/helm/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/helm/templates/deployment.yaml b/pkg/helm/templates/deployment.yaml index 017094f23e5..85511579561 100644 --- a/pkg/helm/templates/deployment.yaml +++ b/pkg/helm/templates/deployment.yaml @@ -205,7 +205,7 @@ spec: image: {{ template "pgadmin4.image" . }} imagePullPolicy: {{ .Values.image.pullPolicy }} command: ["sh", "-x", "-c"] - args: ['ls /usr/bin/python3.* | sort -V -r | head -n 1 | xargs -I {} cp {} python3'] + args: ['ls /usr/bin/python3.* | sort -V -r | head -n 1 | xargs -i cp {} python3'] workingDir: /emptyDir volumeMounts: - name: empty-dir