File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
- appVersion : 0.1.29
2
+ appVersion : 0.1.30
3
3
description : A Helm chart for Codefresh gitops runtime
4
4
name : gitops-runtime
5
- version : 0.2.8 -alpha.1
5
+ version : 0.2.9 -alpha
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,8 +15,8 @@ annotations:
15
15
artifacthub.io/alternativeName : " codefresh-gitops-runtime"
16
16
artifacthub.io/prerelease : " true"
17
17
artifacthub.io/changes : |
18
- - kind: fixed
19
- description: Fix image list generation in private registry helper utility
18
+ - kind: changed
19
+ description: Updated `app-proxy` to `1.2268.0`
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 @@ -57,14 +57,14 @@ The utility will output 4 files into the folder:
57
57
| 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 |
58
58
| app-proxy.image.pullPolicy | string | ` "IfNotPresent" ` | |
59
59
| app-proxy.image.repository | string | ` "quay.io/codefresh/cap-app-proxy" ` | |
60
- | app-proxy.image.tag | string | ` "1.2257 .0" ` | |
60
+ | app-proxy.image.tag | string | ` "1.2268 .0" ` | |
61
61
| app-proxy.imagePullSecrets | list | ` [] ` | |
62
62
| app-proxy.initContainer.command[ 0] | string | ` "./init.sh" ` | |
63
63
| app-proxy.initContainer.env | object | ` {} ` | |
64
64
| app-proxy.initContainer.extraVolumeMounts | list | ` [] ` | Extra volume mounts for init container |
65
65
| app-proxy.initContainer.image.pullPolicy | string | ` "IfNotPresent" ` | |
66
66
| app-proxy.initContainer.image.repository | string | ` "quay.io/codefresh/cap-app-proxy-init" ` | |
67
- | app-proxy.initContainer.image.tag | string | ` "1.2257 .0" ` | |
67
+ | app-proxy.initContainer.image.tag | string | ` "1.2268 .0" ` | |
68
68
| app-proxy.initContainer.resources.limits.cpu | string | ` "1" ` | |
69
69
| app-proxy.initContainer.resources.limits.memory | string | ` "512Mi" ` | |
70
70
| 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.2257 .0
308
+ tag : 1.2268 .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.2257 .0
316
+ tag : 1.2268 .0
317
317
pullPolicy : IfNotPresent
318
318
command :
319
319
- ./init.sh
You can’t perform that action at this time.
0 commit comments