Skip to content

Commit 2ed35d6

Browse files
wip
1 parent 5ca7b9f commit 2ed35d6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

charts/gitops-runtime/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,14 @@ sealed-secrets:
8888
| 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 |
8989
| app-proxy.image.pullPolicy | string | `"IfNotPresent"` | |
9090
| app-proxy.image.repository | string | `"quay.io/codefresh/cap-app-proxy"` | |
91-
| app-proxy.image.tag | string | `"1.2411.2"` | |
91+
| app-proxy.image.tag | string | `"1.2461.0"` | |
9292
| app-proxy.imagePullSecrets | list | `[]` | |
9393
| app-proxy.initContainer.command[0] | string | `"./init.sh"` | |
9494
| app-proxy.initContainer.env | object | `{}` | |
9595
| app-proxy.initContainer.extraVolumeMounts | list | `[]` | Extra volume mounts for init container |
9696
| app-proxy.initContainer.image.pullPolicy | string | `"IfNotPresent"` | |
9797
| app-proxy.initContainer.image.repository | string | `"quay.io/codefresh/cap-app-proxy-init"` | |
98-
| app-proxy.initContainer.image.tag | string | `"1.2411.2"` | |
98+
| app-proxy.initContainer.image.tag | string | `"1.2461.0"` | |
9999
| app-proxy.initContainer.resources.limits.cpu | string | `"1"` | |
100100
| app-proxy.initContainer.resources.limits.memory | string | `"512Mi"` | |
101101
| app-proxy.initContainer.resources.requests.cpu | string | `"0.2"` | |
@@ -130,7 +130,9 @@ sealed-secrets:
130130
| app-proxy.serviceAccount.name | string | `"cap-app-proxy"` | |
131131
| app-proxy.tolerations | list | `[]` | |
132132
| argo-cd.configs.cm."accounts.admin" | string | `"apiKey,login"` | |
133+
| argo-cd.configs.cm."application.resourceTrackingMethod" | string | `"annotation+label"` | |
133134
| argo-cd.configs.cm."timeout.reconciliation" | string | `"20s"` | |
135+
| argo-cd.configs.params."application.namespaces" | string | `"cf-*"` | |
134136
| argo-cd.configs.params."server.insecure" | bool | `true` | |
135137
| argo-cd.crds.install | bool | `true` | |
136138
| argo-cd.fullnameOverride | string | `"argo-cd"` | |

charts/gitops-runtime/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,10 @@ argo-cd:
139139
cm:
140140
timeout.reconciliation: 20s
141141
accounts.admin: apiKey,login
142+
application.resourceTrackingMethod: annotation+label
142143
params:
143144
server.insecure: true
145+
application.namespaces: 'cf-*'
144146
notifications:
145147
bots:
146148
slack:

0 commit comments

Comments
 (0)