From a45c2b2b7a134a215234336ae15b402a81b7f6cf Mon Sep 17 00:00:00 2001 From: oleksandr-codefresh Date: Thu, 10 Oct 2024 13:17:43 +0300 Subject: [PATCH] update release 0.13.1 draft --- charts/gitops-runtime/Chart.yaml | 2 ++ charts/gitops-runtime/README.md | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 6d7861e..40aa487 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -14,6 +14,8 @@ maintainers: annotations: artifacthub.io/alternativeName: "codefresh-gitops-runtime" artifacthub.io/changes: |- + - kind: changed + description: 'feat: app-proxy with changeRevision fields support (#302)' - kind: changed description: 'feat: argo-cd with event-reporter update to report change revisions metadata in app annotations (#301)' dependencies: diff --git a/charts/gitops-runtime/README.md b/charts/gitops-runtime/README.md index 083d503..239b033 100644 --- a/charts/gitops-runtime/README.md +++ b/charts/gitops-runtime/README.md @@ -100,14 +100,14 @@ 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.3059.0"` | | +| app-proxy.image.tag | string | `"1.3094.0"` | | | app-proxy.imagePullSecrets | list | `[]` | | | app-proxy.initContainer.command[0] | string | `"./init.sh"` | | | app-proxy.initContainer.env | object | `{}` | | | app-proxy.initContainer.extraVolumeMounts | list | `[]` | Extra volume mounts for init container | | app-proxy.initContainer.image.pullPolicy | string | `"IfNotPresent"` | | | app-proxy.initContainer.image.repository | string | `"quay.io/codefresh/cap-app-proxy-init"` | | -| app-proxy.initContainer.image.tag | string | `"1.3059.0"` | | +| app-proxy.initContainer.image.tag | string | `"1.3094.0"` | | | app-proxy.initContainer.resources.limits.cpu | string | `"1"` | | | app-proxy.initContainer.resources.limits.memory | string | `"512Mi"` | | | app-proxy.initContainer.resources.requests.cpu | string | `"0.2"` | |