File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
appVersion : 0.1.29
3
3
description : A Helm chart for Codefresh gitops runtime
4
4
name : gitops-runtime
5
- version : 0.2.4 -alpha
5
+ version : 0.2.5 -alpha
6
6
home : https://github.com/codefresh-io/gitops-runtime-helm
7
7
icon : https://codefresh.io/docs/assets/brand/codefresh_purple_dark_logo.png
8
8
keywords :
@@ -16,7 +16,7 @@ annotations:
16
16
artifacthub.io/prerelease : " true"
17
17
artifacthub.io/changes : |
18
18
- kind: fixed
19
- description: Moved runtime creation from `cap-app-proxy` initContainer into main container
19
+ description: bump `cap-app-proxy` to `1.2257.0` (fix convertToGitops)
20
20
dependencies :
21
21
- name : argo-cd
22
22
repository : https://codefresh-io.github.io/argo-helm
Original file line number Diff line number Diff line change 1
1
# gitops-runtime
2
2
3
- ![ Version: 0.2.4 -alpha] ( https://img.shields.io/badge/Version-0.2.4 --alpha-informational?style=flat-square ) ![ AppVersion: 0.1.29] ( https://img.shields.io/badge/AppVersion-0.1.29-informational?style=flat-square )
3
+ ![ Version: 0.2.5 -alpha] ( https://img.shields.io/badge/Version-0.2.5 --alpha-informational?style=flat-square ) ![ AppVersion: 0.1.29] ( https://img.shields.io/badge/AppVersion-0.1.29-informational?style=flat-square )
4
4
5
5
A Helm chart for Codefresh gitops runtime
6
6
@@ -54,14 +54,14 @@ A Helm chart for Codefresh gitops runtime
54
54
| app-proxy.image-enrichment.serviceAccount.name | string | ` "codefresh-image-enrichment-sa" ` | Name of the service account to create or the name of the existing one to use |
55
55
| app-proxy.image.pullPolicy | string | ` "IfNotPresent" ` | |
56
56
| app-proxy.image.repository | string | ` "quay.io/codefresh/cap-app-proxy" ` | |
57
- | app-proxy.image.tag | string | ` "1.2255 .0" ` | |
57
+ | app-proxy.image.tag | string | ` "1.2257 .0" ` | |
58
58
| app-proxy.imagePullSecrets | list | ` [] ` | |
59
59
| app-proxy.initContainer.command[ 0] | string | ` "./init.sh" ` | |
60
60
| app-proxy.initContainer.env | object | ` {} ` | |
61
61
| app-proxy.initContainer.extraVolumeMounts | list | ` [] ` | Extra volume mounts for init container |
62
62
| app-proxy.initContainer.image.pullPolicy | string | ` "IfNotPresent" ` | |
63
63
| app-proxy.initContainer.image.repository | string | ` "quay.io/codefresh/cap-app-proxy-init" ` | |
64
- | app-proxy.initContainer.image.tag | string | ` "1.2255 .0" ` | |
64
+ | app-proxy.initContainer.image.tag | string | ` "1.2257 .0" ` | |
65
65
| app-proxy.initContainer.resources.limits.cpu | string | ` "1" ` | |
66
66
| app-proxy.initContainer.resources.limits.memory | string | ` "512Mi" ` | |
67
67
| app-proxy.initContainer.resources.requests.cpu | string | ` "0.2" ` | |
Original file line number Diff line number Diff line change @@ -305,15 +305,15 @@ app-proxy:
305
305
306
306
image :
307
307
repository : quay.io/codefresh/cap-app-proxy
308
- tag : 1.2255 .0
308
+ tag : 1.2257 .0
309
309
pullPolicy : IfNotPresent
310
310
# -- Extra volume mounts for main container
311
311
extraVolumeMounts : []
312
312
313
313
initContainer :
314
314
image :
315
315
repository : quay.io/codefresh/cap-app-proxy-init
316
- tag : 1.2255 .0
316
+ tag : 1.2257 .0
317
317
pullPolicy : IfNotPresent
318
318
command :
319
319
- ./init.sh
You can’t perform that action at this time.
0 commit comments