File tree Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
- appVersion : 0.1.38
2
+ appVersion : 0.1.39
3
3
description : A Helm chart for Codefresh gitops runtime
4
4
name : gitops-runtime
5
5
version : 0.4.2
@@ -14,10 +14,14 @@ maintainers:
14
14
annotations :
15
15
artifacthub.io/alternativeName : " codefresh-gitops-runtime"
16
16
artifacthub.io/changes : |
17
+ - kind: changed
18
+ description: Update app version to 0.1.39
17
19
- kind: changed
18
20
description: Update argo-cd chart to 5.51.6-4-cap-2.9-2023.12.28-a52e719a5
19
21
- kind: changed
20
- description: Update app-proxy to 1.2593.0
22
+ description: Update app-proxy to 1.2606.1
23
+ - kind: fixed
24
+ description: Fix runtime components log
21
25
dependencies :
22
26
- name : argo-cd
23
27
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.4.2] ( https://img.shields.io/badge/Version-0.4.2-informational?style=flat-square ) ![ AppVersion: 0.1.38 ] ( https://img.shields.io/badge/AppVersion-0.1.38 -informational?style=flat-square )
2
+ ![ Version: 0.4.2] ( https://img.shields.io/badge/Version-0.4.2-informational?style=flat-square ) ![ AppVersion: 0.1.39 ] ( https://img.shields.io/badge/AppVersion-0.1.39 -informational?style=flat-square )
3
3
4
4
## Prerequisites
5
5
@@ -100,14 +100,14 @@ sealed-secrets:
100
100
| 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 |
101
101
| app-proxy.image.pullPolicy | string | `"IfNotPresent"` | |
102
102
| app-proxy.image.repository | string | `"quay.io/codefresh/cap-app-proxy"` | |
103
- | app-proxy.image.tag | string | `"1.2593.0 "` | |
103
+ | app-proxy.image.tag | string | `"1.2606.1 "` | |
104
104
| app-proxy.imagePullSecrets | list | `[]` | |
105
105
| app-proxy.initContainer.command[0] | string | `"./init.sh"` | |
106
106
| app-proxy.initContainer.env | object | `{}` | |
107
107
| app-proxy.initContainer.extraVolumeMounts | list | `[]` | Extra volume mounts for init container |
108
108
| app-proxy.initContainer.image.pullPolicy | string | `"IfNotPresent"` | |
109
109
| app-proxy.initContainer.image.repository | string | `"quay.io/codefresh/cap-app-proxy-init"` | |
110
- | app-proxy.initContainer.image.tag | string | `"1.2593.0 "` | |
110
+ | app-proxy.initContainer.image.tag | string | `"1.2606.1 "` | |
111
111
| app-proxy.initContainer.resources.limits.cpu | string | `"1"` | |
112
112
| app-proxy.initContainer.resources.limits.memory | string | `"512Mi"` | |
113
113
| app-proxy.initContainer.resources.requests.cpu | string | `"0.2"` | |
Original file line number Diff line number Diff line change @@ -418,15 +418,15 @@ app-proxy:
418
418
tag : 1.1.10-main
419
419
image :
420
420
repository : quay.io/codefresh/cap-app-proxy
421
- tag : 1.2593.0
421
+ tag : 1.2606.1
422
422
pullPolicy : IfNotPresent
423
423
# -- Extra volume mounts for main container
424
424
extraVolumeMounts : []
425
425
426
426
initContainer :
427
427
image :
428
428
repository : quay.io/codefresh/cap-app-proxy-init
429
- tag : 1.2593.0
429
+ tag : 1.2606.1
430
430
pullPolicy : IfNotPresent
431
431
command :
432
432
- ./init.sh
You can’t perform that action at this time.
0 commit comments