From 21ddf1ee3b26e1c0b3e5c0efe93bfe4dd81aa2bc Mon Sep 17 00:00:00 2001 From: Vasil Sudakou Date: Mon, 16 Feb 2026 17:27:30 +0300 Subject: [PATCH 1/3] fix(app-proxy-init): migrate to DHI base image --- charts/gitops-runtime/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index fc0ab653e..cb64ad813 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -466,7 +466,7 @@ app-proxy: initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: 1.4038.0 + tag: 1.4046.0 pullPolicy: IfNotPresent command: - ./init.sh From 7e251af2fad2c65a848d643fc8f0bc941cf3bf99 Mon Sep 17 00:00:00 2001 From: Bohdan Pysarenko Date: Mon, 16 Feb 2026 17:24:43 +0200 Subject: [PATCH 2/3] bump gitops-operator --- charts/gitops-runtime/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index cb64ad813..4c85746c6 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -647,7 +647,7 @@ gitops-operator: image: registry: quay.io repository: codefresh/codefresh-gitops-operator - tag: main-c182bdf + tag: main-78571af env: !!merge <<: - *otel-config From 88e4c81322e46f5c04e2d2ac03dbeda7465e573a Mon Sep 17 00:00:00 2001 From: Vasil Sudakou Date: Mon, 16 Feb 2026 20:04:37 +0300 Subject: [PATCH 3/3] chore: align app-proxy version with app-proxy-init --- charts/gitops-runtime/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index 4c85746c6..2887bbb4c 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -459,7 +459,7 @@ app-proxy: tag: 1.1.22-main image: repository: quay.io/codefresh/cap-app-proxy - tag: 1.4038.0 + tag: 1.4046.0 pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: []