File tree Expand file tree Collapse file tree 3 files changed +6
-12
lines changed Expand file tree Collapse file tree 3 files changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
appVersion : 0.1.71
3
3
description : A Helm chart for Codefresh gitops runtime
4
4
name : gitops-runtime
5
- version : 0.19.2
5
+ version : 0.19.0
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,13 +15,7 @@ annotations:
15
15
artifacthub.io/alternativeName : " codefresh-gitops-runtime"
16
16
artifacthub.io/changes : |-
17
17
- kind: changed
18
- description: updated csdp, gitops-operator (#467)
19
- - kind: changed
20
- description: updated nginx (#465)
21
- - kind: changed
22
- description: 'feat: security fixes for Argo Rollouts 1.7.2 (#460)'
23
- - kind: changed
24
- description: updated sealed-secrets (#464)
18
+ description: 'feat: sync Argo Workflows 3.6.7 (#517)'
25
19
dependencies :
26
20
- name : argo-cd
27
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.19.2 ] ( https://img.shields.io/badge/Version-0.19.2 -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.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 )
3
3
4
4
## Prerequisites
5
5
@@ -112,7 +112,7 @@ We have created a helper utility to resolve this issue:
112
112
The utility is packaged in a container image. Below are instructions on executing the utility using Docker :
113
113
114
114
` ` `
115
- docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.19.2 <local_registry>
115
+ docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.19.0 <local_registry>
116
116
` ` `
117
117
` output_dir` - is a local directory where the utility will output files. <br>
118
118
` 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:
125
125
126
126
For usage with external ArgoCD run the utility with `EXTERNAL_ARGOCD` environment variable set to `true`.
127
127
```
128
- docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.19.2 <local_registry>
128
+ docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.19.0 <local_registry>
129
129
```
130
130
131
131
## Openshift
Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ argo-events:
268
268
configReloaderImage : natsio/nats-server-config-reloader:0.16.0
269
269
startCommand : /nats-server
270
270
# ---------------------------------------------------------------------------------------------------------------------
271
- # DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-workflows-0.45.2 -v3.6.4 -cap-CR-27392 /charts/argo-workflows
271
+ # DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-workflows-0.45.15 -v3.6.7 -cap-CR-28355 /charts/argo-workflows
272
272
# ---------------------------------------------------------------------------------------------------------------------
273
273
argo-workflows :
274
274
fullnameOverride : argo
You can’t perform that action at this time.
0 commit comments