File tree Expand file tree Collapse file tree 2 files changed +5
-17
lines changed Expand file tree Collapse file tree 2 files changed +5
-17
lines changed Original file line number Diff line number Diff line change @@ -15,23 +15,11 @@ annotations:
15
15
artifacthub.io/alternativeName : " codefresh-gitops-runtime"
16
16
artifacthub.io/changes : |-
17
17
- kind: changed
18
- description: 'Merge pull request #22 from codefresh-sandbox/fix/alice '
18
+ description: 'Merge pull request #23 from codefresh-sandbox/feat/bob '
19
19
- kind: changed
20
20
description: CI Automatic commit - align Chart version
21
21
- kind: changed
22
- description: 'fix: alice'
23
- - kind: changed
24
- description: 'fix: alice'
25
- - kind: changed
26
- description: 'feat: bar'
27
- - kind: changed
28
- description: 'feat: foo'
29
- - kind: changed
30
- description: updated nginx (#662)
31
- - kind: changed
32
- description: 'fix(app-proxy): update cap-app-proxy image tags to 1.3718.0 (#678)'
33
- - kind: changed
34
- description: 'fix(app-proxy): update cap-app-proxy image tags to 1.3709.0 - simplify user cache (#673)'
22
+ description: 'feat: bob'
35
23
dependencies :
36
24
- name : argo-cd
37
25
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: 2025.9-0 ] ( https://img.shields.io/badge/Version-2025.9--0 -informational?style=flat-square ) ![ AppVersion: 0.1.72] ( https://img.shields.io/badge/AppVersion-0.1.72-informational?style=flat-square )
2
+ ![ Version: 2025.9-1 ] ( https://img.shields.io/badge/Version-2025.9--1 -informational?style=flat-square ) ![ AppVersion: 0.1.72] ( https://img.shields.io/badge/AppVersion-0.1.72-informational?style=flat-square )
3
3
4
4
## Prerequisites
5
5
@@ -144,7 +144,7 @@ We have created a helper utility to resolve this issue:
144
144
The utility is packaged in a container image. Below are instructions on executing the utility using Docker :
145
145
146
146
` ` `
147
- docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:2025.9-0 <local_registry>
147
+ docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:2025.9-1 <local_registry>
148
148
` ` `
149
149
` output_dir` - is a local directory where the utility will output files. <br>
150
150
` local_registry` - is your local registry where you want to mirror the images to
@@ -157,7 +157,7 @@ The utility will output 4 files into the folder:
157
157
158
158
For usage with external ArgoCD run the utility with `EXTERNAL_ARGOCD` environment variable set to `true`.
159
159
```
160
- docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:2025.9-0 <local_registry>
160
+ docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:2025.9-1 <local_registry>
161
161
```
162
162
163
163
## Openshift
You can’t perform that action at this time.
0 commit comments