File tree 2 files changed +5
-13
lines changed
2 files changed +5
-13
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
appVersion : 0.1.70
3
3
description : A Helm chart for Codefresh gitops runtime
4
4
name : gitops-runtime
5
- version : 0.18.1
5
+ version : 0.18.2
6
6
home : https://github.com/codefresh-io/gitops-runtime-helm
7
7
icon : https://avatars1.githubusercontent.com/u/11412079?v=3
8
8
keywords :
@@ -15,15 +15,7 @@ annotations:
15
15
artifacthub.io/alternativeName : " codefresh-gitops-runtime"
16
16
artifacthub.io/changes : |-
17
17
- 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)
27
19
dependencies :
28
20
- name : argo-cd
29
21
repository : https://codefresh-io.github.io/argo-helm
Original file line number Diff line number Diff line change 1
1
## 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 )
3
3
4
4
## Prerequisites
5
5
@@ -92,7 +92,7 @@ We have created a helper utility to resolve this issue:
92
92
The utility is packaged in a container image. Below are instructions on executing the utility using Docker:
93
93
94
94
` ` `
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>
96
96
```
97
97
` output_dir ` - is a local directory where the utility will output files. <br >
98
98
` 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:
105
105
106
106
For usage with external ArgoCD run the utility with ` EXTERNAL_ARGOCD ` environment variable set to ` true ` .
107
107
```
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>
109
109
```
110
110
111
111
## Openshift
You can’t perform that action at this time.
0 commit comments