Skip to content
Open
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
16 changes: 3 additions & 13 deletions charts/gitops-runtime/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,11 @@ annotations:
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
artifacthub.io/changes: |-
- kind: changed
description: Chore-30961 security argocd-exstras (#729)
description: '[gitops-operator]fix: promotions using pull requests do not resume after the pr has been merged (#753)'
- kind: changed
description: bump argo-rollouts (#731)
description: '[app-proxy]fix: git-source permissions are not being calculated for fine-grained tokens (#6683) (#749)'
- kind: changed
description: Chore/cr 29689 argo events workflow update with security fixes (#727)
- kind: changed
description: 'fix: security vulnerability CVE-2025-55190 (#733)'
- kind: changed
description: Fix/svc-acc-pre-uninstall-hook (#728)
- kind: changed
description: updated sealed-secrets-controller (#723) (#724)
- kind: changed
description: 'fix: security fix: upgrade cli-v2 and debian versions (#718)'
- kind: changed
description: 'feat: update cap-app-proxy image tags to 1.3750.0 (#720)'
description: 'chore(CR-30960): update enrichment images tag (#747)'
dependencies:
- name: argo-cd
repository: https://codefresh-io.github.io/argo-helm
Expand Down
6 changes: 3 additions & 3 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.24.2](https://img.shields.io/badge/Version-0.24.2-informational?style=flat-square) ![AppVersion: 0.1.75](https://img.shields.io/badge/AppVersion-0.1.75-informational?style=flat-square)
![Version: 0.24.3](https://img.shields.io/badge/Version-0.24.3-informational?style=flat-square) ![AppVersion: 0.1.75](https://img.shields.io/badge/AppVersion-0.1.75-informational?style=flat-square)

## Prerequisites

Expand Down Expand Up @@ -206,7 +206,7 @@ We have created a helper utility to resolve this issue:
The utility is packaged in a container image. Below are instructions on executing the utility using Docker:

```
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.24.2 <local_registry>
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.24.3 <local_registry>
```
`output_dir` - is a local directory where the utility will output files. <br>
`local_registry` - is your local registry where you want to mirror the images to
Expand All @@ -219,7 +219,7 @@ The utility will output 4 files into the folder:

For usage with external ArgoCD run the utility with `EXTERNAL_ARGOCD` environment variable set to `true`.
```
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.24.2 <local_registry>
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.24.3 <local_registry>
```

## Openshift
Expand Down
6 changes: 3 additions & 3 deletions charts/gitops-runtime/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ argo-cd:
# -- Extract application version based on ApplicationConfiguration CRD
useApplicationConfiguration: true
# *********************************************************************************************************************
# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-events-2.4.8-cap-CR-29689/charts/argo-events
# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-events-2.4.9-cap-CR-30841/charts/argo-events
# *********************************************************************************************************************
argo-events:
fullnameOverride: argo-events
Expand All @@ -300,7 +300,7 @@ argo-events:
configReloaderImage: natsio/nats-server-config-reloader:0.19.1
startCommand: /nats-server
# *********************************************************************************************************************
# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-workflows-0.45.15-v3.6.7-cap-CR-28355/charts/argo-workflows
# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-workflows-0.45.16-v3.6.7-cap-CR-30835/charts/argo-workflows
# *********************************************************************************************************************
argo-workflows:
fullnameOverride: argo
Expand Down Expand Up @@ -330,7 +330,7 @@ codefreshWorkflowLogStoreCM:
endpoint: gitops-workflow-logs.codefresh.io
insecure: false
# *********************************************************************************************************************
# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-rollouts-2.37.3-6-v1.7.2-cap-CR-29629/charts/argo-rollouts
# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-rollouts-2.37.3-7-v1.7.2-cap-OSS-697/charts/argo-rollouts
# *********************************************************************************************************************
argo-rollouts:
enabled: true
Expand Down