diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index d06865cd..e3043239 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 0.1.75 +appVersion: 0.1.76 description: A Helm chart for Codefresh gitops runtime name: gitops-runtime version: '0.25.0' @@ -15,7 +15,15 @@ annotations: artifacthub.io/alternativeName: "codefresh-gitops-runtime" artifacthub.io/changes: |- - kind: changed - description: 'fix(app-proxy): added missing eventbus list permissions (#865)' + description: "Synchronize the ArgoCD fork to OSS version 3.1.5" + - kind: deprecated + description: "Argo Events will be removed in the next release, replaced by dedicated event reporters for improved performance and reliability" + - kind: deprecated + description: "Argo Rollouts deprecation notice: will be disabled by default in next release, completely removed from chart in February 2026" + - kind: changed + description: "Argo Workflows will transition to namespace-scoped installation in the next release to avoid conflicts with other cluster instances" + - kind: deprecated + description: "Transition to OSS ArgoCD in next release to support BYOCD approach and enhance compatibility" 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 7ff0d40d..a3116a41 100644 --- a/charts/gitops-runtime/README.md +++ b/charts/gitops-runtime/README.md @@ -1,5 +1,5 @@ ## Codefresh gitops runtime -![Version: 0.25.0](https://img.shields.io/badge/Version-0.25.0-informational?style=flat-square) ![AppVersion: 0.1.75](https://img.shields.io/badge/AppVersion-0.1.75-informational?style=flat-square) +![Version: 0.25.0](https://img.shields.io/badge/Version-0.25.0-informational?style=flat-square) ![AppVersion: 0.1.76](https://img.shields.io/badge/AppVersion-0.1.76-informational?style=flat-square) ## Prerequisites @@ -323,7 +323,7 @@ gitops-operator: | 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 | `"9621fba"` | | +| app-proxy.image.tag | string | `"ac9a365"` | | | app-proxy.imagePullSecrets | list | `[]` | | | app-proxy.initContainer.command[0] | string | `"./init.sh"` | | | app-proxy.initContainer.env | object | `{}` | |