From 6f8d69ea9d9af04708438cd23503d8acd3db148e Mon Sep 17 00:00:00 2001 From: "codefresh-v2-pipelines[bot]" <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 16:53:11 +0000 Subject: [PATCH] [app-proxy]fix(app-proxy): applicationLogs subscription doesn't work because of wrong import --- 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 eb5c37b5..6616b9db 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -565,14 +565,14 @@ app-proxy: tag: 1.1.17-main image: repository: quay.io/codefresh/cap-app-proxy - tag: ac9a365 + tag: "0655469" pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: ac9a365 + tag: "0655469" pullPolicy: IfNotPresent command: - ./init.sh