Skip to content

Commit 70d25c9

Browse files
authored
fix: Update manager chart for CRD (#284)
1 parent 675c134 commit 70d25c9

File tree

2 files changed

+14
-27
lines changed

2 files changed

+14
-27
lines changed

charts/datafold-manager/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: datafold-manager
33
description: Helm chart for Datafold Operator
44
type: application
5-
version: 0.1.69
5+
version: 0.1.70
66
appVersion: "1.0.0"
77
icon: https://www.datafold.com/logo.png
88

charts/datafold-manager/templates/crds.yaml

Lines changed: 13 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2252,6 +2252,14 @@ spec:
22522252
description: StorageClass specifies the storage class to use for
22532253
persistent volumes
22542254
type: string
2255+
taskEngine:
2256+
default: celery
2257+
description: TaskEngine specifies the task engine to use (e.g.,
2258+
"celery", "temporal")
2259+
type: string
2260+
workerPoolType:
2261+
description: WorkerPoolType specifies the worker pool type
2262+
type: string
22552263
required:
22562264
- manageSecretsYourself
22572265
- serverName
@@ -2821,34 +2829,13 @@ spec:
28212829
- "true"
28222830
- "false"
28232831
type: string
2824-
inactivityIntervalMinutes:
2825-
default: 240
2826-
description: InactivityIntervalMinutes is the number of minutes
2827-
of no active users (from status_check) before putting the app
2828-
to sleep
2829-
format: int32
2830-
type: integer
2831-
notUntil:
2832-
description: NotUntil forces the app to stay active until this
2833-
UTC timestamp. If empty/nil, treated as 1970-01-01 00:00:00
2834-
UTC
2832+
wakeUntil:
2833+
description: |-
2834+
WakeUntil is a UTC date+time until which the app should stay awake (e.g. "2026-03-01T14:00:00Z").
2835+
Automatically set to now+2h on each new release. Users can also set this
2836+
manually to wake the app or extend the wake period.
28352837
format: date-time
28362838
type: string
2837-
statusCheckTokenSecretRef:
2838-
description: StatusCheckTokenSecretRef references the secret that
2839-
holds the status_check token (same as global.statusCheckToken
2840-
in Helm)
2841-
properties:
2842-
key:
2843-
description: Key is the key within the secret
2844-
type: string
2845-
name:
2846-
description: Name is the name of the secret
2847-
type: string
2848-
required:
2849-
- key
2850-
- name
2851-
type: object
28522839
type: object
28532840
required:
28542841
- global

0 commit comments

Comments
 (0)