Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions charts/gitops-runtime/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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'
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/gitops-runtime/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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 | `{}` | |
Expand Down