From 661ef98f287a96dbac50135cc93425fce92be619 Mon Sep 17 00:00:00 2001 From: mohanakrishna sadhu <43145647+AxcelBlaze003@users.noreply.github.com> Date: Tue, 17 Mar 2026 11:15:31 +0530 Subject: [PATCH] Update image pull policies to 'Always' Changed image pull policies to 'Always' for hue and trino. --- chart/helm/hue/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chart/helm/hue/values.yaml b/chart/helm/hue/values.yaml index 9d503c3..e1264ba 100644 --- a/chart/helm/hue/values.yaml +++ b/chart/helm/hue/values.yaml @@ -11,7 +11,7 @@ env: ~ image: registry: "ghcr.io/netcracker/qubership-hue" tag: "main" - pullPolicy: "IfNotPresent" + pullPolicy: "Always" api: @@ -245,7 +245,7 @@ databasescommon: trino: enabled: false image: ghcr.io/netcracker/qubership-trino:main - imagePullPolicy: "IfNotPresent" + imagePullPolicy: "Always" replicas: 1 priorityClassName: ~ livenessProbe: {} @@ -352,4 +352,4 @@ gateway: hostname: '' caCertificateRefs: [] wellKnownCACertificates: "" - subjectAltNames: [] \ No newline at end of file + subjectAltNames: []