Skip to content

feat: patch sync Argo Workflows 3.6.7 #526

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 3, 2025
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: 3 additions & 9 deletions charts/gitops-runtime/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 0.1.71
description: A Helm chart for Codefresh gitops runtime
name: gitops-runtime
version: 0.19.2
version: 0.19.0
home: https://github.com/codefresh-io/gitops-runtime-helm
icon: https://avatars1.githubusercontent.com/u/11412079?v=3
keywords:
Expand All @@ -15,13 +15,7 @@ annotations:
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
artifacthub.io/changes: |-
- kind: changed
description: updated csdp, gitops-operator (#467)
- kind: changed
description: updated nginx (#465)
- kind: changed
description: 'feat: security fixes for Argo Rollouts 1.7.2 (#460)'
- kind: changed
description: updated sealed-secrets (#464)
description: 'feat: sync Argo Workflows 3.6.7 (#517)'
dependencies:
- name: argo-cd
repository: https://codefresh-io.github.io/argo-helm
Expand All @@ -32,7 +26,7 @@ dependencies:
version: 2.4.7-1-cap-CR-28072
- name: argo-workflows
repository: https://codefresh-io.github.io/argo-helm
version: 0.45.2-v3.6.4-cap-CR-27392
version: 0.45.15-v3.6.7-cap-CR-28355
condition: argo-workflows.enabled
- name: argo-rollouts
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.19.2](https://img.shields.io/badge/Version-0.19.2-informational?style=flat-square) ![AppVersion: 0.1.71](https://img.shields.io/badge/AppVersion-0.1.71-informational?style=flat-square)
![Version: 0.19.0](https://img.shields.io/badge/Version-0.19.0-informational?style=flat-square) ![AppVersion: 0.1.71](https://img.shields.io/badge/AppVersion-0.1.71-informational?style=flat-square)

## Prerequisites

Expand Down Expand Up @@ -112,7 +112,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.19.2 <local_registry>
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.19.0 <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 @@ -125,7 +125,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.19.2 <local_registry>
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.19.0 <local_registry>
```

## Openshift
Expand Down
2 changes: 1 addition & 1 deletion charts/gitops-runtime/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ argo-events:
configReloaderImage: natsio/nats-server-config-reloader:0.16.0
startCommand: /nats-server
# ---------------------------------------------------------------------------------------------------------------------
# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-workflows-0.45.2-v3.6.4-cap-CR-27392/charts/argo-workflows
# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-workflows-0.45.15-v3.6.7-cap-CR-28355/charts/argo-workflows
# ---------------------------------------------------------------------------------------------------------------------
argo-workflows:
fullnameOverride: argo
Expand Down