File tree Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 10
10
# only ignore the values.yaml file at the root of the repo
11
11
/values.yaml
12
12
.devcontainer
13
+
14
+ # ignore local dev
15
+ values-dev.yaml
16
+ dry-run.yaml
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ annotations:
18
18
description: Add codefresh-gitops-operator
19
19
- kind: changed
20
20
description: Update app-proxy
21
+ - kind: changed
22
+ description: Update argo-workflowschart. Fix podGC label selector
21
23
dependencies :
22
24
- name : argo-cd
23
25
repository : https://codefresh-io.github.io/argo-helm
@@ -27,7 +29,7 @@ dependencies:
27
29
version : 2.0.9-1-cap-CR-19893
28
30
- name : argo-workflows
29
31
repository : https://codefresh-io.github.io/argo-helm
30
- version : 0.22.9 -1-CR-17426
32
+ version : 0.22.10 -1-CR-17426
31
33
condition : argo-workflows.enabled
32
34
- name : argo-rollouts
33
35
repository : https://codefresh-io.github.io/argo-helm
Original file line number Diff line number Diff line change @@ -88,14 +88,14 @@ sealed-secrets:
88
88
| 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 |
89
89
| app-proxy.image.pullPolicy | string | `"IfNotPresent"` | |
90
90
| app-proxy.image.repository | string | `"quay.io/codefresh/cap-app-proxy"` | |
91
- | app-proxy.image.tag | string | `"1.2471.1 "` | |
91
+ | app-proxy.image.tag | string | `"1.2472.0 "` | |
92
92
| app-proxy.imagePullSecrets | list | `[]` | |
93
93
| app-proxy.initContainer.command[0] | string | `"./init.sh"` | |
94
94
| app-proxy.initContainer.env | object | `{}` | |
95
95
| app-proxy.initContainer.extraVolumeMounts | list | `[]` | Extra volume mounts for init container |
96
96
| app-proxy.initContainer.image.pullPolicy | string | `"IfNotPresent"` | |
97
97
| app-proxy.initContainer.image.repository | string | `"quay.io/codefresh/cap-app-proxy-init"` | |
98
- | app-proxy.initContainer.image.tag | string | `"1.2471.1 "` | |
98
+ | app-proxy.initContainer.image.tag | string | `"1.2472.0 "` | |
99
99
| app-proxy.initContainer.resources.limits.cpu | string | `"1"` | |
100
100
| app-proxy.initContainer.resources.limits.memory | string | `"512Mi"` | |
101
101
| app-proxy.initContainer.resources.requests.cpu | string | `"0.2"` | |
Original file line number Diff line number Diff line change @@ -355,15 +355,15 @@ app-proxy:
355
355
tag : 1.1.10-main
356
356
image :
357
357
repository : quay.io/codefresh/cap-app-proxy
358
- tag : 1.2471.1
358
+ tag : 1.2472.0
359
359
pullPolicy : IfNotPresent
360
360
# -- Extra volume mounts for main container
361
361
extraVolumeMounts : []
362
362
363
363
initContainer :
364
364
image :
365
365
repository : quay.io/codefresh/cap-app-proxy-init
366
- tag : 1.2471.1
366
+ tag : 1.2472.0
367
367
pullPolicy : IfNotPresent
368
368
command :
369
369
- ./init.sh
You can’t perform that action at this time.
0 commit comments