File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
appVersion : 0.1.27
3
3
description : A Helm chart for Codefresh gitops runtime
4
4
name : gitops-runtime
5
- version : 0.2.1-alpha.10
5
+ version : 0.2.1-alpha.11
6
6
home : https://github.com/codefresh-io/gitops-runtime-helm
7
7
keywords :
8
8
- codefresh
Original file line number Diff line number Diff line change 1
1
# gitops-runtime
2
2
3
- ![ Version: 0.2.1-alpha.10 ] ( https://img.shields.io/badge/Version-0.2.1--alpha.10 -informational?style=flat-square ) ![ AppVersion: 0.1.27] ( https://img.shields.io/badge/AppVersion-0.1.27-informational?style=flat-square )
3
+ ![ Version: 0.2.1-alpha.11 ] ( https://img.shields.io/badge/Version-0.2.1--alpha.11 -informational?style=flat-square ) ![ AppVersion: 0.1.27] ( https://img.shields.io/badge/AppVersion-0.1.27-informational?style=flat-square )
4
4
5
5
A Helm chart for Codefresh gitops runtime
6
6
@@ -52,13 +52,13 @@ A Helm chart for Codefresh gitops runtime
52
52
| 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 |
53
53
| app-proxy.image.pullPolicy | string | ` "IfNotPresent" ` | |
54
54
| app-proxy.image.repository | string | ` "quay.io/codefresh/cap-app-proxy" ` | |
55
- | app-proxy.image.tag | string | ` "1.2207 .0" ` | |
55
+ | app-proxy.image.tag | string | ` "1.2221 .0" ` | |
56
56
| app-proxy.imagePullSecrets | list | ` [] ` | |
57
57
| app-proxy.initContainer.command[ 0] | string | ` "./init.sh" ` | |
58
58
| app-proxy.initContainer.env | object | ` {} ` | |
59
59
| app-proxy.initContainer.image.pullPolicy | string | ` "IfNotPresent" ` | |
60
60
| app-proxy.initContainer.image.repository | string | ` "quay.io/codefresh/cap-app-proxy-init" ` | |
61
- | app-proxy.initContainer.image.tag | string | ` "1.2207 .0" ` | |
61
+ | app-proxy.initContainer.image.tag | string | ` "1.2221 .0" ` | |
62
62
| app-proxy.initContainer.resources.limits.cpu | string | ` "1" ` | |
63
63
| app-proxy.initContainer.resources.limits.memory | string | ` "512Mi" ` | |
64
64
| app-proxy.initContainer.resources.requests.cpu | string | ` "0.2" ` | |
Original file line number Diff line number Diff line change @@ -272,14 +272,14 @@ app-proxy:
272
272
image :
273
273
repository : quay.io/codefresh/cap-app-proxy
274
274
# Overrides the image tag whose default is the chart appVersion.
275
- tag : 1.2207 .0
275
+ tag : 1.2221 .0
276
276
pullPolicy : IfNotPresent
277
277
278
278
initContainer :
279
279
image :
280
280
repository : quay.io/codefresh/cap-app-proxy-init
281
281
# Overrides the image tag whose default is the chart appVersion.
282
- tag : 1.2207 .0
282
+ tag : 1.2221 .0
283
283
pullPolicy : IfNotPresent
284
284
command :
285
285
- ./init.sh
You can’t perform that action at this time.
0 commit comments