File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
2- appVersion : 0.1.75
2+ appVersion : 0.1.76
33description : A Helm chart for Codefresh gitops runtime
44name : gitops-runtime
55version : ' 0.25.0'
@@ -15,7 +15,15 @@ annotations:
1515 artifacthub.io/alternativeName : " codefresh-gitops-runtime"
1616 artifacthub.io/changes : |-
1717 - kind: changed
18- description: 'fix(app-proxy): added missing eventbus list permissions (#865)'
18+ description: "Synchronize the ArgoCD fork to OSS version 3.1.5"
19+ - kind: deprecated
20+ description: "Argo Events will be removed in the next release, replaced by dedicated event reporters for improved performance and reliability"
21+ - kind: deprecated
22+ description: "Argo Rollouts deprecation notice: will be disabled by default in next release, completely removed from chart in February 2026"
23+ - kind: changed
24+ description: "Argo Workflows will transition to namespace-scoped installation in the next release to avoid conflicts with other cluster instances"
25+ - kind: deprecated
26+ description: "Transition to OSS ArgoCD in next release to support BYOCD approach and enhance compatibility"
1927dependencies :
2028 - name : argo-cd
2129 repository : https://codefresh-io.github.io/argo-helm
Original file line number Diff line number Diff line change 11## Codefresh gitops runtime
2- ![ 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 )
2+ ![ 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 )
33
44## Prerequisites
55
@@ -323,7 +323,7 @@ gitops-operator:
323323| 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 |
324324| app-proxy.image.pullPolicy | string | `"IfNotPresent"` | |
325325| app-proxy.image.repository | string | `"quay.io/codefresh/cap-app-proxy"` | |
326- | app-proxy.image.tag | string | `"9621fba "` | |
326+ | app-proxy.image.tag | string | `"ac9a365 "` | |
327327| app-proxy.imagePullSecrets | list | `[]` | |
328328| app-proxy.initContainer.command[0] | string | `"./init.sh"` | |
329329| app-proxy.initContainer.env | object | `{}` | |
You can’t perform that action at this time.
0 commit comments