Skip to content

Commit b6c60d4

Browse files
codefresh-v2-pipelines[bot]cf-ci-bot-v2alinashklyar
authored
prepare-version(0.27.6): prepare chart content for release (#1117)
* Update Chart.yaml and changelog for 0.27.6 release * update release notes --------- Co-authored-by: cf-ci-bot-v2 <cf-ci-bot-v2@codefresh.io> Co-authored-by: alinashklyar <alina.shklyar@codefresh.io>
1 parent dfcb69f commit b6c60d4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ annotations:
1515
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
1616
artifacthub.io/containsSecurityUpdates: "true"
1717
artifacthub.io/changes: |-
18+
- kind: changed
19+
description: 'update codefresh-tunnel-chart to 0.1.24'
1820
- kind: security
19-
description: 'bump Node.js to v22.22.0 for cap-app-proxy'
20-
- kind: security
21-
description: 'bump alpine/kubectl to v1.35.1'
21+
description: 'fix multiple security vulnerabilities in codefresh/frps'
2222
dependencies:
2323
- name: argo-cd
2424
repository: https://argoproj.github.io/argo-helm

charts/gitops-runtime/README.md

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

44
## Table of Content
55

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

195195
```
196-
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.27.5 <local_registry>
196+
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.27.6 <local_registry>
197197
```
198198
`output_dir` - is a local directory where the utility will output files. <br>
199199
`local_registry` - is your local registry where you want to mirror the images to
@@ -206,7 +206,7 @@ The utility will output 4 files into the folder:
206206

207207
For usage with external ArgoCD run the utility with `EXTERNAL_ARGOCD` environment variable set to `true`.
208208
```
209-
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.27.5 <local_registry>
209+
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.27.6 <local_registry>
210210
```
211211
212212
## Openshift

0 commit comments

Comments
 (0)