Skip to content

Commit d29562c

Browse files
codefresh-v2-pipelines[bot]cf-ci-bot-v2dmaizel
authored
prepare-version(0.25.0): prepare chart content for release (#875)
* Update Chart.yaml and changelog for 0.25.0 release * Update Chart.yaml and changelog for 0.25.0 release * chore: update artifacthub.io/changes * chore: update artifacthub.io/changes * chore: update artifacthub.io/changes * chore: update artifacthub.io/changes * chore: update artifacthub.io/changes * chore: generate helm docs --------- Co-authored-by: cf-ci-bot-v2 <cf-ci-bot-v2@codefresh.io> Co-authored-by: Daniel Maizel <dani98000k@gmail.com>
1 parent 4e46e4f commit d29562c

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
appVersion: 0.1.75
2+
appVersion: 0.1.76
33
description: A Helm chart for Codefresh gitops runtime
44
name: gitops-runtime
55
version: '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"
1927
dependencies:
2028
- name: argo-cd
2129
repository: https://codefresh-io.github.io/argo-helm

charts/gitops-runtime/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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 | `{}` | |

0 commit comments

Comments
 (0)