From 8073c1cd9e5a555ebe42f37e22cf058a0c47cc16 Mon Sep 17 00:00:00 2001 From: andrii-codefresh Date: Wed, 1 Jul 2026 22:38:30 +0300 Subject: [PATCH] fix: version of applications with a Helm-only source fix: add ignoreDifference to the in-cluster application to prevent drift detection --- charts/gitops-runtime/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index c98a7fad..2b5d126c 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -485,14 +485,14 @@ app-proxy: tag: 1.1.28-main image: repository: quay.io/codefresh/cap-app-proxy - tag: 1.4103.0 + tag: 1.4114.0 pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: 1.4103.0 + tag: 1.4114.0 pullPolicy: IfNotPresent command: - ./init.sh