Skip to content

Commit 4fa177a

Browse files
codefresh-v2-pipelines[bot]cf-ci-bot-v2
andauthored
Update Chart.yaml and changelog for 0.26.5 release (#1028)
Co-authored-by: cf-ci-bot-v2 <cf-ci-bot-v2@codefresh.io>
1 parent 4500046 commit 4fa177a

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ annotations:
1616
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
1717
artifacthub.io/changes: |-
1818
- kind: changed
19-
description: 'fix(codefresh-tunnel-client): security vulnerabilities CVE-2025-9230, CVE-2025-9231, CVE-2025-9232, CVE-2025-46394, CVE-2024-58251 (#1025)'
20-
- kind: changed
21-
description: 'chore: update argocd to v3.2.2 (#1020)'
19+
description: 'fix(codefresh-gitops-operator): security vulnerability CVE-2025-66626 (#1026)'
2220
dependencies:
2321
- name: argo-cd
2422
repository: https://argoproj.github.io/argo-helm

charts/gitops-runtime/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Codefresh gitops runtime
2-
![Version: 0.26.4](https://img.shields.io/badge/Version-0.26.4-informational?style=flat-square) ![AppVersion: 0.2.0](https://img.shields.io/badge/AppVersion-0.2.0-informational?style=flat-square)
2+
![Version: 0.26.5](https://img.shields.io/badge/Version-0.26.5-informational?style=flat-square) ![AppVersion: 0.2.0](https://img.shields.io/badge/AppVersion-0.2.0-informational?style=flat-square)
33

44
## Table of Content
55

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

224224
```
225-
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.26.4 <local_registry>
225+
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.26.5 <local_registry>
226226
```
227227
`output_dir` - is a local directory where the utility will output files. <br>
228228
`local_registry` - is your local registry where you want to mirror the images to
@@ -235,7 +235,7 @@ The utility will output 4 files into the folder:
235235

236236
For usage with external ArgoCD run the utility with `EXTERNAL_ARGOCD` environment variable set to `true`.
237237
```
238-
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.26.4 <local_registry>
238+
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.26.5 <local_registry>
239239
```
240240
241241
## Openshift
@@ -700,7 +700,7 @@ global:
700700
| gitops-operator.env.<<[0].OTEL_TRACES_SAMPLER | string | `"parentbased_always_on"` | OTel sampler to be used for traces. Ref: https://opentelemetry.io/docs/specs/otel/configuration/sdk-environment-variables/ |
701701
| gitops-operator.env.GITOPS_OPERATOR_VERSION | string | `"0.11.1"` | |
702702
| gitops-operator.fullnameOverride | string | `""` | |
703-
| gitops-operator.image | object | `{"registry":"quay.io","repository":"codefresh/codefresh-gitops-operator","tag":"0.26-de28d8b"}` | GitOps operator image |
703+
| gitops-operator.image | object | `{"registry":"quay.io","repository":"codefresh/codefresh-gitops-operator","tag":"0.26-e136169"}` | GitOps operator image |
704704
| gitops-operator.imagePullSecrets | list | `[]` | |
705705
| gitops-operator.nameOverride | string | `""` | |
706706
| gitops-operator.nodeSelector | object | `{}` | |

charts/gitops-runtime/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ internal-router:
429429
# -- Set number of pods that are unavailable after eviction as number or percentage
430430
maxUnavailable: ""
431431
# *********************************************************************************************************************
432-
# DOCS: https://github.com/codefresh-io/codefresh-tunnel-charts/blob/codefresh-tunnel-client-0.1.22-helm/codefresh-tunnel-client/values.yaml
432+
# DOCS: https://github.com/codefresh-io/codefresh-tunnel-charts/blob/codefresh-tunnel-client-0.1.23-helm/codefresh-tunnel-client/values.yaml
433433
# *********************************************************************************************************************
434434
tunnel-client:
435435
# -- Will only be used if global.runtime.ingress.enabled = false

0 commit comments

Comments
 (0)