diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index ed311db0..1ed09059 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -15,26 +15,22 @@ annotations: artifacthub.io/alternativeName: "codefresh-gitops-runtime" artifacthub.io/changes: |- - kind: changed - description: Chore-30961 security argocd-exstras (#729) + description: backport redis bump fix 0.24 (#770) - kind: changed - description: bump argo-rollouts (#731) + description: 'fix: component-test gitea deployment (#766)' - kind: changed - description: Chore/cr 29689 argo events workflow update with security fixes (#727) + description: 'fix: app-proxy fails to report new and closed pr to product-components (#761)' - kind: changed - description: 'fix: security vulnerability CVE-2025-55190 (#733)' + description: '[gitops-operator]fix: promotions using pull requests do not resume after the pr has been merged (#753)' - kind: changed - description: Fix/svc-acc-pre-uninstall-hook (#728) + description: '[app-proxy]fix: git-source permissions are not being calculated for fine-grained tokens (#6683) (#749)' - 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 condition: argo-cd.enabled - version: 8.0.6-8-cap-v3.0.2-2025-09-07-cdf75df5 + version: 8.0.6-9-cap-v3.0.2-2025-09-08-9b30d922 - name: argo-events repository: https://codefresh-io.github.io/argo-helm version: 2.4.9-cap-CR-30841 diff --git a/charts/gitops-runtime/README.md b/charts/gitops-runtime/README.md index 5d65c8e7..b81cd672 100644 --- a/charts/gitops-runtime/README.md +++ b/charts/gitops-runtime/README.md @@ -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 @@ -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 quay.io/codefresh/gitops-runtime-private-registry-utils:0.24.2 +docker run -v :/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.24.3 ``` `output_dir` - is a local directory where the utility will output files.
`local_registry` - is your local registry where you want to mirror the images to @@ -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 quay.io/codefresh/gitops-runtime-private-registry-utils:0.24.2 +docker run -e EXTERNAL_ARGOCD=true -v :/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.24.3 ``` ## Openshift diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index 32a07061..102c477b 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -235,7 +235,7 @@ sealed-secrets: cpu: 200m memory: 512Mi # ********************************************************************************************************************* -# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-cd-8.0.6-8-cap-v3.0.2-2025-09-07-cdf75df5/charts/argo-cd +# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-cd-8.0.6-9-cap-v3.0.2-2025-09-08-9b30d922/charts/argo-cd # ********************************************************************************************************************* argo-cd: enabled: true @@ -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 @@ -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 @@ -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