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: []