From 4bcb08ef6b5a5fb573d73d188d4f6f8a36b7bd28 Mon Sep 17 00:00:00 2001 From: eti-codefresh Date: Mon, 26 Aug 2024 14:44:45 +0300 Subject: [PATCH] feat: bump app-proxy to 1.3007.0 - add validation to name and missing annotation in promotion-workflow --- 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 9a093556..8e3c7e1d 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -450,7 +450,7 @@ app-proxy: tag: 1.1.10-main image: repository: quay.io/codefresh/cap-app-proxy - tag: 1.2989.3 + tag: 1.3007.0 pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] @@ -458,7 +458,7 @@ app-proxy: initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: 1.2989.3 + tag: 1.3007.0 pullPolicy: IfNotPresent command: - ./init.sh