typekro 0.32.0 → 0.33.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (100) hide show
  1. package/dist/.tsbuildinfo +1 -1
  2. package/dist/alchemy/resource-registration.d.ts +15 -0
  3. package/dist/alchemy/resource-registration.d.ts.map +1 -1
  4. package/dist/alchemy/resource-registration.js +13 -1
  5. package/dist/alchemy/resource-registration.js.map +1 -1
  6. package/dist/core/dependencies/resolver.d.ts.map +1 -1
  7. package/dist/core/dependencies/resolver.js +13 -3
  8. package/dist/core/dependencies/resolver.js.map +1 -1
  9. package/dist/core/deployment/kro-artifact-binding-migration.d.ts +15 -0
  10. package/dist/core/deployment/kro-artifact-binding-migration.d.ts.map +1 -0
  11. package/dist/core/deployment/kro-artifact-binding-migration.js +181 -0
  12. package/dist/core/deployment/kro-artifact-binding-migration.js.map +1 -0
  13. package/dist/core/deployment/kro-factory.d.ts +1 -1
  14. package/dist/core/deployment/kro-factory.d.ts.map +1 -1
  15. package/dist/core/deployment/kro-factory.js +39 -35
  16. package/dist/core/deployment/kro-factory.js.map +1 -1
  17. package/dist/core/planning/compiler.d.ts.map +1 -1
  18. package/dist/core/planning/compiler.js +9 -23
  19. package/dist/core/planning/compiler.js.map +1 -1
  20. package/dist/core/planning/plan-codec.d.ts.map +1 -1
  21. package/dist/core/planning/plan-codec.js +3 -0
  22. package/dist/core/planning/plan-codec.js.map +1 -1
  23. package/dist/core/planning/types.d.ts +3 -0
  24. package/dist/core/planning/types.d.ts.map +1 -1
  25. package/dist/core/planning/values.d.ts.map +1 -1
  26. package/dist/core/planning/values.js +3 -0
  27. package/dist/core/planning/values.js.map +1 -1
  28. package/dist/core/references/cel-evaluator.d.ts +0 -5
  29. package/dist/core/references/cel-evaluator.d.ts.map +1 -1
  30. package/dist/core/references/cel-evaluator.js +7 -32
  31. package/dist/core/references/cel-evaluator.js.map +1 -1
  32. package/dist/core/references/cel-lexical-scanner.d.ts +14 -0
  33. package/dist/core/references/cel-lexical-scanner.d.ts.map +1 -0
  34. package/dist/core/references/cel-lexical-scanner.js +90 -0
  35. package/dist/core/references/cel-lexical-scanner.js.map +1 -0
  36. package/dist/core/references/cel.d.ts.map +1 -1
  37. package/dist/core/references/cel.js +5 -1
  38. package/dist/core/references/cel.js.map +1 -1
  39. package/dist/core/serialization/cel-references.d.ts.map +1 -1
  40. package/dist/core/serialization/cel-references.js +3 -1
  41. package/dist/core/serialization/cel-references.js.map +1 -1
  42. package/dist/core/serialization/schema.d.ts.map +1 -1
  43. package/dist/core/serialization/schema.js +12 -0
  44. package/dist/core/serialization/schema.js.map +1 -1
  45. package/dist/core/types/deployment.d.ts +20 -0
  46. package/dist/core/types/deployment.d.ts.map +1 -1
  47. package/dist/factories/dagster/compositions/dagster-bootstrap.d.ts +1 -449
  48. package/dist/factories/dagster/compositions/dagster-bootstrap.d.ts.map +1 -1
  49. package/dist/factories/dagster/types.d.ts +2 -898
  50. package/dist/factories/dagster/types.d.ts.map +1 -1
  51. package/dist/factories/dagster/types.js +2 -35
  52. package/dist/factories/dagster/types.js.map +1 -1
  53. package/dist/factories/envoy-ai-gateway/compositions/gateway.d.ts +9 -0
  54. package/dist/factories/envoy-ai-gateway/compositions/gateway.d.ts.map +1 -0
  55. package/dist/factories/envoy-ai-gateway/compositions/gateway.js +773 -0
  56. package/dist/factories/envoy-ai-gateway/compositions/gateway.js.map +1 -0
  57. package/dist/factories/envoy-ai-gateway/compositions/index.d.ts +4 -0
  58. package/dist/factories/envoy-ai-gateway/compositions/index.d.ts.map +1 -0
  59. package/dist/factories/envoy-ai-gateway/compositions/index.js +4 -0
  60. package/dist/factories/envoy-ai-gateway/compositions/index.js.map +1 -0
  61. package/dist/factories/envoy-ai-gateway/compositions/platform.d.ts +70 -0
  62. package/dist/factories/envoy-ai-gateway/compositions/platform.d.ts.map +1 -0
  63. package/dist/factories/envoy-ai-gateway/compositions/platform.js +376 -0
  64. package/dist/factories/envoy-ai-gateway/compositions/platform.js.map +1 -0
  65. package/dist/factories/envoy-ai-gateway/compositions/repository.d.ts +13 -0
  66. package/dist/factories/envoy-ai-gateway/compositions/repository.d.ts.map +1 -0
  67. package/dist/factories/envoy-ai-gateway/compositions/repository.js +29 -0
  68. package/dist/factories/envoy-ai-gateway/compositions/repository.js.map +1 -0
  69. package/dist/factories/envoy-ai-gateway/constants.d.ts +18 -0
  70. package/dist/factories/envoy-ai-gateway/constants.d.ts.map +1 -0
  71. package/dist/factories/envoy-ai-gateway/constants.js +18 -0
  72. package/dist/factories/envoy-ai-gateway/constants.js.map +1 -0
  73. package/dist/factories/envoy-ai-gateway/index.d.ts +11 -0
  74. package/dist/factories/envoy-ai-gateway/index.d.ts.map +1 -0
  75. package/dist/factories/envoy-ai-gateway/index.js +11 -0
  76. package/dist/factories/envoy-ai-gateway/index.js.map +1 -0
  77. package/dist/factories/envoy-ai-gateway/resources/gateway.d.ts +29 -0
  78. package/dist/factories/envoy-ai-gateway/resources/gateway.d.ts.map +1 -0
  79. package/dist/factories/envoy-ai-gateway/resources/gateway.js +195 -0
  80. package/dist/factories/envoy-ai-gateway/resources/gateway.js.map +1 -0
  81. package/dist/factories/envoy-ai-gateway/resources/helm.d.ts +11 -0
  82. package/dist/factories/envoy-ai-gateway/resources/helm.d.ts.map +1 -0
  83. package/dist/factories/envoy-ai-gateway/resources/helm.js +54 -0
  84. package/dist/factories/envoy-ai-gateway/resources/helm.js.map +1 -0
  85. package/dist/factories/envoy-ai-gateway/resources/index.d.ts +3 -0
  86. package/dist/factories/envoy-ai-gateway/resources/index.d.ts.map +1 -0
  87. package/dist/factories/envoy-ai-gateway/resources/index.js +3 -0
  88. package/dist/factories/envoy-ai-gateway/resources/index.js.map +1 -0
  89. package/dist/factories/envoy-ai-gateway/types.d.ts +451 -0
  90. package/dist/factories/envoy-ai-gateway/types.d.ts.map +1 -0
  91. package/dist/factories/envoy-ai-gateway/types.js +54 -0
  92. package/dist/factories/envoy-ai-gateway/types.js.map +1 -0
  93. package/dist/factories/index.d.ts +1 -0
  94. package/dist/factories/index.d.ts.map +1 -1
  95. package/dist/factories/index.js +4 -0
  96. package/dist/factories/index.js.map +1 -1
  97. package/dist/factories/kro/resource-graph-definition.d.ts.map +1 -1
  98. package/dist/factories/kro/resource-graph-definition.js +15 -7
  99. package/dist/factories/kro/resource-graph-definition.js.map +1 -1
  100. package/package.json +6 -2
@@ -895,455 +895,7 @@ export declare const DagsterBootstrapConfigSchema: import("arktype/internal/vari
895
895
  celeryConfigSecretName?: string;
896
896
  dagsterInstanceConfigMap?: string;
897
897
  };
898
- values?: {
899
- global?: {
900
- dagsterHome?: string;
901
- serviceAccountName?: string;
902
- postgresqlSecretName?: string;
903
- postgresqlAuthWifEnabled?: boolean;
904
- celeryConfigSecretName?: string;
905
- dagsterInstanceConfigMap?: string;
906
- };
907
- serviceAccount?: {
908
- create?: boolean;
909
- name?: string;
910
- annotations?: Record<string, string>;
911
- };
912
- nameOverride?: string;
913
- fullnameOverride?: string;
914
- rbacEnabled?: boolean;
915
- imagePullSecrets?: {
916
- name: string;
917
- }[];
918
- dagsterWebserver?: {
919
- replicaCount?: number;
920
- image?: {
921
- repository: string;
922
- tag?: string;
923
- pullPolicy?: "Always" | "IfNotPresent" | "Never";
924
- };
925
- service?: {
926
- type?: string;
927
- port?: number;
928
- annotations?: Record<string, string>;
929
- };
930
- pathPrefix?: string;
931
- enableReadOnly?: boolean;
932
- logFormat?: "json" | "colored" | "rich";
933
- logLevel?: string;
934
- workspace?: {
935
- enabled?: boolean;
936
- servers?: {
937
- host: string;
938
- port: number;
939
- name?: string;
940
- }[];
941
- externalConfigmap?: string;
942
- };
943
- readinessProbe?: object;
944
- livenessProbe?: object;
945
- startupProbe?: object;
946
- labels?: Record<string, string>;
947
- nodeSelector?: Record<string, string>;
948
- affinity?: object;
949
- tolerations?: {
950
- key?: string;
951
- operator?: "Exists" | "Equal";
952
- value?: string;
953
- effect?: "NoSchedule" | "PreferNoSchedule" | "NoExecute";
954
- tolerationSeconds?: number;
955
- }[];
956
- resources?: {
957
- requests?: {
958
- cpu?: string;
959
- memory?: string;
960
- };
961
- limits?: {
962
- cpu?: string;
963
- memory?: string;
964
- };
965
- };
966
- podSecurityContext?: object;
967
- securityContext?: object;
968
- volumes?: object[];
969
- volumeMounts?: object[];
970
- env?: {
971
- name: string;
972
- value?: string;
973
- valueFrom?: Record<string, unknown>;
974
- }[];
975
- envConfigMaps?: {
976
- name: string;
977
- }[];
978
- envSecrets?: {
979
- name: string;
980
- }[];
981
- };
982
- dagsterDaemon?: {
983
- enabled?: boolean;
984
- image?: {
985
- repository: string;
986
- tag?: string;
987
- pullPolicy?: "Always" | "IfNotPresent" | "Never";
988
- };
989
- heartbeatTolerance?: number;
990
- logFormat?: "json" | "colored" | "rich";
991
- runCoordinator?: {
992
- enabled?: boolean;
993
- type?: "QueuedRunCoordinator" | "CustomRunCoordinator";
994
- config?: object;
995
- };
996
- runMonitoring?: object;
997
- runRetries?: object;
998
- sensors?: object;
999
- schedules?: object;
1000
- readinessProbe?: object;
1001
- livenessProbe?: object;
1002
- startupProbe?: object;
1003
- labels?: Record<string, string>;
1004
- nodeSelector?: Record<string, string>;
1005
- affinity?: object;
1006
- tolerations?: {
1007
- key?: string;
1008
- operator?: "Exists" | "Equal";
1009
- value?: string;
1010
- effect?: "NoSchedule" | "PreferNoSchedule" | "NoExecute";
1011
- tolerationSeconds?: number;
1012
- }[];
1013
- resources?: {
1014
- requests?: {
1015
- cpu?: string;
1016
- memory?: string;
1017
- };
1018
- limits?: {
1019
- cpu?: string;
1020
- memory?: string;
1021
- };
1022
- };
1023
- podSecurityContext?: object;
1024
- securityContext?: object;
1025
- volumes?: object[];
1026
- volumeMounts?: object[];
1027
- env?: {
1028
- name: string;
1029
- value?: string;
1030
- valueFrom?: Record<string, unknown>;
1031
- }[];
1032
- envConfigMaps?: {
1033
- name: string;
1034
- }[];
1035
- envSecrets?: {
1036
- name: string;
1037
- }[];
1038
- };
1039
- 'dagster-user-deployments'?: {
1040
- enabled?: boolean;
1041
- enableSubchart?: boolean;
1042
- imagePullSecrets?: {
1043
- name: string;
1044
- }[];
1045
- deployments?: {
1046
- name: string;
1047
- image: {
1048
- repository: string;
1049
- tag?: string;
1050
- pullPolicy?: "Always" | "IfNotPresent" | "Never";
1051
- };
1052
- dagsterApiGrpcArgs?: string[];
1053
- codeServerArgs?: string[];
1054
- port?: number;
1055
- replicaCount?: number;
1056
- includeConfigInLaunchedRuns?: {
1057
- enabled?: boolean;
1058
- };
1059
- env?: {
1060
- name: string;
1061
- value?: string;
1062
- valueFrom?: Record<string, unknown>;
1063
- }[];
1064
- envConfigMaps?: {
1065
- name: string;
1066
- }[];
1067
- envSecrets?: {
1068
- name: string;
1069
- }[];
1070
- labels?: Record<string, string>;
1071
- annotations?: Record<string, string>;
1072
- nodeSelector?: Record<string, string>;
1073
- affinity?: object;
1074
- tolerations?: {
1075
- key?: string;
1076
- operator?: "Exists" | "Equal";
1077
- value?: string;
1078
- effect?: "NoSchedule" | "PreferNoSchedule" | "NoExecute";
1079
- tolerationSeconds?: number;
1080
- }[];
1081
- podSecurityContext?: object;
1082
- securityContext?: object;
1083
- resources?: {
1084
- requests?: {
1085
- cpu?: string;
1086
- memory?: string;
1087
- };
1088
- limits?: {
1089
- cpu?: string;
1090
- memory?: string;
1091
- };
1092
- };
1093
- volumes?: object[];
1094
- volumeMounts?: object[];
1095
- initContainers?: object[];
1096
- sidecarContainers?: object[];
1097
- readinessProbe?: object;
1098
- livenessProbe?: object;
1099
- startupProbe?: object;
1100
- deploymentStrategy?: object;
1101
- service?: {
1102
- annotations?: Record<string, string>;
1103
- };
1104
- }[];
1105
- };
1106
- postgresql?: {
1107
- enabled?: boolean;
1108
- host?: string;
1109
- username?: string;
1110
- database?: string;
1111
- password?: string;
1112
- passwordSecretName?: string;
1113
- storageClass?: string;
1114
- servicePort?: number;
1115
- params?: Record<string, string>;
1116
- scheme?: string;
1117
- authProvider?: object;
1118
- values?: object;
1119
- };
1120
- generatePostgresqlPasswordSecret?: boolean;
1121
- generateCeleryConfigSecret?: boolean;
1122
- rabbitmq?: {
1123
- enabled?: boolean;
1124
- image?: {
1125
- repository: string;
1126
- tag?: string;
1127
- pullPolicy?: "Always" | "IfNotPresent" | "Never";
1128
- };
1129
- username?: string;
1130
- password?: string;
1131
- servicePort?: number;
1132
- values?: object;
1133
- };
1134
- redis?: {
1135
- enabled?: boolean;
1136
- internal?: boolean;
1137
- image?: {
1138
- repository: string;
1139
- tag?: string;
1140
- pullPolicy?: "Always" | "IfNotPresent" | "Never";
1141
- };
1142
- usePassword?: boolean;
1143
- password?: string;
1144
- host?: string;
1145
- port?: number;
1146
- brokerDbNumber?: number;
1147
- backendDbNumber?: number;
1148
- brokerUrl?: string;
1149
- backendUrl?: string;
1150
- values?: object;
1151
- };
1152
- runLauncher?: {
1153
- type?: "K8sRunLauncher" | "CeleryK8sRunLauncher" | "CustomRunLauncher";
1154
- k8sRunLauncher?: {
1155
- imagePullPolicy?: "Always" | "IfNotPresent" | "Never";
1156
- image?: {
1157
- repository: string;
1158
- tag?: string;
1159
- pullPolicy?: "Always" | "IfNotPresent" | "Never";
1160
- };
1161
- jobNamespace?: string;
1162
- loadInclusterConfig?: boolean;
1163
- kubeconfigFile?: string;
1164
- envConfigMaps?: {
1165
- name: string;
1166
- }[];
1167
- envSecrets?: {
1168
- name: string;
1169
- }[];
1170
- envVars?: string[];
1171
- volumes?: object[];
1172
- volumeMounts?: object[];
1173
- labels?: Record<string, string>;
1174
- resources?: {
1175
- requests?: {
1176
- cpu?: string;
1177
- memory?: string;
1178
- };
1179
- limits?: {
1180
- cpu?: string;
1181
- memory?: string;
1182
- };
1183
- };
1184
- runK8sConfig?: object;
1185
- failPodOnRunFailure?: boolean;
1186
- securityContext?: object;
1187
- };
1188
- celeryK8sRunLauncher?: {
1189
- imagePullPolicy?: "Always" | "IfNotPresent" | "Never";
1190
- image?: {
1191
- repository: string;
1192
- tag?: string;
1193
- pullPolicy?: "Always" | "IfNotPresent" | "Never";
1194
- };
1195
- jobNamespace?: string;
1196
- workerQueues?: {
1197
- name: string;
1198
- replicaCount?: number;
1199
- labels?: Record<string, string>;
1200
- nodeSelector?: Record<string, string>;
1201
- configSource?: object;
1202
- additionalCeleryArgs?: string[];
1203
- }[];
1204
- configSource?: object;
1205
- env?: Record<string, string>;
1206
- failPodOnRunFailure?: boolean;
1207
- labels?: Record<string, string>;
1208
- nodeSelector?: Record<string, string>;
1209
- affinity?: object;
1210
- tolerations?: {
1211
- key?: string;
1212
- operator?: "Exists" | "Equal";
1213
- value?: string;
1214
- effect?: "NoSchedule" | "PreferNoSchedule" | "NoExecute";
1215
- tolerationSeconds?: number;
1216
- }[];
1217
- resources?: {
1218
- requests?: {
1219
- cpu?: string;
1220
- memory?: string;
1221
- };
1222
- limits?: {
1223
- cpu?: string;
1224
- memory?: string;
1225
- };
1226
- };
1227
- podSecurityContext?: object;
1228
- securityContext?: object;
1229
- volumes?: object[];
1230
- volumeMounts?: object[];
1231
- envConfigMaps?: {
1232
- name: string;
1233
- }[];
1234
- envSecrets?: {
1235
- name: string;
1236
- }[];
1237
- };
1238
- customRunLauncher?: object;
1239
- };
1240
- scheduler?: {
1241
- type?: "DagsterDaemonScheduler" | "CustomScheduler";
1242
- config?: object;
1243
- };
1244
- computeLogManager?: {
1245
- type?: "NoOpComputeLogManager" | "AzureBlobComputeLogManager" | "GCSComputeLogManager" | "S3ComputeLogManager" | "LocalComputeLogManager" | "CustomComputeLogManager";
1246
- config?: object;
1247
- };
1248
- flower?: {
1249
- enabled?: boolean;
1250
- image?: {
1251
- repository: string;
1252
- tag?: string;
1253
- pullPolicy?: "Always" | "IfNotPresent" | "Never";
1254
- };
1255
- service?: {
1256
- type?: string;
1257
- annotations?: Record<string, string>;
1258
- port?: number;
1259
- };
1260
- livenessProbe?: object;
1261
- startupProbe?: object;
1262
- labels?: Record<string, string>;
1263
- nodeSelector?: Record<string, string>;
1264
- affinity?: object;
1265
- tolerations?: {
1266
- key?: string;
1267
- operator?: "Exists" | "Equal";
1268
- value?: string;
1269
- effect?: "NoSchedule" | "PreferNoSchedule" | "NoExecute";
1270
- tolerationSeconds?: number;
1271
- }[];
1272
- resources?: {
1273
- requests?: {
1274
- cpu?: string;
1275
- memory?: string;
1276
- };
1277
- limits?: {
1278
- cpu?: string;
1279
- memory?: string;
1280
- };
1281
- };
1282
- podSecurityContext?: object;
1283
- securityContext?: object;
1284
- volumes?: object[];
1285
- volumeMounts?: object[];
1286
- env?: {
1287
- name: string;
1288
- value?: string;
1289
- valueFrom?: Record<string, unknown>;
1290
- }[];
1291
- envConfigMaps?: {
1292
- name: string;
1293
- }[];
1294
- envSecrets?: {
1295
- name: string;
1296
- }[];
1297
- };
1298
- ingress?: {
1299
- enabled?: boolean;
1300
- annotations?: Record<string, string>;
1301
- labels?: Record<string, string>;
1302
- ingressClassName?: string;
1303
- dagsterWebserver?: {
1304
- host?: string;
1305
- path?: string;
1306
- pathType?: string;
1307
- tls?: {
1308
- enabled?: boolean;
1309
- secretName?: string;
1310
- };
1311
- precedingPaths?: object[];
1312
- succeedingPaths?: object[];
1313
- };
1314
- readOnlyDagsterWebserver?: {
1315
- host?: string;
1316
- path?: string;
1317
- pathType?: string;
1318
- tls?: {
1319
- enabled?: boolean;
1320
- secretName?: string;
1321
- };
1322
- precedingPaths?: object[];
1323
- succeedingPaths?: object[];
1324
- };
1325
- flower?: {
1326
- host?: string;
1327
- path?: string;
1328
- pathType?: string;
1329
- tls?: {
1330
- enabled?: boolean;
1331
- secretName?: string;
1332
- };
1333
- precedingPaths?: object[];
1334
- succeedingPaths?: object[];
1335
- };
1336
- };
1337
- pythonLogs?: object;
1338
- busybox?: object;
1339
- extraManifests?: unknown[];
1340
- dagsterHome?: string;
1341
- serviceAccountName?: string;
1342
- postgresqlSecretName?: string;
1343
- postgresqlAuthWifEnabled?: boolean;
1344
- celeryConfigSecretName?: string;
1345
- dagsterInstanceConfigMap?: string;
1346
- };
898
+ values?: object;
1347
899
  }, {}>;
1348
900
  /** Configuration for deploying Dagster through the bootstrap composition. */
1349
901
  export type DagsterBootstrapConfig = Omit<typeof DagsterBootstrapConfigSchema.infer, 'webserver' | 'daemon' | 'userDeployments' | 'postgresql' | 'runLauncher' | 'scheduler' | 'computeLogManager' | 'ingress' | 'flower' | 'rabbitmq' | 'redis' | 'global' | 'values'> & {
@@ -1437,455 +989,7 @@ export declare const DagsterHelmReleaseConfigSchema: import("arktype/internal/va
1437
989
  version?: string;
1438
990
  repositoryName?: string;
1439
991
  repositoryNamespace?: string;
1440
- values?: {
1441
- global?: {
1442
- dagsterHome?: string;
1443
- serviceAccountName?: string;
1444
- postgresqlSecretName?: string;
1445
- postgresqlAuthWifEnabled?: boolean;
1446
- celeryConfigSecretName?: string;
1447
- dagsterInstanceConfigMap?: string;
1448
- };
1449
- serviceAccount?: {
1450
- create?: boolean;
1451
- name?: string;
1452
- annotations?: Record<string, string>;
1453
- };
1454
- nameOverride?: string;
1455
- fullnameOverride?: string;
1456
- rbacEnabled?: boolean;
1457
- imagePullSecrets?: {
1458
- name: string;
1459
- }[];
1460
- dagsterWebserver?: {
1461
- replicaCount?: number;
1462
- image?: {
1463
- repository: string;
1464
- tag?: string;
1465
- pullPolicy?: "Always" | "IfNotPresent" | "Never";
1466
- };
1467
- service?: {
1468
- type?: string;
1469
- port?: number;
1470
- annotations?: Record<string, string>;
1471
- };
1472
- pathPrefix?: string;
1473
- enableReadOnly?: boolean;
1474
- logFormat?: "json" | "colored" | "rich";
1475
- logLevel?: string;
1476
- workspace?: {
1477
- enabled?: boolean;
1478
- servers?: {
1479
- host: string;
1480
- port: number;
1481
- name?: string;
1482
- }[];
1483
- externalConfigmap?: string;
1484
- };
1485
- readinessProbe?: object;
1486
- livenessProbe?: object;
1487
- startupProbe?: object;
1488
- labels?: Record<string, string>;
1489
- nodeSelector?: Record<string, string>;
1490
- affinity?: object;
1491
- tolerations?: {
1492
- key?: string;
1493
- operator?: "Exists" | "Equal";
1494
- value?: string;
1495
- effect?: "NoSchedule" | "PreferNoSchedule" | "NoExecute";
1496
- tolerationSeconds?: number;
1497
- }[];
1498
- resources?: {
1499
- requests?: {
1500
- cpu?: string;
1501
- memory?: string;
1502
- };
1503
- limits?: {
1504
- cpu?: string;
1505
- memory?: string;
1506
- };
1507
- };
1508
- podSecurityContext?: object;
1509
- securityContext?: object;
1510
- volumes?: object[];
1511
- volumeMounts?: object[];
1512
- env?: {
1513
- name: string;
1514
- value?: string;
1515
- valueFrom?: Record<string, unknown>;
1516
- }[];
1517
- envConfigMaps?: {
1518
- name: string;
1519
- }[];
1520
- envSecrets?: {
1521
- name: string;
1522
- }[];
1523
- };
1524
- dagsterDaemon?: {
1525
- enabled?: boolean;
1526
- image?: {
1527
- repository: string;
1528
- tag?: string;
1529
- pullPolicy?: "Always" | "IfNotPresent" | "Never";
1530
- };
1531
- heartbeatTolerance?: number;
1532
- logFormat?: "json" | "colored" | "rich";
1533
- runCoordinator?: {
1534
- enabled?: boolean;
1535
- type?: "QueuedRunCoordinator" | "CustomRunCoordinator";
1536
- config?: object;
1537
- };
1538
- runMonitoring?: object;
1539
- runRetries?: object;
1540
- sensors?: object;
1541
- schedules?: object;
1542
- readinessProbe?: object;
1543
- livenessProbe?: object;
1544
- startupProbe?: object;
1545
- labels?: Record<string, string>;
1546
- nodeSelector?: Record<string, string>;
1547
- affinity?: object;
1548
- tolerations?: {
1549
- key?: string;
1550
- operator?: "Exists" | "Equal";
1551
- value?: string;
1552
- effect?: "NoSchedule" | "PreferNoSchedule" | "NoExecute";
1553
- tolerationSeconds?: number;
1554
- }[];
1555
- resources?: {
1556
- requests?: {
1557
- cpu?: string;
1558
- memory?: string;
1559
- };
1560
- limits?: {
1561
- cpu?: string;
1562
- memory?: string;
1563
- };
1564
- };
1565
- podSecurityContext?: object;
1566
- securityContext?: object;
1567
- volumes?: object[];
1568
- volumeMounts?: object[];
1569
- env?: {
1570
- name: string;
1571
- value?: string;
1572
- valueFrom?: Record<string, unknown>;
1573
- }[];
1574
- envConfigMaps?: {
1575
- name: string;
1576
- }[];
1577
- envSecrets?: {
1578
- name: string;
1579
- }[];
1580
- };
1581
- 'dagster-user-deployments'?: {
1582
- enabled?: boolean;
1583
- enableSubchart?: boolean;
1584
- imagePullSecrets?: {
1585
- name: string;
1586
- }[];
1587
- deployments?: {
1588
- name: string;
1589
- image: {
1590
- repository: string;
1591
- tag?: string;
1592
- pullPolicy?: "Always" | "IfNotPresent" | "Never";
1593
- };
1594
- dagsterApiGrpcArgs?: string[];
1595
- codeServerArgs?: string[];
1596
- port?: number;
1597
- replicaCount?: number;
1598
- includeConfigInLaunchedRuns?: {
1599
- enabled?: boolean;
1600
- };
1601
- env?: {
1602
- name: string;
1603
- value?: string;
1604
- valueFrom?: Record<string, unknown>;
1605
- }[];
1606
- envConfigMaps?: {
1607
- name: string;
1608
- }[];
1609
- envSecrets?: {
1610
- name: string;
1611
- }[];
1612
- labels?: Record<string, string>;
1613
- annotations?: Record<string, string>;
1614
- nodeSelector?: Record<string, string>;
1615
- affinity?: object;
1616
- tolerations?: {
1617
- key?: string;
1618
- operator?: "Exists" | "Equal";
1619
- value?: string;
1620
- effect?: "NoSchedule" | "PreferNoSchedule" | "NoExecute";
1621
- tolerationSeconds?: number;
1622
- }[];
1623
- podSecurityContext?: object;
1624
- securityContext?: object;
1625
- resources?: {
1626
- requests?: {
1627
- cpu?: string;
1628
- memory?: string;
1629
- };
1630
- limits?: {
1631
- cpu?: string;
1632
- memory?: string;
1633
- };
1634
- };
1635
- volumes?: object[];
1636
- volumeMounts?: object[];
1637
- initContainers?: object[];
1638
- sidecarContainers?: object[];
1639
- readinessProbe?: object;
1640
- livenessProbe?: object;
1641
- startupProbe?: object;
1642
- deploymentStrategy?: object;
1643
- service?: {
1644
- annotations?: Record<string, string>;
1645
- };
1646
- }[];
1647
- };
1648
- postgresql?: {
1649
- enabled?: boolean;
1650
- host?: string;
1651
- username?: string;
1652
- database?: string;
1653
- password?: string;
1654
- passwordSecretName?: string;
1655
- storageClass?: string;
1656
- servicePort?: number;
1657
- params?: Record<string, string>;
1658
- scheme?: string;
1659
- authProvider?: object;
1660
- values?: object;
1661
- };
1662
- generatePostgresqlPasswordSecret?: boolean;
1663
- generateCeleryConfigSecret?: boolean;
1664
- rabbitmq?: {
1665
- enabled?: boolean;
1666
- image?: {
1667
- repository: string;
1668
- tag?: string;
1669
- pullPolicy?: "Always" | "IfNotPresent" | "Never";
1670
- };
1671
- username?: string;
1672
- password?: string;
1673
- servicePort?: number;
1674
- values?: object;
1675
- };
1676
- redis?: {
1677
- enabled?: boolean;
1678
- internal?: boolean;
1679
- image?: {
1680
- repository: string;
1681
- tag?: string;
1682
- pullPolicy?: "Always" | "IfNotPresent" | "Never";
1683
- };
1684
- usePassword?: boolean;
1685
- password?: string;
1686
- host?: string;
1687
- port?: number;
1688
- brokerDbNumber?: number;
1689
- backendDbNumber?: number;
1690
- brokerUrl?: string;
1691
- backendUrl?: string;
1692
- values?: object;
1693
- };
1694
- runLauncher?: {
1695
- type?: "K8sRunLauncher" | "CeleryK8sRunLauncher" | "CustomRunLauncher";
1696
- k8sRunLauncher?: {
1697
- imagePullPolicy?: "Always" | "IfNotPresent" | "Never";
1698
- image?: {
1699
- repository: string;
1700
- tag?: string;
1701
- pullPolicy?: "Always" | "IfNotPresent" | "Never";
1702
- };
1703
- jobNamespace?: string;
1704
- loadInclusterConfig?: boolean;
1705
- kubeconfigFile?: string;
1706
- envConfigMaps?: {
1707
- name: string;
1708
- }[];
1709
- envSecrets?: {
1710
- name: string;
1711
- }[];
1712
- envVars?: string[];
1713
- volumes?: object[];
1714
- volumeMounts?: object[];
1715
- labels?: Record<string, string>;
1716
- resources?: {
1717
- requests?: {
1718
- cpu?: string;
1719
- memory?: string;
1720
- };
1721
- limits?: {
1722
- cpu?: string;
1723
- memory?: string;
1724
- };
1725
- };
1726
- runK8sConfig?: object;
1727
- failPodOnRunFailure?: boolean;
1728
- securityContext?: object;
1729
- };
1730
- celeryK8sRunLauncher?: {
1731
- imagePullPolicy?: "Always" | "IfNotPresent" | "Never";
1732
- image?: {
1733
- repository: string;
1734
- tag?: string;
1735
- pullPolicy?: "Always" | "IfNotPresent" | "Never";
1736
- };
1737
- jobNamespace?: string;
1738
- workerQueues?: {
1739
- name: string;
1740
- replicaCount?: number;
1741
- labels?: Record<string, string>;
1742
- nodeSelector?: Record<string, string>;
1743
- configSource?: object;
1744
- additionalCeleryArgs?: string[];
1745
- }[];
1746
- configSource?: object;
1747
- env?: Record<string, string>;
1748
- failPodOnRunFailure?: boolean;
1749
- labels?: Record<string, string>;
1750
- nodeSelector?: Record<string, string>;
1751
- affinity?: object;
1752
- tolerations?: {
1753
- key?: string;
1754
- operator?: "Exists" | "Equal";
1755
- value?: string;
1756
- effect?: "NoSchedule" | "PreferNoSchedule" | "NoExecute";
1757
- tolerationSeconds?: number;
1758
- }[];
1759
- resources?: {
1760
- requests?: {
1761
- cpu?: string;
1762
- memory?: string;
1763
- };
1764
- limits?: {
1765
- cpu?: string;
1766
- memory?: string;
1767
- };
1768
- };
1769
- podSecurityContext?: object;
1770
- securityContext?: object;
1771
- volumes?: object[];
1772
- volumeMounts?: object[];
1773
- envConfigMaps?: {
1774
- name: string;
1775
- }[];
1776
- envSecrets?: {
1777
- name: string;
1778
- }[];
1779
- };
1780
- customRunLauncher?: object;
1781
- };
1782
- scheduler?: {
1783
- type?: "DagsterDaemonScheduler" | "CustomScheduler";
1784
- config?: object;
1785
- };
1786
- computeLogManager?: {
1787
- type?: "NoOpComputeLogManager" | "AzureBlobComputeLogManager" | "GCSComputeLogManager" | "S3ComputeLogManager" | "LocalComputeLogManager" | "CustomComputeLogManager";
1788
- config?: object;
1789
- };
1790
- flower?: {
1791
- enabled?: boolean;
1792
- image?: {
1793
- repository: string;
1794
- tag?: string;
1795
- pullPolicy?: "Always" | "IfNotPresent" | "Never";
1796
- };
1797
- service?: {
1798
- type?: string;
1799
- annotations?: Record<string, string>;
1800
- port?: number;
1801
- };
1802
- livenessProbe?: object;
1803
- startupProbe?: object;
1804
- labels?: Record<string, string>;
1805
- nodeSelector?: Record<string, string>;
1806
- affinity?: object;
1807
- tolerations?: {
1808
- key?: string;
1809
- operator?: "Exists" | "Equal";
1810
- value?: string;
1811
- effect?: "NoSchedule" | "PreferNoSchedule" | "NoExecute";
1812
- tolerationSeconds?: number;
1813
- }[];
1814
- resources?: {
1815
- requests?: {
1816
- cpu?: string;
1817
- memory?: string;
1818
- };
1819
- limits?: {
1820
- cpu?: string;
1821
- memory?: string;
1822
- };
1823
- };
1824
- podSecurityContext?: object;
1825
- securityContext?: object;
1826
- volumes?: object[];
1827
- volumeMounts?: object[];
1828
- env?: {
1829
- name: string;
1830
- value?: string;
1831
- valueFrom?: Record<string, unknown>;
1832
- }[];
1833
- envConfigMaps?: {
1834
- name: string;
1835
- }[];
1836
- envSecrets?: {
1837
- name: string;
1838
- }[];
1839
- };
1840
- ingress?: {
1841
- enabled?: boolean;
1842
- annotations?: Record<string, string>;
1843
- labels?: Record<string, string>;
1844
- ingressClassName?: string;
1845
- dagsterWebserver?: {
1846
- host?: string;
1847
- path?: string;
1848
- pathType?: string;
1849
- tls?: {
1850
- enabled?: boolean;
1851
- secretName?: string;
1852
- };
1853
- precedingPaths?: object[];
1854
- succeedingPaths?: object[];
1855
- };
1856
- readOnlyDagsterWebserver?: {
1857
- host?: string;
1858
- path?: string;
1859
- pathType?: string;
1860
- tls?: {
1861
- enabled?: boolean;
1862
- secretName?: string;
1863
- };
1864
- precedingPaths?: object[];
1865
- succeedingPaths?: object[];
1866
- };
1867
- flower?: {
1868
- host?: string;
1869
- path?: string;
1870
- pathType?: string;
1871
- tls?: {
1872
- enabled?: boolean;
1873
- secretName?: string;
1874
- };
1875
- precedingPaths?: object[];
1876
- succeedingPaths?: object[];
1877
- };
1878
- };
1879
- pythonLogs?: object;
1880
- busybox?: object;
1881
- extraManifests?: unknown[];
1882
- dagsterHome?: string;
1883
- serviceAccountName?: string;
1884
- postgresqlSecretName?: string;
1885
- postgresqlAuthWifEnabled?: boolean;
1886
- celeryConfigSecretName?: string;
1887
- dagsterInstanceConfigMap?: string;
1888
- };
992
+ values?: object;
1889
993
  id?: string;
1890
994
  }, {}>;
1891
995
  /** Configuration for the Dagster HelmRelease wrapper. */