File tree Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,7 @@ annotations:
15
15
artifacthub.io/alternativeName : " codefresh-gitops-runtime"
16
16
artifacthub.io/changes : |
17
17
- kind: changed
18
- description: "Update argoo-cd image to include rate limiter"
19
- - kind: changed
20
- description: "Update argoo-cd chart to enable event-reporter 2.0 by default"
21
- - kind: changed
22
- description: "Enable event-reporter 2.0 by default runtime chart"
18
+ description: "update app-proxy image to 1.2696.0"
23
19
dependencies :
24
20
- name : argo-cd
25
21
repository : https://codefresh-io.github.io/argo-helm
Original file line number Diff line number Diff line change @@ -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.2667 .0"` | |
103
+ | app-proxy.image.tag | string | `"1.2696 .0"` | |
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.2667 .0"` | |
110
+ | app-proxy.initContainer.image.tag | string | `"1.2696 .0"` | |
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 @@ -430,15 +430,15 @@ app-proxy:
430
430
tag : 1.1.10-main
431
431
image :
432
432
repository : quay.io/codefresh/cap-app-proxy
433
- tag : 1.2667 .0
433
+ tag : 1.2696 .0
434
434
pullPolicy : IfNotPresent
435
435
# -- Extra volume mounts for main container
436
436
extraVolumeMounts : []
437
437
438
438
initContainer :
439
439
image :
440
440
repository : quay.io/codefresh/cap-app-proxy-init
441
- tag : 1.2667 .0
441
+ tag : 1.2696 .0
442
442
pullPolicy : IfNotPresent
443
443
command :
444
444
- ./init.sh
You can’t perform that action at this time.
0 commit comments