Skip to content

Commit f02495e

Browse files
authored
Disable reconciler in funnel (temporarily) (#578)
1 parent d8e6167 commit f02495e

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

helm/funnel/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.16
18+
version: 0.1.17
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

helm/funnel/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# funnel
22

3-
![Version: 0.1.16](https://img.shields.io/badge/Version-0.1.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: master](https://img.shields.io/badge/AppVersion-master-informational?style=flat-square)
3+
![Version: 0.1.17](https://img.shields.io/badge/Version-0.1.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: master](https://img.shields.io/badge/AppVersion-master-informational?style=flat-square)
44

55
A Helm chart for Kubernetes
66

@@ -23,6 +23,9 @@ A Helm chart for Kubernetes
2323
| funnel.Database | string | `"postgres"` | |
2424
| funnel.EventWriters[0] | string | `"postgres"` | |
2525
| funnel.EventWriters[1] | string | `"log"` | |
26+
| funnel.Kubernetes.DisableJobCleanup | bool | `true` | |
27+
| funnel.Kubernetes.DisableReconciler | bool | `true` | |
28+
| funnel.Kubernetes.ReconcileRate | string | `"120s"` | |
2629
| funnel.Kubernetes.Timeout.duration | string | `"300s"` | |
2730
| funnel.Logger.Level | string | `"info"` | |
2831
| funnel.Plugins.Params.OidcClientId | string | `"FUNNEL_PLUGIN_OIDC_CLIENT_ID_PLACEHOLDER"` | |

helm/funnel/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,3 +303,6 @@ funnel:
303303
# Timeout for task creation (worker pod creation). On timeout, tasks fail with SYSTEM_ERROR
304304
Timeout:
305305
duration: 300s
306+
DisableReconciler: true
307+
DisableJobCleanup: true
308+
ReconcileRate: 120s

helm/gen3/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ dependencies:
7272
repository: "file://../fence"
7373
condition: fence.enabled
7474
- name: funnel
75-
version: 0.1.16
75+
version: 0.1.17
7676
repository: "file://../funnel"
7777
condition: gen3-workflow.enabled
7878
- name: gen3-user-data-library
@@ -197,7 +197,7 @@ type: application
197197
# to the chart and its templates, including the app version.
198198
# Versions are expected to follow Semantic Versioning (https://semver.org/)
199199

200-
version: 0.3.29
200+
version: 0.3.30
201201

202202
# This is the version number of the application being deployed. This version number should be
203203
# incremented each time you make changes to the application. Versions are not expected to

helm/gen3/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# gen3
22

3-
![Version: 0.3.29](https://img.shields.io/badge/Version-0.3.29-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: master](https://img.shields.io/badge/AppVersion-master-informational?style=flat-square)
3+
![Version: 0.3.30](https://img.shields.io/badge/Version-0.3.30-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: master](https://img.shields.io/badge/AppVersion-master-informational?style=flat-square)
44

55
Helm chart to deploy Gen3 Data Commons
66

@@ -36,7 +36,7 @@ Helm chart to deploy Gen3 Data Commons
3636
| file://../etl | etl | 0.1.22 |
3737
| file://../fence | fence | 0.1.74 |
3838
| file://../frontend-framework | frontend-framework | 0.1.27 |
39-
| file://../funnel | funnel | 0.1.16 |
39+
| file://../funnel | funnel | 0.1.17 |
4040
| file://../gen3-analysis | gen3-analysis | 0.1.10 |
4141
| file://../gen3-network-policies | gen3-network-policies | 0.1.3 |
4242
| file://../gen3-user-data-library | gen3-user-data-library | 0.1.13 |

0 commit comments

Comments
 (0)