Skip to content

Commit 4bdce00

Browse files
committed
create release 0.19.1 draft
Signed-off-by: reggie-k <regina.voloshin@codefresh.io>
1 parent d3d11e8 commit 4bdce00

File tree

3 files changed

+6
-30
lines changed

3 files changed

+6
-30
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 2 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: 0.1.71
33
description: A Helm chart for Codefresh gitops runtime
44
name: gitops-runtime
5-
version: 0.19.0
5+
version: 0.19.1
66
home: https://github.com/codefresh-io/gitops-runtime-helm
77
icon: https://avatars1.githubusercontent.com/u/11412079?v=3
88
keywords:
@@ -13,31 +13,7 @@ maintainers:
1313
url: https://codefresh-io.github.io/
1414
annotations:
1515
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
16-
artifacthub.io/changes: |-
17-
- kind: added
18-
description: Added support for rollout-reporter with external Argo Rollouts (#441)
19-
- kind: added
20-
description: Added custom rollout actions 'pause' and 'skip-current-step' to Argo CD ConfigMap (#443)
21-
- kind: added
22-
description: Added rollout rollback query support to sources-server 0.3.15 (#442)
23-
- kind: changed
24-
description: Updated Argo CD dependency version to 7.8.23-1-cap-v2.14.9 (#455)
25-
- kind: changed
26-
description: Updated gitops-operator to version 0.5.4 (#451, #434)
27-
- kind: changed
28-
description: Updated app-proxy image tag to 1.3430.2 (#447)
29-
- kind: changed
30-
description: Updated cf-argocd-extras dependency to 0.3.15 (#427)
31-
- kind: fixed
32-
description: Fixed private registry external-argocd support and values structure (#436)
33-
- kind: fixed
34-
description: Fixed eventsource restart issue in argo-events 2.4.7-1-cap-CR-28072 (#435)
35-
- kind: fixed
36-
description: Corrected gitops-operator values configuration (#439)
37-
- kind: fixed
38-
description: Fixed Argo CD fullname template and added sources-server and event-reporter versions to codefresh-cm ConfigMap (#430)
39-
- kind: changed
40-
description: Updated NOTES.txt for clarity (#431)
16+
artifacthub.io/changes: ""
4117
dependencies:
4218
- name: argo-cd
4319
repository: https://codefresh-io.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.19.0](https://img.shields.io/badge/Version-0.19.0-informational?style=flat-square) ![AppVersion: 0.1.69-0](https://img.shields.io/badge/AppVersion-0.1.69--0-informational?style=flat-square)
2+
![Version: 0.19.1](https://img.shields.io/badge/Version-0.19.1-informational?style=flat-square) ![AppVersion: 0.1.71](https://img.shields.io/badge/AppVersion-0.1.71-informational?style=flat-square)
33

44
## Prerequisites
55

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

114114
```
115-
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.19.0 <local_registry>
115+
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.19.1 <local_registry>
116116
```
117117
`output_dir` - is a local directory where the utility will output files. <br>
118118
`local_registry` - is your local registry where you want to mirror the images to
@@ -125,7 +125,7 @@ The utility will output 4 files into the folder:
125125

126126
For usage with external ArgoCD run the utility with `EXTERNAL_ARGOCD` environment variable set to `true`.
127127
```
128-
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.19.0 <local_registry>
128+
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.19.1 <local_registry>
129129
```
130130
131131
## Openshift

charts/gitops-runtime/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ sealed-secrets:
189189
cpu: 200m
190190
memory: 512Mi
191191
# ---------------------------------------------------------------------------------------------------------------------
192-
# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-cd-7.8.23-1-cap-v2.14.9-2025-04-20-584fc7f3/charts/argo-cd
192+
# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-cd-7.8.23-2-cap-v2.14.9-2025-04-23-4de04dd8/charts/argo-cd
193193
# ---------------------------------------------------------------------------------------------------------------------
194194
argo-cd:
195195
enabled: true

0 commit comments

Comments
 (0)