From cf8c5b104e46087786d63ce0e283273126560e37 Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Thu, 28 Dec 2023 11:13:37 +0200 Subject: [PATCH] bumped app-proxy to `1.2585.0` --- charts/gitops-runtime/Chart.yaml | 2 +- charts/gitops-runtime/README.md | 2 +- charts/gitops-runtime/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index d69d8c15c..fb33a6e25 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -17,7 +17,7 @@ annotations: - kind: changed description: Update app version to 0.1.38 - kind: changed - description: Update app-proxy to 1.2566.1 + description: Update app-proxy to 1.2585.0 dependencies: - name: argo-cd repository: https://codefresh-io.github.io/argo-helm diff --git a/charts/gitops-runtime/README.md b/charts/gitops-runtime/README.md index 1b2c80796..ea52172f9 100644 --- a/charts/gitops-runtime/README.md +++ b/charts/gitops-runtime/README.md @@ -100,7 +100,7 @@ sealed-secrets: | app-proxy.image-enrichment.serviceAccount.name | string | `"codefresh-image-enrichment-sa"` | Name of the service account to create or the name of the existing one to use | | app-proxy.image.pullPolicy | string | `"IfNotPresent"` | | | app-proxy.image.repository | string | `"quay.io/codefresh/cap-app-proxy"` | | -| app-proxy.image.tag | string | `"1.2566.1"` | | +| app-proxy.image.tag | string | `"1.2585.0"` | | | app-proxy.imagePullSecrets | list | `[]` | | | app-proxy.initContainer.command[0] | string | `"./init.sh"` | | | app-proxy.initContainer.env | object | `{}` | | diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index 4977c9605..837513c30 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -418,7 +418,7 @@ app-proxy: tag: 1.1.10-main image: repository: quay.io/codefresh/cap-app-proxy - tag: 1.2566.1 + tag: 1.2585.0 pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: []