Skip to content

Commit 9ab83f5

Browse files
committed
chore: create release draft 0.19.3
1 parent 93a29e4 commit 9ab83f5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ annotations:
1515
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
1616
artifacthub.io/changes: |-
1717
- kind: changed
18-
description: 'feat: sync Argo Workflows 3.6.7 (#517)'
18+
description: 'feat: update argo workflow to 0.45.15-v3.6.7-cap-CR-28355 (#517)'
1919
dependencies:
2020
- name: argo-cd
2121
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.71](https://img.shields.io/badge/AppVersion-0.1.71-informational?style=flat-square)
2+
![Version: 0.19.3](https://img.shields.io/badge/Version-0.19.3-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.3 <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.3 <local_registry>
129129
```
130130
131131
## Openshift

0 commit comments

Comments
 (0)