Skip to content

Commit 88deb29

Browse files
prepare 0.18.2 patch
1 parent 6da4c84 commit 88deb29

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

charts/gitops-runtime/Chart.yaml

+2-10
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: 0.1.70
33
description: A Helm chart for Codefresh gitops runtime
44
name: gitops-runtime
5-
version: 0.18.1
5+
version: 0.18.2
66
home: https://github.com/codefresh-io/gitops-runtime-helm
77
icon: https://avatars1.githubusercontent.com/u/11412079?v=3
88
keywords:
@@ -15,15 +15,7 @@ annotations:
1515
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
1616
artifacthub.io/changes: |-
1717
- kind: changed
18-
description: 'fix: argo-events 2.4.7-1-cap-CR-28072 with fix for eventsource restarts (#435)'
19-
- kind: changed
20-
description: 'feat: bump app-proxy to 1.3389.0 (#432)'
21-
- kind: changed
22-
description: 'chore: update chart NOTES.txt (#431)'
23-
- kind: changed
24-
description: 'fix: argocd fullname template; feat: add sources-server and event-reporter versions to codefresh-cm ConfigMap (#430)'
25-
- kind: changed
26-
description: 'chore(deps): update cf-argocd-extras dependency to 0.3.13 (#427)'
18+
description: patch - private registry external-argocd support and values structure fix (#436)
2719
dependencies:
2820
- name: argo-cd
2921
repository: https://codefresh-io.github.io/argo-helm

charts/gitops-runtime/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Codefresh gitops runtime
2-
![Version: 0.18.1](https://img.shields.io/badge/Version-0.18.1-informational?style=flat-square) ![AppVersion: 0.1.70](https://img.shields.io/badge/AppVersion-0.1.70-informational?style=flat-square)
2+
![Version: 0.18.2](https://img.shields.io/badge/Version-0.18.2-informational?style=flat-square) ![AppVersion: 0.1.70](https://img.shields.io/badge/AppVersion-0.1.70-informational?style=flat-square)
33

44
## Prerequisites
55

@@ -92,7 +92,7 @@ We have created a helper utility to resolve this issue:
9292
The utility is packaged in a container image. Below are instructions on executing the utility using Docker:
9393
9494
```
95-
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.18.1 <local_registry>
95+
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.18.2 <local_registry>
9696
```
9797
`output_dir` - is a local directory where the utility will output files. <br>
9898
`local_registry` - is your local registry where you want to mirror the images to
@@ -105,7 +105,7 @@ The utility will output 4 files into the folder:
105105

106106
For usage with external ArgoCD run the utility with `EXTERNAL_ARGOCD` environment variable set to `true`.
107107
```
108-
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.18.1 <local_registry>
108+
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.18.2 <local_registry>
109109
```
110110

111111
## Openshift

0 commit comments

Comments
 (0)