File tree 3 files changed +7
-5
lines changed
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,10 @@ annotations:
18
18
description: "update codefresh-gitops-operator to 0.1.0-alpha.13"
19
19
- kind: added
20
20
description: "added runtime.isConfigurationRuntime field"
21
+ - kind: fixed
22
+ description: "fix sealed secret shearing among clusters"
21
23
- kind: changed
22
- description: "update cap-app-proxy to 1.2816.0 "
24
+ description: "update cap-app-proxy to 1.2825.1 "
23
25
dependencies :
24
26
- name : argo-cd
25
27
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.2816.0 "` | |
103
+ | app-proxy.image.tag | string | `"1.2825.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.2816.0 "` | |
110
+ | app-proxy.initContainer.image.tag | string | `"1.2825.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 @@ -494,15 +494,15 @@ app-proxy:
494
494
tag : 1.1.10-main
495
495
image :
496
496
repository : quay.io/codefresh/cap-app-proxy
497
- tag : 1.2816.0
497
+ tag : 1.2825.1
498
498
pullPolicy : IfNotPresent
499
499
# -- Extra volume mounts for main container
500
500
extraVolumeMounts : []
501
501
502
502
initContainer :
503
503
image :
504
504
repository : quay.io/codefresh/cap-app-proxy-init
505
- tag : 1.2816.0
505
+ tag : 1.2825.1
506
506
pullPolicy : IfNotPresent
507
507
command :
508
508
- ./init.sh
You can’t perform that action at this time.
0 commit comments