From 230ad922cfccaab7bf5a3461d8f337d3eab3c510 Mon Sep 17 00:00:00 2001 From: Flyte Bot Date: Fri, 18 Feb 2022 13:48:45 -0800 Subject: [PATCH] Update Flyte components (#2189) Signed-off-by: Flyte-Bot Signed-off-by: Yee Hing Tong --- CHANGELOG/CHANGELOG-v0.19.3-b3.md | 6 + charts/flyte-core/README.md | 10 +- charts/flyte-core/values.yaml | 10 +- charts/flyte/README.md | 12 +- charts/flyte/values.yaml | 10 +- .../flyte_aws_scheduler_helm_generated.yaml | 26 +-- deployment/eks/flyte_generated.yaml | 24 +- deployment/eks/flyte_helm_generated.yaml | 30 +-- deployment/gcp/flyte_generated.yaml | 24 +- deployment/gcp/flyte_helm_generated.yaml | 30 +-- deployment/sandbox/flyte_generated.yaml | 26 +-- deployment/sandbox/flyte_helm_generated.yaml | 30 +-- deployment/test/flyte_generated.yaml | 20 +- kustomize/overlays/eks/kustomization.yaml | 10 +- kustomize/overlays/gcp/kustomization.yaml | 10 +- kustomize/overlays/sandbox/kustomization.yaml | 10 +- kustomize/overlays/test/kustomization.yaml | 10 +- rsts/conf.py | 2 +- .../cluster_config/datacatalog_config.rst | 1 - .../cluster_config/flyteadmin_config.rst | 209 +++++++++++++++++- .../cluster_config/flytepropeller_config.rst | 136 +++++++++++- .../cluster_config/scheduler_config.rst | 148 ++++++++++++- 22 files changed, 630 insertions(+), 164 deletions(-) create mode 100644 CHANGELOG/CHANGELOG-v0.19.3-b3.md diff --git a/CHANGELOG/CHANGELOG-v0.19.3-b3.md b/CHANGELOG/CHANGELOG-v0.19.3-b3.md new file mode 100644 index 0000000000..118f3107df --- /dev/null +++ b/CHANGELOG/CHANGELOG-v0.19.3-b3.md @@ -0,0 +1,6 @@ +# 0.19.3-b3 Change Log + +## System +* Properly control Athena token length in plugin +* Relaxed StructuredDataset column compatibility + diff --git a/charts/flyte-core/README.md b/charts/flyte-core/README.md index 7e971b663e..87f1d53a00 100644 --- a/charts/flyte-core/README.md +++ b/charts/flyte-core/README.md @@ -105,7 +105,7 @@ helm install gateway bitnami/contour -n flyte | datacatalog.extraArgs | object | `{}` | Appends extra command line arguments to the main command | | datacatalog.image.pullPolicy | string | `"IfNotPresent"` | Docker image pull policy | | datacatalog.image.repository | string | `"cr.flyte.org/flyteorg/datacatalog"` | Docker image for Datacatalog deployment | -| datacatalog.image.tag | string | `"v0.3.22"` | Docker image tag | +| datacatalog.image.tag | string | `"v0.3.23"` | Docker image tag | | datacatalog.nodeSelector | object | `{}` | nodeSelector for Datacatalog deployment | | datacatalog.podAnnotations | object | `{}` | Annotations for Datacatalog pods | | datacatalog.replicaCount | int | `1` | Replicas count for Datacatalog deployment | @@ -135,7 +135,7 @@ helm install gateway bitnami/contour -n flyte | flyteadmin.extraArgs | object | `{}` | Appends extra command line arguments to the serve command | | flyteadmin.image.pullPolicy | string | `"IfNotPresent"` | | | flyteadmin.image.repository | string | `"cr.flyte.org/flyteorg/flyteadmin"` | Docker image for Flyteadmin deployment | -| flyteadmin.image.tag | string | `"v0.6.92"` | | +| flyteadmin.image.tag | string | `"v0.6.104"` | | | flyteadmin.initialProjects | list | `["flytesnacks","flytetester","flyteexamples"]` | Initial projects to create | | flyteadmin.nodeSelector | object | `{}` | nodeSelector for Flyteadmin deployment | | flyteadmin.podAnnotations | object | `{}` | Annotations for Flyteadmin pods | @@ -155,7 +155,7 @@ helm install gateway bitnami/contour -n flyte | flyteconsole.ga.tracking_id | string | `"G-0QW4DJWJ20"` | | | flyteconsole.image.pullPolicy | string | `"IfNotPresent"` | | | flyteconsole.image.repository | string | `"cr.flyte.org/flyteorg/flyteconsole"` | Docker image for Flyteconsole deployment | -| flyteconsole.image.tag | string | `"v0.41.0"` | | +| flyteconsole.image.tag | string | `"v0.43.0"` | | | flyteconsole.nodeSelector | object | `{}` | nodeSelector for Flyteconsole deployment | | flyteconsole.podAnnotations | object | `{}` | Annotations for Flyteconsole pods | | flyteconsole.replicaCount | int | `1` | Replicas count for Flyteconsole deployment | @@ -170,7 +170,7 @@ helm install gateway bitnami/contour -n flyte | flytepropeller.extraArgs | object | `{}` | Appends extra command line arguments to the main command | | flytepropeller.image.pullPolicy | string | `"IfNotPresent"` | | | flytepropeller.image.repository | string | `"cr.flyte.org/flyteorg/flytepropeller"` | Docker image for Flytepropeller deployment | -| flytepropeller.image.tag | string | `"v0.16.19"` | | +| flytepropeller.image.tag | string | `"v0.16.29"` | | | flytepropeller.manager | bool | `false` | | | flytepropeller.nodeSelector | object | `{}` | nodeSelector for Flytepropeller deployment | | flytepropeller.podAnnotations | object | `{}` | Annotations for Flytepropeller pods | @@ -185,7 +185,7 @@ helm install gateway bitnami/contour -n flyte | flytescheduler.configPath | string | `"/etc/flyte/config/*.yaml"` | Default regex string for searching configuration files | | flytescheduler.image.pullPolicy | string | `"IfNotPresent"` | Docker image pull policy | | flytescheduler.image.repository | string | `"cr.flyte.org/flyteorg/flytescheduler"` | Docker image for Flytescheduler deployment | -| flytescheduler.image.tag | string | `"v0.6.92"` | Docker image tag | +| flytescheduler.image.tag | string | `"v0.6.104"` | Docker image tag | | flytescheduler.nodeSelector | object | `{}` | nodeSelector for Flytescheduler deployment | | flytescheduler.podAnnotations | object | `{}` | Annotations for Flytescheduler pods | | flytescheduler.resources | object | `{"limits":{"cpu":"250m","ephemeral-storage":"100Mi","memory":"500Mi"},"requests":{"cpu":"10m","ephemeral-storage":"50Mi","memory":"50Mi"}}` | Default resources requests and limits for Flytescheduler deployment | diff --git a/charts/flyte-core/values.yaml b/charts/flyte-core/values.yaml index 83aee00c1f..42472864a4 100755 --- a/charts/flyte-core/values.yaml +++ b/charts/flyte-core/values.yaml @@ -16,7 +16,7 @@ flyteadmin: image: # -- Docker image for Flyteadmin deployment repository: cr.flyte.org/flyteorg/flyteadmin # FLYTEADMIN_IMAGE - tag: v0.6.92 # FLYTEADMIN_TAG + tag: v0.6.104 # FLYTEADMIN_TAG pullPolicy: IfNotPresent # -- Default resources requests and limits for Flyteadmin deployment resources: @@ -76,7 +76,7 @@ flytescheduler: # -- Docker image for Flytescheduler deployment repository: cr.flyte.org/flyteorg/flytescheduler # FLYTESCHEDULER_IMAGE # -- Docker image tag - tag: v0.6.92 # FLYTESCHEDULER_TAG + tag: v0.6.104 # FLYTESCHEDULER_TAG # -- Docker image pull policy pullPolicy: IfNotPresent # -- Default resources requests and limits for Flytescheduler deployment @@ -122,7 +122,7 @@ datacatalog: # -- Docker image for Datacatalog deployment repository: cr.flyte.org/flyteorg/datacatalog # DATACATALOG_IMAGE # -- Docker image tag - tag: v0.3.22 # DATACATALOG_TAG + tag: v0.3.23 # DATACATALOG_TAG # -- Docker image pull policy pullPolicy: IfNotPresent # -- Default resources requests and limits for Datacatalog deployment @@ -173,7 +173,7 @@ flytepropeller: image: # -- Docker image for Flytepropeller deployment repository: cr.flyte.org/flyteorg/flytepropeller # FLYTEPROPELLER_IMAGE - tag: v0.16.19 # FLYTEPROPELLER_TAG + tag: v0.16.29 # FLYTEPROPELLER_TAG pullPolicy: IfNotPresent # -- Default resources requests and limits for Flytepropeller deployment resources: @@ -221,7 +221,7 @@ flyteconsole: image: # -- Docker image for Flyteconsole deployment repository: cr.flyte.org/flyteorg/flyteconsole # FLYTECONSOLE_IMAGE - tag: v0.41.0 # FLYTECONSOLE_TAG + tag: v0.43.0 # FLYTECONSOLE_TAG pullPolicy: IfNotPresent # -- Default resources requests and limits for Flyteconsole deployment resources: diff --git a/charts/flyte/README.md b/charts/flyte/README.md index f1b640c87c..7c5b777b80 100644 --- a/charts/flyte/README.md +++ b/charts/flyte/README.md @@ -66,7 +66,7 @@ helm upgrade -f values-sandbox.yaml flyte . | contour.replicaCount | int | `1` | Replicas count for Contour deployment | | contour.serviceAccountAnnotations | object | `{}` | Annotations for ServiceAccount attached to Contour pods | | contour.tolerations | list | `[]` | tolerations for Contour deployment | -| flyte | object | `{"cluster_resource_manager":{"config":{"cluster_resources":{"customData":[{"production":[{"projectQuotaCpu":{"value":"5"}},{"projectQuotaMemory":{"value":"4000Mi"}}]},{"staging":[{"projectQuotaCpu":{"value":"2"}},{"projectQuotaMemory":{"value":"3000Mi"}}]},{"development":[{"projectQuotaCpu":{"value":"4"}},{"projectQuotaMemory":{"value":"3000Mi"}}]}],"refresh":"5m","refreshInterval":"5m","templatePath":"/etc/flyte/clusterresource/templates"}},"enabled":true,"templates":[{"key":"aa_namespace","value":"apiVersion: v1\nkind: Namespace\nmetadata:\n name: {{ namespace }}\nspec:\n finalizers:\n - kubernetes\n"},{"key":"ab_project_resource_quota","value":"apiVersion: v1\nkind: ResourceQuota\nmetadata:\n name: project-quota\n namespace: {{ namespace }}\nspec:\n hard:\n limits.cpu: {{ projectQuotaCpu }}\n limits.memory: {{ projectQuotaMemory }}\n"}]},"common":{"databaseSecret":{"name":"","secretManifest":{}},"flyteNamespaceTemplate":{"enabled":false},"ingress":{"albSSLRedirect":false,"annotations":{"nginx.ingress.kubernetes.io/app-root":"/console"},"enabled":true,"host":"","separateGrpcIngress":false,"separateGrpcIngressAnnotations":{"nginx.ingress.kubernetes.io/backend-protocol":"GRPC"},"tls":{"enabled":false},"webpackHMR":true}},"configmap":{"adminServer":{"auth":{"appAuth":{"thirdPartyConfig":{"flyteClient":{"clientId":"flytectl","redirectUri":"http://localhost:53593/callback","scopes":["offline","all"]}}},"authorizedUris":["https://localhost:30081","http://flyteadmin:80","http://flyteadmin.flyte.svc.cluster.local:80"],"userAuth":{"openId":{"baseUrl":"https://accounts.google.com","clientId":"657465813211-6eog7ek7li5k7i7fvgv2921075063hpe.apps.googleusercontent.com","scopes":["profile","openid"]}}},"flyteadmin":{"eventVersion":2,"metadataStoragePrefix":["metadata","admin"],"metricsScope":"flyte:","profilerPort":10254,"roleNameKey":"iam.amazonaws.com/role","testing":{"host":"http://flyteadmin"}},"server":{"grpcPort":8089,"httpPort":8088,"security":{"allowCors":true,"allowedHeaders":["Content-Type","flyte-authorization"],"allowedOrigins":["*"],"secure":false,"useAuth":false}}},"catalog":{"catalog-cache":{"endpoint":"datacatalog:89","insecure":true,"type":"datacatalog"}},"console":{"BASE_URL":"/console","CONFIG_DIR":"/etc/flyte/config","DISABLE_AUTH":"1"},"copilot":{"plugins":{"k8s":{"co-pilot":{"image":"cr.flyte.org/flyteorg/flytecopilot:v0.0.24","name":"flyte-copilot-","start-timeout":"30s"}}}},"core":{"propeller":{"downstream-eval-duration":"30s","enable-admin-launcher":true,"leader-election":{"enabled":true,"lease-duration":"15s","lock-config-map":{"name":"propeller-leader","namespace":"flyte"},"renew-deadline":"10s","retry-period":"2s"},"limit-namespace":"all","max-workflow-retries":30,"metadata-prefix":"metadata/propeller","metrics-prefix":"flyte","prof-port":10254,"queue":{"batch-size":-1,"batching-interval":"2s","queue":{"base-delay":"5s","capacity":1000,"max-delay":"120s","rate":100,"type":"maxof"},"sub-queue":{"capacity":100,"rate":10,"type":"bucket"},"type":"batch"},"rawoutput-prefix":"s3://my-s3-bucket/","workers":4,"workflow-reeval-duration":"30s"},"webhook":{"certDir":"/etc/webhook/certs","serviceName":"flyte-pod-webhook"}},"datacatalogServer":{"application":{"grpcPort":8089,"grpcServerReflection":true,"httpPort":8080},"datacatalog":{"metrics-scope":"datacatalog","profiler-port":10254,"storage-prefix":"metadata/datacatalog"}},"domain":{"domains":[{"id":"development","name":"development"},{"id":"staging","name":"staging"},{"id":"production","name":"production"}]},"enabled_plugins":{"tasks":{"task-plugins":{"default-for-task-types":{"container":"container","container_array":"k8s-array","sidecar":"sidecar"},"enabled-plugins":["container","sidecar","k8s-array"]}}},"k8s":{"plugins":{"k8s":{"default-cpus":"100m","default-env-vars":[{"FLYTE_AWS_ENDPOINT":"http://minio.flyte:9000"},{"FLYTE_AWS_ACCESS_KEY_ID":"minio"},{"FLYTE_AWS_SECRET_ACCESS_KEY":"miniostorage"}],"default-memory":"200Mi"}}},"logger":{"logger":{"level":4,"show-source":true}},"remoteData":{"remoteData":{"region":"us-east-1","scheme":"local","signedUrls":{"durationMinutes":3}}},"resource_manager":{"propeller":{"resourcemanager":{"redis":null,"type":"noop"}}},"task_logs":{"plugins":{"logs":{"cloudwatch-enabled":false,"kubernetes-enabled":true,"kubernetes-template-uri":"http://localhost:30082/#/log/{{ \"{{\" }} .namespace {{ \"}}\" }}/{{ \"{{\" }} .podName {{ \"}}\" }}/pod?namespace={{ \"{{\" }} .namespace {{ \"}}\" }}"}}},"task_resource_defaults":{"task_resources":{"defaults":{"cpu":"100m","memory":"200Mi","storage":"5Mi"},"limits":{"cpu":2,"gpu":1,"memory":"1Gi","storage":"20Mi"}}}},"datacatalog":{"affinity":{},"configPath":"/etc/datacatalog/config/*.yaml","image":{"pullPolicy":"IfNotPresent","repository":"cr.flyte.org/flyteorg/datacatalog","tag":"v0.3.22"},"nodeSelector":{},"podAnnotations":{},"replicaCount":1,"resources":{"limits":{"cpu":"500m","ephemeral-storage":"100Mi","memory":"500Mi"},"requests":{"cpu":"10m","ephemeral-storage":"50Mi","memory":"50Mi"}},"service":{"annotations":{"projectcontour.io/upstream-protocol.h2c":"grpc"},"type":"NodePort"},"serviceAccount":{"annotations":{},"create":true,"imagePullSecrets":{}},"tolerations":[]},"db":{"admin":{"database":{"dbname":"flyteadmin","host":"postgres","port":5432,"username":"postgres"}},"datacatalog":{"database":{"dbname":"datacatalog","host":"postgres","port":5432,"username":"postgres"}}},"flyteadmin":{"additionalVolumeMounts":[],"additionalVolumes":[],"affinity":{},"configPath":"/etc/flyte/config/*.yaml","deployRedoc":true,"image":{"pullPolicy":"IfNotPresent","repository":"cr.flyte.org/flyteorg/flyteadmin","tag":"v0.6.92"},"initialProjects":["flytesnacks","flytetester","flyteexamples"],"nodeSelector":{},"podAnnotations":{},"replicaCount":1,"resources":{"limits":{"cpu":"250m","ephemeral-storage":"100Mi","memory":"500Mi"},"requests":{"cpu":"10m","ephemeral-storage":"50Mi","memory":"50Mi"}},"secrets":{},"service":{"annotations":{"projectcontour.io/upstream-protocol.h2c":"grpc"},"loadBalancerSourceRanges":[],"type":"ClusterIP"},"serviceAccount":{"annotations":{},"create":true,"imagePullSecrets":{}},"tolerations":[]},"flyteconsole":{"affinity":{},"ga":{"enabled":true,"tracking_id":"G-0QW4DJWJ20"},"image":{"pullPolicy":"IfNotPresent","repository":"cr.flyte.org/flyteorg/flyteconsole","tag":"v0.41.0"},"nodeSelector":{},"podAnnotations":{},"replicaCount":1,"resources":{"limits":{"cpu":"500m","memory":"250Mi"},"requests":{"cpu":"10m","memory":"50Mi"}},"service":{"annotations":{},"type":"ClusterIP"},"tolerations":[]},"flytepropeller":{"affinity":{},"cacheSizeMbs":0,"configPath":"/etc/flyte/config/*.yaml","image":{"pullPolicy":"IfNotPresent","repository":"cr.flyte.org/flyteorg/flytepropeller","tag":"v0.16.19"},"manager":false,"nodeSelector":{},"podAnnotations":{},"replicaCount":1,"resources":{"limits":{"cpu":"200m","ephemeral-storage":"100Mi","memory":"200Mi"},"requests":{"cpu":"10m","ephemeral-storage":"50Mi","memory":"50Mi"}},"serviceAccount":{"annotations":{},"create":true,"imagePullSecrets":{}},"tolerations":[]},"flytescheduler":{"affinity":{},"configPath":"/etc/flyte/config/*.yaml","image":{"pullPolicy":"IfNotPresent","repository":"cr.flyte.org/flyteorg/flytescheduler","tag":"v0.6.92"},"nodeSelector":{},"podAnnotations":{},"resources":{"limits":{"cpu":"250m","ephemeral-storage":"100Mi","memory":"500Mi"},"requests":{"cpu":"10m","ephemeral-storage":"50Mi","memory":"50Mi"}},"secrets":{},"serviceAccount":{"annotations":{},"create":true,"imagePullSecrets":{}},"tolerations":[]},"storage":{"bucketName":"my-s3-bucket","custom":{},"gcs":null,"s3":{"region":"us-east-1"},"type":"sandbox"},"webhook":{"enabled":true,"service":{"annotations":{"projectcontour.io/upstream-protocol.h2c":"grpc"},"type":"ClusterIP"},"serviceAccount":{"annotations":{},"create":true,"imagePullSecrets":{}}},"workflow_notifications":{"config":{},"enabled":false},"workflow_scheduler":{"enabled":true,"type":"native"}}` | ------------------------------------------------------------------- | +| flyte | object | `{"cluster_resource_manager":{"config":{"cluster_resources":{"customData":[{"production":[{"projectQuotaCpu":{"value":"5"}},{"projectQuotaMemory":{"value":"4000Mi"}}]},{"staging":[{"projectQuotaCpu":{"value":"2"}},{"projectQuotaMemory":{"value":"3000Mi"}}]},{"development":[{"projectQuotaCpu":{"value":"4"}},{"projectQuotaMemory":{"value":"3000Mi"}}]}],"refresh":"5m","refreshInterval":"5m","templatePath":"/etc/flyte/clusterresource/templates"}},"enabled":true,"templates":[{"key":"aa_namespace","value":"apiVersion: v1\nkind: Namespace\nmetadata:\n name: {{ namespace }}\nspec:\n finalizers:\n - kubernetes\n"},{"key":"ab_project_resource_quota","value":"apiVersion: v1\nkind: ResourceQuota\nmetadata:\n name: project-quota\n namespace: {{ namespace }}\nspec:\n hard:\n limits.cpu: {{ projectQuotaCpu }}\n limits.memory: {{ projectQuotaMemory }}\n"}]},"common":{"databaseSecret":{"name":"","secretManifest":{}},"flyteNamespaceTemplate":{"enabled":false},"ingress":{"albSSLRedirect":false,"annotations":{"nginx.ingress.kubernetes.io/app-root":"/console"},"enabled":true,"host":"","separateGrpcIngress":false,"separateGrpcIngressAnnotations":{"nginx.ingress.kubernetes.io/backend-protocol":"GRPC"},"tls":{"enabled":false},"webpackHMR":true}},"configmap":{"adminServer":{"auth":{"appAuth":{"thirdPartyConfig":{"flyteClient":{"clientId":"flytectl","redirectUri":"http://localhost:53593/callback","scopes":["offline","all"]}}},"authorizedUris":["https://localhost:30081","http://flyteadmin:80","http://flyteadmin.flyte.svc.cluster.local:80"],"userAuth":{"openId":{"baseUrl":"https://accounts.google.com","clientId":"657465813211-6eog7ek7li5k7i7fvgv2921075063hpe.apps.googleusercontent.com","scopes":["profile","openid"]}}},"flyteadmin":{"eventVersion":2,"metadataStoragePrefix":["metadata","admin"],"metricsScope":"flyte:","profilerPort":10254,"roleNameKey":"iam.amazonaws.com/role","testing":{"host":"http://flyteadmin"}},"server":{"grpcPort":8089,"httpPort":8088,"security":{"allowCors":true,"allowedHeaders":["Content-Type","flyte-authorization"],"allowedOrigins":["*"],"secure":false,"useAuth":false}}},"catalog":{"catalog-cache":{"endpoint":"datacatalog:89","insecure":true,"type":"datacatalog"}},"console":{"BASE_URL":"/console","CONFIG_DIR":"/etc/flyte/config","DISABLE_AUTH":"1"},"copilot":{"plugins":{"k8s":{"co-pilot":{"image":"cr.flyte.org/flyteorg/flytecopilot:v0.0.24","name":"flyte-copilot-","start-timeout":"30s"}}}},"core":{"propeller":{"downstream-eval-duration":"30s","enable-admin-launcher":true,"leader-election":{"enabled":true,"lease-duration":"15s","lock-config-map":{"name":"propeller-leader","namespace":"flyte"},"renew-deadline":"10s","retry-period":"2s"},"limit-namespace":"all","max-workflow-retries":30,"metadata-prefix":"metadata/propeller","metrics-prefix":"flyte","prof-port":10254,"queue":{"batch-size":-1,"batching-interval":"2s","queue":{"base-delay":"5s","capacity":1000,"max-delay":"120s","rate":100,"type":"maxof"},"sub-queue":{"capacity":100,"rate":10,"type":"bucket"},"type":"batch"},"rawoutput-prefix":"s3://my-s3-bucket/","workers":4,"workflow-reeval-duration":"30s"},"webhook":{"certDir":"/etc/webhook/certs","serviceName":"flyte-pod-webhook"}},"datacatalogServer":{"application":{"grpcPort":8089,"grpcServerReflection":true,"httpPort":8080},"datacatalog":{"metrics-scope":"datacatalog","profiler-port":10254,"storage-prefix":"metadata/datacatalog"}},"domain":{"domains":[{"id":"development","name":"development"},{"id":"staging","name":"staging"},{"id":"production","name":"production"}]},"enabled_plugins":{"tasks":{"task-plugins":{"default-for-task-types":{"container":"container","container_array":"k8s-array","sidecar":"sidecar"},"enabled-plugins":["container","sidecar","k8s-array"]}}},"k8s":{"plugins":{"k8s":{"default-cpus":"100m","default-env-vars":[{"FLYTE_AWS_ENDPOINT":"http://minio.flyte:9000"},{"FLYTE_AWS_ACCESS_KEY_ID":"minio"},{"FLYTE_AWS_SECRET_ACCESS_KEY":"miniostorage"}],"default-memory":"200Mi"}}},"logger":{"logger":{"level":4,"show-source":true}},"remoteData":{"remoteData":{"region":"us-east-1","scheme":"local","signedUrls":{"durationMinutes":3}}},"resource_manager":{"propeller":{"resourcemanager":{"redis":null,"type":"noop"}}},"task_logs":{"plugins":{"logs":{"cloudwatch-enabled":false,"kubernetes-enabled":true,"kubernetes-template-uri":"http://localhost:30082/#/log/{{ \"{{\" }} .namespace {{ \"}}\" }}/{{ \"{{\" }} .podName {{ \"}}\" }}/pod?namespace={{ \"{{\" }} .namespace {{ \"}}\" }}"}}},"task_resource_defaults":{"task_resources":{"defaults":{"cpu":"100m","memory":"200Mi","storage":"5Mi"},"limits":{"cpu":2,"gpu":1,"memory":"1Gi","storage":"20Mi"}}}},"datacatalog":{"affinity":{},"configPath":"/etc/datacatalog/config/*.yaml","image":{"pullPolicy":"IfNotPresent","repository":"cr.flyte.org/flyteorg/datacatalog","tag":"v0.3.23"},"nodeSelector":{},"podAnnotations":{},"replicaCount":1,"resources":{"limits":{"cpu":"500m","ephemeral-storage":"100Mi","memory":"500Mi"},"requests":{"cpu":"10m","ephemeral-storage":"50Mi","memory":"50Mi"}},"service":{"annotations":{"projectcontour.io/upstream-protocol.h2c":"grpc"},"type":"NodePort"},"serviceAccount":{"annotations":{},"create":true,"imagePullSecrets":{}},"tolerations":[]},"db":{"admin":{"database":{"dbname":"flyteadmin","host":"postgres","port":5432,"username":"postgres"}},"datacatalog":{"database":{"dbname":"datacatalog","host":"postgres","port":5432,"username":"postgres"}}},"flyteadmin":{"additionalVolumeMounts":[],"additionalVolumes":[],"affinity":{},"configPath":"/etc/flyte/config/*.yaml","deployRedoc":true,"image":{"pullPolicy":"IfNotPresent","repository":"cr.flyte.org/flyteorg/flyteadmin","tag":"v0.6.104"},"initialProjects":["flytesnacks","flytetester","flyteexamples"],"nodeSelector":{},"podAnnotations":{},"replicaCount":1,"resources":{"limits":{"cpu":"250m","ephemeral-storage":"100Mi","memory":"500Mi"},"requests":{"cpu":"10m","ephemeral-storage":"50Mi","memory":"50Mi"}},"secrets":{},"service":{"annotations":{"projectcontour.io/upstream-protocol.h2c":"grpc"},"loadBalancerSourceRanges":[],"type":"ClusterIP"},"serviceAccount":{"annotations":{},"create":true,"imagePullSecrets":{}},"tolerations":[]},"flyteconsole":{"affinity":{},"ga":{"enabled":true,"tracking_id":"G-0QW4DJWJ20"},"image":{"pullPolicy":"IfNotPresent","repository":"cr.flyte.org/flyteorg/flyteconsole","tag":"v0.43.0"},"nodeSelector":{},"podAnnotations":{},"replicaCount":1,"resources":{"limits":{"cpu":"500m","memory":"250Mi"},"requests":{"cpu":"10m","memory":"50Mi"}},"service":{"annotations":{},"type":"ClusterIP"},"tolerations":[]},"flytepropeller":{"affinity":{},"cacheSizeMbs":0,"configPath":"/etc/flyte/config/*.yaml","image":{"pullPolicy":"IfNotPresent","repository":"cr.flyte.org/flyteorg/flytepropeller","tag":"v0.16.29"},"manager":false,"nodeSelector":{},"podAnnotations":{},"replicaCount":1,"resources":{"limits":{"cpu":"200m","ephemeral-storage":"100Mi","memory":"200Mi"},"requests":{"cpu":"10m","ephemeral-storage":"50Mi","memory":"50Mi"}},"serviceAccount":{"annotations":{},"create":true,"imagePullSecrets":{}},"tolerations":[]},"flytescheduler":{"affinity":{},"configPath":"/etc/flyte/config/*.yaml","image":{"pullPolicy":"IfNotPresent","repository":"cr.flyte.org/flyteorg/flytescheduler","tag":"v0.6.104"},"nodeSelector":{},"podAnnotations":{},"resources":{"limits":{"cpu":"250m","ephemeral-storage":"100Mi","memory":"500Mi"},"requests":{"cpu":"10m","ephemeral-storage":"50Mi","memory":"50Mi"}},"secrets":{},"serviceAccount":{"annotations":{},"create":true,"imagePullSecrets":{}},"tolerations":[]},"storage":{"bucketName":"my-s3-bucket","custom":{},"gcs":null,"s3":{"region":"us-east-1"},"type":"sandbox"},"webhook":{"enabled":true,"service":{"annotations":{"projectcontour.io/upstream-protocol.h2c":"grpc"},"type":"ClusterIP"},"serviceAccount":{"annotations":{},"create":true,"imagePullSecrets":{}}},"workflow_notifications":{"config":{},"enabled":false},"workflow_scheduler":{"enabled":true,"type":"native"}}` | ------------------------------------------------------------------- | | flyte.cluster_resource_manager | object | `{"config":{"cluster_resources":{"customData":[{"production":[{"projectQuotaCpu":{"value":"5"}},{"projectQuotaMemory":{"value":"4000Mi"}}]},{"staging":[{"projectQuotaCpu":{"value":"2"}},{"projectQuotaMemory":{"value":"3000Mi"}}]},{"development":[{"projectQuotaCpu":{"value":"4"}},{"projectQuotaMemory":{"value":"3000Mi"}}]}],"refresh":"5m","refreshInterval":"5m","templatePath":"/etc/flyte/clusterresource/templates"}},"enabled":true,"templates":[{"key":"aa_namespace","value":"apiVersion: v1\nkind: Namespace\nmetadata:\n name: {{ namespace }}\nspec:\n finalizers:\n - kubernetes\n"},{"key":"ab_project_resource_quota","value":"apiVersion: v1\nkind: ResourceQuota\nmetadata:\n name: project-quota\n namespace: {{ namespace }}\nspec:\n hard:\n limits.cpu: {{ projectQuotaCpu }}\n limits.memory: {{ projectQuotaMemory }}\n"}]}` | Configuration for the Cluster resource manager component. This is an optional component, that enables automatic cluster configuration. This is useful to set default quotas, manage namespaces etc that map to a project/domain | | flyte.cluster_resource_manager.config.cluster_resources | object | `{"customData":[{"production":[{"projectQuotaCpu":{"value":"5"}},{"projectQuotaMemory":{"value":"4000Mi"}}]},{"staging":[{"projectQuotaCpu":{"value":"2"}},{"projectQuotaMemory":{"value":"3000Mi"}}]},{"development":[{"projectQuotaCpu":{"value":"4"}},{"projectQuotaMemory":{"value":"3000Mi"}}]}],"refresh":"5m","refreshInterval":"5m","templatePath":"/etc/flyte/clusterresource/templates"}` | ClusterResource parameters Refer to the [structure](https://pkg.go.dev/github.com/lyft/flyteadmin@v0.3.37/pkg/runtime/interfaces#ClusterResourceConfig) to customize. | | flyte.cluster_resource_manager.enabled | bool | `true` | Enables the Cluster resource manager component | @@ -113,7 +113,7 @@ helm upgrade -f values-sandbox.yaml flyte . | flyte.datacatalog.configPath | string | `"/etc/datacatalog/config/*.yaml"` | Default regex string for searching configuration files | | flyte.datacatalog.image.pullPolicy | string | `"IfNotPresent"` | Docker image pull policy | | flyte.datacatalog.image.repository | string | `"cr.flyte.org/flyteorg/datacatalog"` | Docker image for Datacatalog deployment | -| flyte.datacatalog.image.tag | string | `"v0.3.22"` | Docker image tag | +| flyte.datacatalog.image.tag | string | `"v0.3.23"` | Docker image tag | | flyte.datacatalog.nodeSelector | object | `{}` | nodeSelector for Datacatalog deployment | | flyte.datacatalog.podAnnotations | object | `{}` | Annotations for Datacatalog pods | | flyte.datacatalog.replicaCount | int | `1` | Replicas count for Datacatalog deployment | @@ -129,7 +129,7 @@ helm upgrade -f values-sandbox.yaml flyte . | flyte.flyteadmin.deployRedoc | bool | `true` | Deploys a Redoc container in Flyteadmin's pod | | flyte.flyteadmin.image.pullPolicy | string | `"IfNotPresent"` | Docker image pull policy | | flyte.flyteadmin.image.repository | string | `"cr.flyte.org/flyteorg/flyteadmin"` | Docker image for Flyteadmin deployment | -| flyte.flyteadmin.image.tag | string | `"v0.6.92"` | Docker image tag | +| flyte.flyteadmin.image.tag | string | `"v0.6.104"` | Docker image tag | | flyte.flyteadmin.initialProjects | list | `["flytesnacks","flytetester","flyteexamples"]` | Initial projects to create | | flyte.flyteadmin.nodeSelector | object | `{}` | nodeSelector for Flyteadmin deployment | | flyte.flyteadmin.podAnnotations | object | `{}` | Annotations for Flyteadmin pods | @@ -144,7 +144,7 @@ helm upgrade -f values-sandbox.yaml flyte . | flyte.flyteconsole.affinity | object | `{}` | affinity for Flyteconsole deployment | | flyte.flyteconsole.image.pullPolicy | string | `"IfNotPresent"` | Docker image pull policy | | flyte.flyteconsole.image.repository | string | `"cr.flyte.org/flyteorg/flyteconsole"` | Docker image for Flyteconsole deployment | -| flyte.flyteconsole.image.tag | string | `"v0.41.0"` | Docker image tag | +| flyte.flyteconsole.image.tag | string | `"v0.43.0"` | Docker image tag | | flyte.flyteconsole.nodeSelector | object | `{}` | nodeSelector for Flyteconsole deployment | | flyte.flyteconsole.podAnnotations | object | `{}` | Annotations for Flyteconsole pods | | flyte.flyteconsole.replicaCount | int | `1` | Replicas count for Flyteconsole deployment | @@ -155,7 +155,7 @@ helm upgrade -f values-sandbox.yaml flyte . | flyte.flytepropeller.configPath | string | `"/etc/flyte/config/*.yaml"` | Default regex string for searching configuration files | | flyte.flytepropeller.image.pullPolicy | string | `"IfNotPresent"` | Docker image pull policy | | flyte.flytepropeller.image.repository | string | `"cr.flyte.org/flyteorg/flytepropeller"` | Docker image for Flytepropeller deployment | -| flyte.flytepropeller.image.tag | string | `"v0.16.19"` | Docker image tag | +| flyte.flytepropeller.image.tag | string | `"v0.16.29"` | Docker image tag | | flyte.flytepropeller.nodeSelector | object | `{}` | nodeSelector for Flytepropeller deployment | | flyte.flytepropeller.podAnnotations | object | `{}` | Annotations for Flytepropeller pods | | flyte.flytepropeller.replicaCount | int | `1` | Replicas count for Flytepropeller deployment | @@ -169,7 +169,7 @@ helm upgrade -f values-sandbox.yaml flyte . | flyte.flytescheduler.configPath | string | `"/etc/flyte/config/*.yaml"` | Default regex string for searching configuration files | | flyte.flytescheduler.image.pullPolicy | string | `"IfNotPresent"` | Docker image pull policy | | flyte.flytescheduler.image.repository | string | `"cr.flyte.org/flyteorg/flytescheduler"` | Docker image for Flytescheduler deployment | -| flyte.flytescheduler.image.tag | string | `"v0.6.92"` | Docker image tag | +| flyte.flytescheduler.image.tag | string | `"v0.6.104"` | Docker image tag | | flyte.flytescheduler.nodeSelector | object | `{}` | nodeSelector for Flytescheduler deployment | | flyte.flytescheduler.podAnnotations | object | `{}` | Annotations for Flytescheduler pods | | flyte.flytescheduler.resources | object | `{"limits":{"cpu":"250m","ephemeral-storage":"100Mi","memory":"500Mi"},"requests":{"cpu":"10m","ephemeral-storage":"50Mi","memory":"50Mi"}}` | Default resources requests and limits for Flytescheduler deployment | diff --git a/charts/flyte/values.yaml b/charts/flyte/values.yaml index 348d7dac67..7ff91465f5 100755 --- a/charts/flyte/values.yaml +++ b/charts/flyte/values.yaml @@ -16,7 +16,7 @@ flyte: # -- Docker image for Flyteadmin deployment repository: cr.flyte.org/flyteorg/flyteadmin # FLYTEADMIN_IMAGE # -- Docker image tag - tag: v0.6.92 # FLYTEADMIN_TAG + tag: v0.6.104 # FLYTEADMIN_TAG # -- Docker image pull policy pullPolicy: IfNotPresent # -- Default resources requests and limits for Flyteadmin deployment @@ -73,7 +73,7 @@ flyte: # -- Docker image for Flytescheduler deployment repository: cr.flyte.org/flyteorg/flytescheduler # FLYTESCHEDULER_IMAGE # -- Docker image tag - tag: v0.6.92 # FLYTESCHEDULER_TAG + tag: v0.6.104 # FLYTESCHEDULER_TAG # -- Docker image pull policy pullPolicy: IfNotPresent # -- Default resources requests and limits for Flytescheduler deployment @@ -118,7 +118,7 @@ flyte: # -- Docker image for Datacatalog deployment repository: cr.flyte.org/flyteorg/datacatalog # DATACATALOG_IMAGE # -- Docker image tag - tag: v0.3.22 # DATACATALOG_TAG + tag: v0.3.23 # DATACATALOG_TAG # -- Docker image pull policy pullPolicy: IfNotPresent # -- Default resources requests and limits for Datacatalog deployment @@ -167,7 +167,7 @@ flyte: # -- Docker image for Flytepropeller deployment repository: cr.flyte.org/flyteorg/flytepropeller # FLYTEPROPELLER_IMAGE # -- Docker image tag - tag: v0.16.19 # FLYTEPROPELLER_TAG + tag: v0.16.29 # FLYTEPROPELLER_TAG # -- Docker image pull policy pullPolicy: IfNotPresent # -- Default resources requests and limits for Flytepropeller deployment @@ -212,7 +212,7 @@ flyte: # -- Docker image for Flyteconsole deployment repository: cr.flyte.org/flyteorg/flyteconsole # FLYTECONSOLE_IMAGE # -- Docker image tag - tag: v0.41.0 # FLYTECONSOLE_TAG + tag: v0.43.0 # FLYTECONSOLE_TAG # -- Docker image pull policy pullPolicy: IfNotPresent # -- Default resources requests and limits for Flyteconsole deployment diff --git a/deployment/eks/flyte_aws_scheduler_helm_generated.yaml b/deployment/eks/flyte_aws_scheduler_helm_generated.yaml index 2df59b4eb7..32e9252ce7 100644 --- a/deployment/eks/flyte_aws_scheduler_helm_generated.yaml +++ b/deployment/eks/flyte_aws_scheduler_helm_generated.yaml @@ -865,7 +865,7 @@ spec: - /etc/flyte/config/*.yaml - migrate - run - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.92" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.104" imagePullPolicy: "IfNotPresent" name: run-migrations volumeMounts: @@ -882,7 +882,7 @@ spec: - flytesnacks - flytetester - flyteexamples - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.92" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.104" imagePullPolicy: "IfNotPresent" name: seed-projects volumeMounts: @@ -896,7 +896,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.92" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.104" imagePullPolicy: "IfNotPresent" name: sync-cluster-resources volumeMounts: @@ -907,7 +907,7 @@ spec: - mountPath: /etc/flyte/config name: config-volume - name: generate-secrets - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.92" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.104" imagePullPolicy: "IfNotPresent" command: ["/bin/sh", "-c"] args: @@ -930,7 +930,7 @@ spec: - --config - /etc/flyte/config/*.yaml - serve - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.92" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.104" imagePullPolicy: "IfNotPresent" name: flyteadmin ports: @@ -1012,7 +1012,7 @@ spec: runAsUser: 1000 fsGroupChangePolicy: "OnRootMismatch" containers: - - image: "cr.flyte.org/flyteorg/flyteconsole:v0.41.0" + - image: "cr.flyte.org/flyteorg/flyteconsole:v0.43.0" imagePullPolicy: "IfNotPresent" name: flyteconsole envFrom: @@ -1079,7 +1079,7 @@ spec: - /etc/datacatalog/config/*.yaml - migrate - run - image: "cr.flyte.org/flyteorg/datacatalog:v0.3.22" + image: "cr.flyte.org/flyteorg/datacatalog:v0.3.23" imagePullPolicy: "IfNotPresent" name: run-migrations volumeMounts: @@ -1093,7 +1093,7 @@ spec: - --config - /etc/datacatalog/config/*.yaml - serve - image: "cr.flyte.org/flyteorg/datacatalog:v0.3.22" + image: "cr.flyte.org/flyteorg/datacatalog:v0.3.23" imagePullPolicy: "IfNotPresent" name: datacatalog ports: @@ -1173,7 +1173,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.name - image: "cr.flyte.org/flyteorg/flytepropeller:v0.16.19" + image: "cr.flyte.org/flyteorg/flytepropeller:v0.16.29" imagePullPolicy: "IfNotPresent" name: flytepropeller ports: @@ -1226,7 +1226,7 @@ spec: labels: app: flyte-pod-webhook app.kubernetes.io/name: flyte-pod-webhook - app.kubernetes.io/version: v0.16.19 + app.kubernetes.io/version: v0.16.29 annotations: configChecksum: "0d6064977e729ccf7ff28a5198b11fe0679dafc50d2636d8783578243394d0a" spec: @@ -1237,7 +1237,7 @@ spec: serviceAccountName: flyte-pod-webhook initContainers: - name: generate-secrets - image: "cr.flyte.org/flyteorg/flytepropeller:v0.16.19" + image: "cr.flyte.org/flyteorg/flytepropeller:v0.16.29" imagePullPolicy: "IfNotPresent" command: - flytepropeller @@ -1260,7 +1260,7 @@ spec: mountPath: /etc/flyte/config containers: - name: webhook - image: "cr.flyte.org/flyteorg/flytepropeller:v0.16.19" + image: "cr.flyte.org/flyteorg/flytepropeller:v0.16.29" imagePullPolicy: "IfNotPresent" command: - flytepropeller @@ -1316,7 +1316,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.92" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.104" imagePullPolicy: "IfNotPresent" name: sync-cluster-resources volumeMounts: diff --git a/deployment/eks/flyte_generated.yaml b/deployment/eks/flyte_generated.yaml index cbe0a40797..17716b3a98 100644 --- a/deployment/eks/flyte_generated.yaml +++ b/deployment/eks/flyte_generated.yaml @@ -8632,7 +8632,7 @@ spec: - --config - /etc/datacatalog/config/*.yaml - serve - image: cr.flyte.org/flyteorg/datacatalog:v0.3.22 + image: cr.flyte.org/flyteorg/datacatalog:v0.3.23 imagePullPolicy: IfNotPresent name: datacatalog ports: @@ -8655,7 +8655,7 @@ spec: - /etc/datacatalog/config/*.yaml - migrate - run - image: cr.flyte.org/flyteorg/datacatalog:v0.3.22 + image: cr.flyte.org/flyteorg/datacatalog:v0.3.23 imagePullPolicy: IfNotPresent name: run-migrations volumeMounts: @@ -8716,7 +8716,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cr.flyte.org/flyteorg/flytepropeller:v0.16.19 + image: cr.flyte.org/flyteorg/flytepropeller:v0.16.29 imagePullPolicy: IfNotPresent name: webhook volumeMounts: @@ -8743,7 +8743,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cr.flyte.org/flyteorg/flytepropeller:v0.16.19 + image: cr.flyte.org/flyteorg/flytepropeller:v0.16.29 imagePullPolicy: IfNotPresent name: generate-secrets volumeMounts: @@ -8791,7 +8791,7 @@ spec: - --config - /etc/flyte/config/*.yaml - serve - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.92 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.104 imagePullPolicy: IfNotPresent name: flyteadmin ports: @@ -8838,7 +8838,7 @@ spec: - /etc/flyte/config/*.yaml - migrate - run - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.92 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.104 imagePullPolicy: IfNotPresent name: run-migrations volumeMounts: @@ -8855,7 +8855,7 @@ spec: - flytesnacks - flytetester - flyteexamples - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.92 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.104 imagePullPolicy: IfNotPresent name: seed-projects volumeMounts: @@ -8869,7 +8869,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.92 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.104 imagePullPolicy: IfNotPresent name: sync-cluster-resources volumeMounts: @@ -8889,7 +8889,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.92 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.104 imagePullPolicy: IfNotPresent name: generate-secrets volumeMounts: @@ -8943,7 +8943,7 @@ spec: - envFrom: - configMapRef: name: flyte-console-config - image: cr.flyte.org/flyteorg/flyteconsole:v0.41.0 + image: cr.flyte.org/flyteorg/flyteconsole:v0.43.0 name: flyteconsole ports: - containerPort: 8080 @@ -8990,7 +8990,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.name - image: cr.flyte.org/flyteorg/flytepropeller:v0.16.19 + image: cr.flyte.org/flyteorg/flytepropeller:v0.16.29 imagePullPolicy: IfNotPresent name: flytepropeller ports: @@ -9258,7 +9258,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.92 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.104 imagePullPolicy: IfNotPresent name: sync-cluster-resources volumeMounts: diff --git a/deployment/eks/flyte_helm_generated.yaml b/deployment/eks/flyte_helm_generated.yaml index 2de9d972f3..e2167dd418 100644 --- a/deployment/eks/flyte_helm_generated.yaml +++ b/deployment/eks/flyte_helm_generated.yaml @@ -900,7 +900,7 @@ spec: - /etc/flyte/config/*.yaml - migrate - run - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.92" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.104" imagePullPolicy: "IfNotPresent" name: run-migrations volumeMounts: @@ -917,7 +917,7 @@ spec: - flytesnacks - flytetester - flyteexamples - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.92" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.104" imagePullPolicy: "IfNotPresent" name: seed-projects volumeMounts: @@ -931,7 +931,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.92" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.104" imagePullPolicy: "IfNotPresent" name: sync-cluster-resources volumeMounts: @@ -942,7 +942,7 @@ spec: - mountPath: /etc/flyte/config name: config-volume - name: generate-secrets - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.92" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.104" imagePullPolicy: "IfNotPresent" command: ["/bin/sh", "-c"] args: @@ -965,7 +965,7 @@ spec: - --config - /etc/flyte/config/*.yaml - serve - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.92" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.104" imagePullPolicy: "IfNotPresent" name: flyteadmin ports: @@ -1047,7 +1047,7 @@ spec: runAsUser: 1000 fsGroupChangePolicy: "OnRootMismatch" containers: - - image: "cr.flyte.org/flyteorg/flyteconsole:v0.41.0" + - image: "cr.flyte.org/flyteorg/flyteconsole:v0.43.0" imagePullPolicy: "IfNotPresent" name: flyteconsole envFrom: @@ -1114,7 +1114,7 @@ spec: - /etc/datacatalog/config/*.yaml - migrate - run - image: "cr.flyte.org/flyteorg/datacatalog:v0.3.22" + image: "cr.flyte.org/flyteorg/datacatalog:v0.3.23" imagePullPolicy: "IfNotPresent" name: run-migrations volumeMounts: @@ -1128,7 +1128,7 @@ spec: - --config - /etc/datacatalog/config/*.yaml - serve - image: "cr.flyte.org/flyteorg/datacatalog:v0.3.22" + image: "cr.flyte.org/flyteorg/datacatalog:v0.3.23" imagePullPolicy: "IfNotPresent" name: datacatalog ports: @@ -1204,7 +1204,7 @@ spec: - precheck - --config - /etc/flyte/config/*.yaml - image: "cr.flyte.org/flyteorg/flytescheduler:v0.6.92" + image: "cr.flyte.org/flyteorg/flytescheduler:v0.6.104" imagePullPolicy: "IfNotPresent" name: flytescheduler-check volumeMounts: @@ -1220,7 +1220,7 @@ spec: - run - --config - /etc/flyte/config/*.yaml - image: "cr.flyte.org/flyteorg/flytescheduler:v0.6.92" + image: "cr.flyte.org/flyteorg/flytescheduler:v0.6.104" imagePullPolicy: "IfNotPresent" name: flytescheduler ports: @@ -1296,7 +1296,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.name - image: "cr.flyte.org/flyteorg/flytepropeller:v0.16.19" + image: "cr.flyte.org/flyteorg/flytepropeller:v0.16.29" imagePullPolicy: "IfNotPresent" name: flytepropeller ports: @@ -1349,7 +1349,7 @@ spec: labels: app: flyte-pod-webhook app.kubernetes.io/name: flyte-pod-webhook - app.kubernetes.io/version: v0.16.19 + app.kubernetes.io/version: v0.16.29 annotations: configChecksum: "0d6064977e729ccf7ff28a5198b11fe0679dafc50d2636d8783578243394d0a" spec: @@ -1360,7 +1360,7 @@ spec: serviceAccountName: flyte-pod-webhook initContainers: - name: generate-secrets - image: "cr.flyte.org/flyteorg/flytepropeller:v0.16.19" + image: "cr.flyte.org/flyteorg/flytepropeller:v0.16.29" imagePullPolicy: "IfNotPresent" command: - flytepropeller @@ -1383,7 +1383,7 @@ spec: mountPath: /etc/flyte/config containers: - name: webhook - image: "cr.flyte.org/flyteorg/flytepropeller:v0.16.19" + image: "cr.flyte.org/flyteorg/flytepropeller:v0.16.29" imagePullPolicy: "IfNotPresent" command: - flytepropeller @@ -1439,7 +1439,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.92" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.104" imagePullPolicy: "IfNotPresent" name: sync-cluster-resources volumeMounts: diff --git a/deployment/gcp/flyte_generated.yaml b/deployment/gcp/flyte_generated.yaml index 76f0af0254..f50482063e 100644 --- a/deployment/gcp/flyte_generated.yaml +++ b/deployment/gcp/flyte_generated.yaml @@ -8674,7 +8674,7 @@ spec: - --config - /etc/datacatalog/config/*.yaml - serve - image: cr.flyte.org/flyteorg/datacatalog:v0.3.22 + image: cr.flyte.org/flyteorg/datacatalog:v0.3.23 imagePullPolicy: IfNotPresent name: datacatalog ports: @@ -8697,7 +8697,7 @@ spec: - /etc/datacatalog/config/*.yaml - migrate - run - image: cr.flyte.org/flyteorg/datacatalog:v0.3.22 + image: cr.flyte.org/flyteorg/datacatalog:v0.3.23 imagePullPolicy: IfNotPresent name: run-migrations volumeMounts: @@ -8758,7 +8758,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cr.flyte.org/flyteorg/flytepropeller:v0.16.19 + image: cr.flyte.org/flyteorg/flytepropeller:v0.16.29 imagePullPolicy: IfNotPresent name: webhook volumeMounts: @@ -8785,7 +8785,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cr.flyte.org/flyteorg/flytepropeller:v0.16.19 + image: cr.flyte.org/flyteorg/flytepropeller:v0.16.29 imagePullPolicy: IfNotPresent name: generate-secrets volumeMounts: @@ -8833,7 +8833,7 @@ spec: - --config - /etc/flyte/config/*.yaml - serve - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.92 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.104 imagePullPolicy: IfNotPresent name: flyteadmin ports: @@ -8880,7 +8880,7 @@ spec: - /etc/flyte/config/*.yaml - migrate - run - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.92 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.104 imagePullPolicy: IfNotPresent name: run-migrations volumeMounts: @@ -8897,7 +8897,7 @@ spec: - flytesnacks - flytetester - flyteexamples - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.92 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.104 imagePullPolicy: IfNotPresent name: seed-projects volumeMounts: @@ -8911,7 +8911,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.92 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.104 imagePullPolicy: IfNotPresent name: sync-cluster-resources volumeMounts: @@ -8931,7 +8931,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.92 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.104 imagePullPolicy: IfNotPresent name: generate-secrets volumeMounts: @@ -8985,7 +8985,7 @@ spec: - envFrom: - configMapRef: name: flyte-console-config - image: cr.flyte.org/flyteorg/flyteconsole:v0.41.0 + image: cr.flyte.org/flyteorg/flyteconsole:v0.43.0 name: flyteconsole ports: - containerPort: 8080 @@ -9032,7 +9032,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.name - image: cr.flyte.org/flyteorg/flytepropeller:v0.16.19 + image: cr.flyte.org/flyteorg/flytepropeller:v0.16.29 imagePullPolicy: IfNotPresent name: flytepropeller ports: @@ -9300,7 +9300,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.92 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.104 imagePullPolicy: IfNotPresent name: sync-cluster-resources volumeMounts: diff --git a/deployment/gcp/flyte_helm_generated.yaml b/deployment/gcp/flyte_helm_generated.yaml index cb1520700d..dd833ccc85 100644 --- a/deployment/gcp/flyte_helm_generated.yaml +++ b/deployment/gcp/flyte_helm_generated.yaml @@ -919,7 +919,7 @@ spec: - /etc/flyte/config/*.yaml - migrate - run - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.92" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.104" imagePullPolicy: "IfNotPresent" name: run-migrations volumeMounts: @@ -936,7 +936,7 @@ spec: - flytesnacks - flytetester - flyteexamples - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.92" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.104" imagePullPolicy: "IfNotPresent" name: seed-projects volumeMounts: @@ -950,7 +950,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.92" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.104" imagePullPolicy: "IfNotPresent" name: sync-cluster-resources volumeMounts: @@ -961,7 +961,7 @@ spec: - mountPath: /etc/flyte/config name: config-volume - name: generate-secrets - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.92" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.104" imagePullPolicy: "IfNotPresent" command: ["/bin/sh", "-c"] args: @@ -984,7 +984,7 @@ spec: - --config - /etc/flyte/config/*.yaml - serve - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.92" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.104" imagePullPolicy: "IfNotPresent" name: flyteadmin ports: @@ -1066,7 +1066,7 @@ spec: runAsUser: 1000 fsGroupChangePolicy: "OnRootMismatch" containers: - - image: "cr.flyte.org/flyteorg/flyteconsole:v0.41.0" + - image: "cr.flyte.org/flyteorg/flyteconsole:v0.43.0" imagePullPolicy: "IfNotPresent" name: flyteconsole envFrom: @@ -1141,7 +1141,7 @@ spec: - /etc/datacatalog/config/*.yaml - migrate - run - image: "cr.flyte.org/flyteorg/datacatalog:v0.3.22" + image: "cr.flyte.org/flyteorg/datacatalog:v0.3.23" imagePullPolicy: "IfNotPresent" name: run-migrations volumeMounts: @@ -1155,7 +1155,7 @@ spec: - --config - /etc/datacatalog/config/*.yaml - serve - image: "cr.flyte.org/flyteorg/datacatalog:v0.3.22" + image: "cr.flyte.org/flyteorg/datacatalog:v0.3.23" imagePullPolicy: "IfNotPresent" name: datacatalog ports: @@ -1231,7 +1231,7 @@ spec: - precheck - --config - /etc/flyte/config/*.yaml - image: "cr.flyte.org/flyteorg/flytescheduler:v0.6.92" + image: "cr.flyte.org/flyteorg/flytescheduler:v0.6.104" imagePullPolicy: "IfNotPresent" name: flytescheduler-check volumeMounts: @@ -1247,7 +1247,7 @@ spec: - run - --config - /etc/flyte/config/*.yaml - image: "cr.flyte.org/flyteorg/flytescheduler:v0.6.92" + image: "cr.flyte.org/flyteorg/flytescheduler:v0.6.104" imagePullPolicy: "IfNotPresent" name: flytescheduler ports: @@ -1323,7 +1323,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.name - image: "cr.flyte.org/flyteorg/flytepropeller:v0.16.19" + image: "cr.flyte.org/flyteorg/flytepropeller:v0.16.29" imagePullPolicy: "IfNotPresent" name: flytepropeller ports: @@ -1376,7 +1376,7 @@ spec: labels: app: flyte-pod-webhook app.kubernetes.io/name: flyte-pod-webhook - app.kubernetes.io/version: v0.16.19 + app.kubernetes.io/version: v0.16.29 annotations: configChecksum: "4500b57fd135741a7b095f2927b857f9db6d3b14e0b1266116f22df070144ef" spec: @@ -1387,7 +1387,7 @@ spec: serviceAccountName: flyte-pod-webhook initContainers: - name: generate-secrets - image: "cr.flyte.org/flyteorg/flytepropeller:v0.16.19" + image: "cr.flyte.org/flyteorg/flytepropeller:v0.16.29" imagePullPolicy: "IfNotPresent" command: - flytepropeller @@ -1410,7 +1410,7 @@ spec: mountPath: /etc/flyte/config containers: - name: webhook - image: "cr.flyte.org/flyteorg/flytepropeller:v0.16.19" + image: "cr.flyte.org/flyteorg/flytepropeller:v0.16.29" imagePullPolicy: "IfNotPresent" command: - flytepropeller @@ -1466,7 +1466,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.92" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.104" imagePullPolicy: "IfNotPresent" name: sync-cluster-resources volumeMounts: diff --git a/deployment/sandbox/flyte_generated.yaml b/deployment/sandbox/flyte_generated.yaml index b3a2519dd0..b99b23f523 100644 --- a/deployment/sandbox/flyte_generated.yaml +++ b/deployment/sandbox/flyte_generated.yaml @@ -2777,7 +2777,7 @@ spec: - --config - /etc/datacatalog/config/*.yaml - serve - image: cr.flyte.org/flyteorg/datacatalog:v0.3.22 + image: cr.flyte.org/flyteorg/datacatalog:v0.3.23 imagePullPolicy: IfNotPresent name: datacatalog ports: @@ -2795,7 +2795,7 @@ spec: - /etc/datacatalog/config/*.yaml - migrate - run - image: cr.flyte.org/flyteorg/datacatalog:v0.3.22 + image: cr.flyte.org/flyteorg/datacatalog:v0.3.23 imagePullPolicy: IfNotPresent name: run-migrations volumeMounts: @@ -2856,7 +2856,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cr.flyte.org/flyteorg/flytepropeller:v0.16.19 + image: cr.flyte.org/flyteorg/flytepropeller:v0.16.29 imagePullPolicy: IfNotPresent name: webhook volumeMounts: @@ -2886,7 +2886,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cr.flyte.org/flyteorg/flytepropeller:v0.16.19 + image: cr.flyte.org/flyteorg/flytepropeller:v0.16.29 imagePullPolicy: IfNotPresent name: generate-secrets volumeMounts: @@ -2937,7 +2937,7 @@ spec: - --config - /etc/flyte/config/*.yaml - serve - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.92 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.104 imagePullPolicy: IfNotPresent name: flyteadmin ports: @@ -2963,7 +2963,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - run - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.92 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.104 imagePullPolicy: IfNotPresent name: sync-cluster-resources-goroutine volumeMounts: @@ -3006,7 +3006,7 @@ spec: - /etc/flyte/config/*.yaml - migrate - run - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.92 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.104 imagePullPolicy: IfNotPresent name: run-migrations volumeMounts: @@ -3022,7 +3022,7 @@ spec: - seed-projects - flytesnacks - flyteexamples - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.92 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.104 imagePullPolicy: IfNotPresent name: seed-projects volumeMounts: @@ -3036,7 +3036,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.92 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.104 imagePullPolicy: IfNotPresent name: sync-cluster-resources volumeMounts: @@ -3056,7 +3056,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.92 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.104 imagePullPolicy: IfNotPresent name: generate-secrets volumeMounts: @@ -3110,7 +3110,7 @@ spec: - envFrom: - configMapRef: name: flyte-console-config - image: cr.flyte.org/flyteorg/flyteconsole:v0.41.0 + image: cr.flyte.org/flyteorg/flyteconsole:v0.43.0 name: flyteconsole ports: - containerPort: 8080 @@ -3157,7 +3157,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.name - image: cr.flyte.org/flyteorg/flytepropeller:v0.16.19 + image: cr.flyte.org/flyteorg/flytepropeller:v0.16.29 imagePullPolicy: IfNotPresent name: flytepropeller ports: @@ -3548,7 +3548,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.92 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.104 imagePullPolicy: IfNotPresent name: sync-cluster-resources volumeMounts: diff --git a/deployment/sandbox/flyte_helm_generated.yaml b/deployment/sandbox/flyte_helm_generated.yaml index a096f5a5a1..0482a3a6a1 100644 --- a/deployment/sandbox/flyte_helm_generated.yaml +++ b/deployment/sandbox/flyte_helm_generated.yaml @@ -4441,7 +4441,7 @@ spec: - /etc/flyte/config/*.yaml - migrate - run - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.92" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.104" imagePullPolicy: "IfNotPresent" name: run-migrations volumeMounts: @@ -4457,7 +4457,7 @@ spec: - flytesnacks - flytetester - flyteexamples - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.92" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.104" imagePullPolicy: "IfNotPresent" name: seed-projects volumeMounts: @@ -4470,7 +4470,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.92" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.104" imagePullPolicy: "IfNotPresent" name: sync-cluster-resources volumeMounts: @@ -4480,7 +4480,7 @@ spec: - mountPath: /etc/flyte/config name: config-volume - name: generate-secrets - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.92" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.104" imagePullPolicy: "IfNotPresent" command: ["/bin/sh", "-c"] args: @@ -4503,7 +4503,7 @@ spec: - --config - /etc/flyte/config/*.yaml - serve - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.92" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.104" imagePullPolicy: "IfNotPresent" name: flyteadmin ports: @@ -4595,7 +4595,7 @@ spec: runAsUser: 1000 fsGroupChangePolicy: "OnRootMismatch" containers: - - image: "cr.flyte.org/flyteorg/flyteconsole:v0.41.0" + - image: "cr.flyte.org/flyteorg/flyteconsole:v0.43.0" imagePullPolicy: "IfNotPresent" name: flyteconsole envFrom: @@ -4668,7 +4668,7 @@ spec: - /etc/datacatalog/config/*.yaml - migrate - run - image: "cr.flyte.org/flyteorg/datacatalog:v0.3.22" + image: "cr.flyte.org/flyteorg/datacatalog:v0.3.23" imagePullPolicy: "IfNotPresent" name: run-migrations volumeMounts: @@ -4681,7 +4681,7 @@ spec: - --config - /etc/datacatalog/config/*.yaml - serve - image: "cr.flyte.org/flyteorg/datacatalog:v0.3.22" + image: "cr.flyte.org/flyteorg/datacatalog:v0.3.23" imagePullPolicy: "IfNotPresent" name: datacatalog ports: @@ -4747,7 +4747,7 @@ spec: - precheck - --config - /etc/flyte/config/*.yaml - image: "cr.flyte.org/flyteorg/flytescheduler:v0.6.92" + image: "cr.flyte.org/flyteorg/flytescheduler:v0.6.104" imagePullPolicy: "IfNotPresent" name: flytescheduler-check volumeMounts: @@ -4762,7 +4762,7 @@ spec: - run - --config - /etc/flyte/config/*.yaml - image: "cr.flyte.org/flyteorg/flytescheduler:v0.6.92" + image: "cr.flyte.org/flyteorg/flytescheduler:v0.6.104" imagePullPolicy: "IfNotPresent" name: flytescheduler ports: @@ -4835,7 +4835,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.name - image: "cr.flyte.org/flyteorg/flytepropeller:v0.16.19" + image: "cr.flyte.org/flyteorg/flytepropeller:v0.16.29" imagePullPolicy: "IfNotPresent" name: flytepropeller ports: @@ -4881,7 +4881,7 @@ spec: labels: app: flyte-pod-webhook app.kubernetes.io/name: flyte-pod-webhook - app.kubernetes.io/version: v0.16.19 + app.kubernetes.io/version: v0.16.29 annotations: configChecksum: "5a2bb5ada5db747f67b3bdfcdc742117d8ff5e163cad25b57963e24d9345198" spec: @@ -4892,7 +4892,7 @@ spec: serviceAccountName: flyte-pod-webhook initContainers: - name: generate-secrets - image: "cr.flyte.org/flyteorg/flytepropeller:v0.16.19" + image: "cr.flyte.org/flyteorg/flytepropeller:v0.16.29" imagePullPolicy: "IfNotPresent" command: - flytepropeller @@ -4915,7 +4915,7 @@ spec: mountPath: /etc/flyte/config containers: - name: webhook - image: "cr.flyte.org/flyteorg/flytepropeller:v0.16.19" + image: "cr.flyte.org/flyteorg/flytepropeller:v0.16.29" imagePullPolicy: "IfNotPresent" command: - flytepropeller @@ -5174,7 +5174,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.92" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.104" imagePullPolicy: "IfNotPresent" name: sync-cluster-resources volumeMounts: diff --git a/deployment/test/flyte_generated.yaml b/deployment/test/flyte_generated.yaml index 68335ec7d4..75e83f9095 100644 --- a/deployment/test/flyte_generated.yaml +++ b/deployment/test/flyte_generated.yaml @@ -637,7 +637,7 @@ spec: - --config - /etc/datacatalog/config/*.yaml - serve - image: cr.flyte.org/flyteorg/datacatalog:v0.3.22 + image: cr.flyte.org/flyteorg/datacatalog:v0.3.23 imagePullPolicy: IfNotPresent name: datacatalog ports: @@ -655,7 +655,7 @@ spec: - /etc/datacatalog/config/*.yaml - migrate - run - image: cr.flyte.org/flyteorg/datacatalog:v0.3.22 + image: cr.flyte.org/flyteorg/datacatalog:v0.3.23 imagePullPolicy: IfNotPresent name: run-migrations volumeMounts: @@ -716,7 +716,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cr.flyte.org/flyteorg/flytepropeller:v0.16.19 + image: cr.flyte.org/flyteorg/flytepropeller:v0.16.29 imagePullPolicy: IfNotPresent name: webhook volumeMounts: @@ -743,7 +743,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cr.flyte.org/flyteorg/flytepropeller:v0.16.19 + image: cr.flyte.org/flyteorg/flytepropeller:v0.16.29 imagePullPolicy: IfNotPresent name: generate-secrets volumeMounts: @@ -791,7 +791,7 @@ spec: - --config - /etc/flyte/config/*.yaml - serve - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.92 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.104 imagePullPolicy: IfNotPresent name: flyteadmin ports: @@ -846,7 +846,7 @@ spec: - /etc/flyte/config/*.yaml - migrate - run - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.92 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.104 imagePullPolicy: IfNotPresent name: run-migrations volumeMounts: @@ -862,7 +862,7 @@ spec: - seed-projects - flytetester - flytesnacks - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.92 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.104 imagePullPolicy: IfNotPresent name: seed-projects volumeMounts: @@ -876,7 +876,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.92 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.104 imagePullPolicy: IfNotPresent name: sync-cluster-resources volumeMounts: @@ -896,7 +896,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.92 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.104 imagePullPolicy: IfNotPresent name: generate-secrets volumeMounts: @@ -960,7 +960,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.name - image: cr.flyte.org/flyteorg/flytepropeller:v0.16.19 + image: cr.flyte.org/flyteorg/flytepropeller:v0.16.29 imagePullPolicy: IfNotPresent name: flytepropeller ports: diff --git a/kustomize/overlays/eks/kustomization.yaml b/kustomize/overlays/eks/kustomization.yaml index 3497c638bb..ddcbcca407 100644 --- a/kustomize/overlays/eks/kustomization.yaml +++ b/kustomize/overlays/eks/kustomization.yaml @@ -21,23 +21,23 @@ bases: images: # FlyteAdmin - name: flyteadmin # match images with this name - newTag: v0.6.92 # FLYTEADMIN_TAG override the tag + newTag: v0.6.104 # FLYTEADMIN_TAG override the tag newName: cr.flyte.org/flyteorg/flyteadmin # override the name # FlyteConsole - name: flyteconsole # match images with this name - newTag: v0.41.0 # FLYTECONSOLE_TAG the tag + newTag: v0.43.0 # FLYTECONSOLE_TAG the tag newName: cr.flyte.org/flyteorg/flyteconsole # override the namep # Flyte DataCatalog - name: datacatalog # match images with this name - newTag: v0.3.22 # DATACATALOG_TAG override the tag + newTag: v0.3.23 # DATACATALOG_TAG override the tag newName: cr.flyte.org/flyteorg/datacatalog # override the name # FlytePropeller - name: flytepropeller # match images with this name - newTag: v0.16.19 # FLYTEPROPELLER_TAG override the tag + newTag: v0.16.29 # FLYTEPROPELLER_TAG override the tag newName: cr.flyte.org/flyteorg/flytepropeller # override the name # Webhook - name: webhook # match images with this name - newTag: v0.16.19 # FLYTEPROPELLER_TAG override the tag + newTag: v0.16.29 # FLYTEPROPELLER_TAG override the tag newName: cr.flyte.org/flyteorg/flytepropeller # override the name # Override postgres image to use alpine based (rather smaller) docker image - name: postgres diff --git a/kustomize/overlays/gcp/kustomization.yaml b/kustomize/overlays/gcp/kustomization.yaml index 27773dd20b..4c88ed3feb 100644 --- a/kustomize/overlays/gcp/kustomization.yaml +++ b/kustomize/overlays/gcp/kustomization.yaml @@ -23,23 +23,23 @@ bases: images: # FlyteAdmin - name: flyteadmin # match images with this name - newTag: v0.6.92 # FLYTEADMIN_TAG override the tag + newTag: v0.6.104 # FLYTEADMIN_TAG override the tag newName: cr.flyte.org/flyteorg/flyteadmin # override the name # FlyteConsole - name: flyteconsole # match images with this name - newTag: v0.41.0 # FLYTECONSOLE_TAG the tag + newTag: v0.43.0 # FLYTECONSOLE_TAG the tag newName: cr.flyte.org/flyteorg/flyteconsole # override the namep # Flyte DataCatalog - name: datacatalog # match images with this name - newTag: v0.3.22 # DATACATALOG_TAG override the tag + newTag: v0.3.23 # DATACATALOG_TAG override the tag newName: cr.flyte.org/flyteorg/datacatalog # override the name # FlytePropeller - name: flytepropeller # match images with this name - newTag: v0.16.19 # FLYTEPROPELLER_TAG override the tag + newTag: v0.16.29 # FLYTEPROPELLER_TAG override the tag newName: cr.flyte.org/flyteorg/flytepropeller # override the name # Webhook - name: webhook # match images with this name - newTag: v0.16.19 # FLYTEPROPELLER_TAG override the tag + newTag: v0.16.29 # FLYTEPROPELLER_TAG override the tag newName: cr.flyte.org/flyteorg/flytepropeller # override the name # Override postgres image to use alpine based (rather smaller) docker image - name: postgres diff --git a/kustomize/overlays/sandbox/kustomization.yaml b/kustomize/overlays/sandbox/kustomization.yaml index ce87e6cfee..e8a935cebd 100644 --- a/kustomize/overlays/sandbox/kustomization.yaml +++ b/kustomize/overlays/sandbox/kustomization.yaml @@ -25,23 +25,23 @@ resources: images: # FlyteAdmin - name: flyteadmin # match images with this name - newTag: v0.6.92 # FLYTEADMIN_TAG override the tag + newTag: v0.6.104 # FLYTEADMIN_TAG override the tag newName: cr.flyte.org/flyteorg/flyteadmin # override the name # FlyteConsole - name: flyteconsole # match images with this name - newTag: v0.41.0 # FLYTECONSOLE_TAG the tag + newTag: v0.43.0 # FLYTECONSOLE_TAG the tag newName: cr.flyte.org/flyteorg/flyteconsole # override the namep # Flyte DataCatalog - name: datacatalog # match images with this name - newTag: v0.3.22 # DATACATALOG_TAG override the tag + newTag: v0.3.23 # DATACATALOG_TAG override the tag newName: cr.flyte.org/flyteorg/datacatalog # override the name # FlytePropeller - name: flytepropeller # match images with this name - newTag: v0.16.19 # FLYTEPROPELLER_TAG override the tag + newTag: v0.16.29 # FLYTEPROPELLER_TAG override the tag newName: cr.flyte.org/flyteorg/flytepropeller # override the name # Webhook - name: webhook # match images with this name - newTag: v0.16.19 # FLYTEPROPELLER_TAG override the tag + newTag: v0.16.29 # FLYTEPROPELLER_TAG override the tag newName: cr.flyte.org/flyteorg/flytepropeller # override the name # Override postgres image to use alpine based (rather smaller) docker image - name: postgres diff --git a/kustomize/overlays/test/kustomization.yaml b/kustomize/overlays/test/kustomization.yaml index 5f5be757e5..3383ef8561 100644 --- a/kustomize/overlays/test/kustomization.yaml +++ b/kustomize/overlays/test/kustomization.yaml @@ -19,23 +19,23 @@ bases: images: # FlyteAdmin - name: flyteadmin # match images with this name - newTag: v0.6.92 # FLYTEADMIN_TAG override the tag + newTag: v0.6.104 # FLYTEADMIN_TAG override the tag newName: cr.flyte.org/flyteorg/flyteadmin # override the name # FlyteConsole - name: flyteconsole # match images with this name - newTag: v0.41.0 # FLYTECONSOLE_TAG the tag + newTag: v0.43.0 # FLYTECONSOLE_TAG the tag newName: cr.flyte.org/flyteorg/flyteconsole # override the namep # Flyte DataCatalog - name: datacatalog # match images with this name - newTag: v0.3.22 # DATACATALOG_TAG override the tag + newTag: v0.3.23 # DATACATALOG_TAG override the tag newName: cr.flyte.org/flyteorg/datacatalog # override the name # FlytePropeller - name: flytepropeller # match images with this name - newTag: v0.16.19 # FLYTEPROPELLER_TAG override the tag + newTag: v0.16.29 # FLYTEPROPELLER_TAG override the tag newName: cr.flyte.org/flyteorg/flytepropeller # override the name # Webhook - name: webhook # match images with this name - newTag: v0.16.19 # FLYTEPROPELLER_TAG override the tag + newTag: v0.16.29 # FLYTEPROPELLER_TAG override the tag newName: cr.flyte.org/flyteorg/flytepropeller # override the name # Override postgres image to use alpine based (rather smaller) docker image - name: postgres diff --git a/rsts/conf.py b/rsts/conf.py index bf055c7578..838f498203 100644 --- a/rsts/conf.py +++ b/rsts/conf.py @@ -30,7 +30,7 @@ # The short X.Y version version = u"" # The full version, including alpha/beta/rc tags -release = u"0.18.0" +release = u"0.19.3-b3" # -- General configuration --------------------------------------------------- diff --git a/rsts/deployment/cluster_config/datacatalog_config.rst b/rsts/deployment/cluster_config/datacatalog_config.rst index 63002ff6be..d3cc4e166b 100644 --- a/rsts/deployment/cluster_config/datacatalog_config.rst +++ b/rsts/deployment/cluster_config/datacatalog_config.rst @@ -4,7 +4,6 @@ Flyte Datacatalog Configuration ######################################### -Using config file: [] - `application <#section-application>`_ - `database <#section-database>`_ diff --git a/rsts/deployment/cluster_config/flyteadmin_config.rst b/rsts/deployment/cluster_config/flyteadmin_config.rst index 4ae9a6a056..d17e1ff3d1 100644 --- a/rsts/deployment/cluster_config/flyteadmin_config.rst +++ b/rsts/deployment/cluster_config/flyteadmin_config.rst @@ -1,7 +1,7 @@ .. _flyteadmin-config-specification: ######################################### -FlyteAdmin Configuration +Flyte Admin Configuration ######################################### - `admin <#section-admin>`_ @@ -1116,6 +1116,8 @@ Section: database host (string) -------------------------------------------------------------------------------- +deprecated + **Default Value**: .. code-block:: yaml @@ -1126,6 +1128,8 @@ host (string) port (int) -------------------------------------------------------------------------------- +deprecated + **Default Value**: .. code-block:: yaml @@ -1136,6 +1140,8 @@ port (int) dbname (string) -------------------------------------------------------------------------------- +deprecated + **Default Value**: .. code-block:: yaml @@ -1146,6 +1152,8 @@ dbname (string) username (string) -------------------------------------------------------------------------------- +deprecated + **Default Value**: .. code-block:: yaml @@ -1156,6 +1164,8 @@ username (string) password (string) -------------------------------------------------------------------------------- +deprecated + **Default Value**: .. code-block:: yaml @@ -1166,6 +1176,8 @@ password (string) passwordPath (string) -------------------------------------------------------------------------------- +deprecated + **Default Value**: .. code-block:: yaml @@ -1176,6 +1188,8 @@ passwordPath (string) options (string) -------------------------------------------------------------------------------- +deprecated + **Default Value**: .. code-block:: yaml @@ -1186,6 +1200,136 @@ options (string) debug (bool) -------------------------------------------------------------------------------- +deprecated + +**Default Value**: + +.. code-block:: yaml + + "false" + + +enableForeignKeyConstraintWhenMigrating (bool) +-------------------------------------------------------------------------------- + +Whether to enable gorm foreign keys when migrating the db + +**Default Value**: + +.. code-block:: yaml + + "false" + + +postgres (`interfaces.PostgresConfig`_) +-------------------------------------------------------------------------------- + +**Default Value**: + +.. code-block:: yaml + + dbname: "" + debug: false + host: "" + options: "" + password: "" + passwordPath: "" + port: 0 + username: "" + + +interfaces.PostgresConfig +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +host (string) +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" + +The host name of the database server + +**Default Value**: + +.. code-block:: yaml + + "" + + +port (int) +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" + +The port name of the database server + +**Default Value**: + +.. code-block:: yaml + + "0" + + +dbname (string) +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" + +The database name + +**Default Value**: + +.. code-block:: yaml + + "" + + +username (string) +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" + +The database user who is connecting to the server. + +**Default Value**: + +.. code-block:: yaml + + "" + + +password (string) +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" + +The database password. + +**Default Value**: + +.. code-block:: yaml + + "" + + +passwordPath (string) +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" + +Points to the file containing the database password. + +**Default Value**: + +.. code-block:: yaml + + "" + + +options (string) +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" + +See http://gorm.io/docs/connecting_to_the_database.html for available options passed, in addition to the above. + +**Default Value**: + +.. code-block:: yaml + + "" + + +debug (bool) +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" + +Whether or not to start the database connection with debug mode enabled. + **Default Value**: .. code-block:: yaml @@ -3531,13 +3675,13 @@ On which http port to serve admin .. code-block:: yaml - "0" + "8088" grpcPort (int) -------------------------------------------------------------------------------- -On which grpc port to serve admin +deprecated **Default Value**: @@ -3549,7 +3693,7 @@ On which grpc port to serve admin grpcServerReflection (bool) -------------------------------------------------------------------------------- -Enable GRPC Server Reflection +deprecated **Default Value**: @@ -3561,7 +3705,7 @@ Enable GRPC Server Reflection kube-config (string) -------------------------------------------------------------------------------- -Path to kubernetes client config file. +Path to kubernetes client config file, default is empty, useful for incluster config. **Default Value**: @@ -3589,7 +3733,7 @@ security (`config.ServerSecurityOptions`_) .. code-block:: yaml - allowCors: false + allowCors: true allowedHeaders: [] allowedOrigins: [] auditAccess: false @@ -3600,6 +3744,18 @@ security (`config.ServerSecurityOptions`_) useAuth: false +grpc (`config.GrpcConfig`_) +-------------------------------------------------------------------------------- + +**Default Value**: + +.. code-block:: yaml + + maxMessageSizeBytes: 0 + port: 8089 + serverReflection: true + + thirdPartyConfig (`config.ThirdPartyConfigOptions`_) -------------------------------------------------------------------------------- @@ -3615,6 +3771,45 @@ Deprecated please use auth.appAuth.thirdPartyConfig instead. scopes: [] +config.GrpcConfig +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +port (int) +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" + +On which grpc port to serve admin + +**Default Value**: + +.. code-block:: yaml + + "8089" + + +serverReflection (bool) +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" + +Enable GRPC Server Reflection + +**Default Value**: + +.. code-block:: yaml + + "true" + + +maxMessageSizeBytes (int) +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" + +The max size in bytes for incoming gRPC messages + +**Default Value**: + +.. code-block:: yaml + + "0" + + config.ServerSecurityOptions ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ @@ -3666,7 +3861,7 @@ allowCors (bool) .. code-block:: yaml - "false" + "true" allowedOrigins ([]string) diff --git a/rsts/deployment/cluster_config/flytepropeller_config.rst b/rsts/deployment/cluster_config/flytepropeller_config.rst index d04a99f8f1..d02facba87 100644 --- a/rsts/deployment/cluster_config/flytepropeller_config.rst +++ b/rsts/deployment/cluster_config/flytepropeller_config.rst @@ -1,7 +1,7 @@ .. _flytepropeller-config-specification: ######################################### -FlytePropeller Configuration +Flyte Propeller Configuration ######################################### - `admin <#section-admin>`_ @@ -184,7 +184,7 @@ This is the URL to your IdP's authorization server. It'll default to Endpoint tokenUrl (string) -------------------------------------------------------------------------------- -OPTIONAL: Your IdP's token endpoint. It'll be discovered from FlyteAdmin's OAuth Metadata endpoint if not provided. +OPTIONAL: Your IdP's token endpoint. It'll be discovered from flyte admin's OAuth Metadata endpoint if not provided. **Default Value**: @@ -466,7 +466,7 @@ Sets the type of EventSink to configure [log/admin/file]. .. code-block:: yaml - "" + admin file-path (string) @@ -630,6 +630,37 @@ aws (`aws.Config`_) retries: 3 +bigquery (`bigquery.Config`_) +-------------------------------------------------------------------------------- + +**Default Value**: + +.. code-block:: yaml + + googleTokenSource: + type: default + resourceConstraints: + NamespaceScopeResourceConstraint: + Value: 50 + ProjectScopeResourceConstraint: + Value: 100 + webApi: + caching: + maxSystemFailures: 5 + resyncInterval: 30s + size: 500000 + workers: 10 + readRateLimiter: + burst: 100 + qps: 10 + resourceMeta: null + resourceQuotas: + default: 1000 + writeRateLimiter: + burst: 100 + qps: 10 + + catalogcache (`catalog.Config`_) -------------------------------------------------------------------------------- @@ -674,6 +705,7 @@ k8s (`config.K8sPluginConfig`_) default-labels: null default-memory: 1Gi default-node-selector: null + default-pod-dns-config: null default-pod-security-context: null default-security-context: null default-tolerations: null @@ -750,8 +782,9 @@ logs (`logs.LogConfig`_) cloudwatch-region: "" cloudwatch-template-uri: "" gcp-project: "" - kubernetes-enabled: false - kubernetes-template-uri: "" + kubernetes-enabled: true + kubernetes-template-uri: http://localhost:30082/#!/log/{{ .namespace }}/{{ .podName + }}/pod?namespace={{ .namespace }} kubernetes-url: "" stackdriver-enabled: false stackdriver-logresourcename: "" @@ -1191,6 +1224,84 @@ logLevel (uint64) "0" +bigquery.Config +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +webApi (`webapi.PluginConfig`_) +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" + +Defines config for the base WebAPI plugin. + +**Default Value**: + +.. code-block:: yaml + + caching: + maxSystemFailures: 5 + resyncInterval: 30s + size: 500000 + workers: 10 + readRateLimiter: + burst: 100 + qps: 10 + resourceMeta: null + resourceQuotas: + default: 1000 + writeRateLimiter: + burst: 100 + qps: 10 + + +resourceConstraints (`core.ResourceConstraintsSpec`_) +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" + +**Default Value**: + +.. code-block:: yaml + + NamespaceScopeResourceConstraint: + Value: 50 + ProjectScopeResourceConstraint: + Value: 100 + + +googleTokenSource (`google.TokenSourceFactoryConfig`_) +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" + +Defines Google token source + +**Default Value**: + +.. code-block:: yaml + + type: default + + +bigQueryEndpoint (string) +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" + +**Default Value**: + +.. code-block:: yaml + + "" + + +google.TokenSourceFactoryConfig +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +type (string) +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" + +Defines type of TokenSourceFactory, possible values are 'default' + +**Default Value**: + +.. code-block:: yaml + + default + + catalog.Config ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ @@ -1681,6 +1792,16 @@ enable-host-networking-pod (bool) +default-pod-dns-config (v1.PodDNSConfig) +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" + +**Default Value**: + +.. code-block:: yaml + + null + + config.FlyteCoPilotConfig ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ @@ -2376,7 +2497,7 @@ Enable Kubernetes Logging .. code-block:: yaml - "false" + "true" kubernetes-url (string) @@ -2400,7 +2521,8 @@ Template Uri to use when building kubernetes log links .. code-block:: yaml - "" + http://localhost:30082/#!/log/{{ .namespace }}/{{ .podName }}/pod?namespace={{ .namespace + }} stackdriver-enabled (bool) diff --git a/rsts/deployment/cluster_config/scheduler_config.rst b/rsts/deployment/cluster_config/scheduler_config.rst index be3dd25949..84c14b50f1 100644 --- a/rsts/deployment/cluster_config/scheduler_config.rst +++ b/rsts/deployment/cluster_config/scheduler_config.rst @@ -1,7 +1,7 @@ .. _flytescheduler-config-specification: ######################################### -FlyteScheduler Configuration +Flyte Scheduler Configuration ######################################### - `admin <#section-admin>`_ @@ -200,7 +200,7 @@ This is the URL to your IdP's authorization server. It'll default to Endpoint tokenUrl (string) -------------------------------------------------------------------------------- -OPTIONAL: Your IdP's token endpoint. It'll be discovered from FlyteAdmin's OAuth Metadata endpoint if not provided. +OPTIONAL: Your IdP's token endpoint. It'll be discovered from flyte admin's OAuth Metadata endpoint if not provided. **Default Value**: @@ -491,6 +491,8 @@ Section: database host (string) -------------------------------------------------------------------------------- +deprecated + **Default Value**: .. code-block:: yaml @@ -501,6 +503,8 @@ host (string) port (int) -------------------------------------------------------------------------------- +deprecated + **Default Value**: .. code-block:: yaml @@ -511,6 +515,8 @@ port (int) dbname (string) -------------------------------------------------------------------------------- +deprecated + **Default Value**: .. code-block:: yaml @@ -521,6 +527,8 @@ dbname (string) username (string) -------------------------------------------------------------------------------- +deprecated + **Default Value**: .. code-block:: yaml @@ -531,6 +539,8 @@ username (string) password (string) -------------------------------------------------------------------------------- +deprecated + **Default Value**: .. code-block:: yaml @@ -541,6 +551,8 @@ password (string) passwordPath (string) -------------------------------------------------------------------------------- +deprecated + **Default Value**: .. code-block:: yaml @@ -551,6 +563,8 @@ passwordPath (string) options (string) -------------------------------------------------------------------------------- +deprecated + **Default Value**: .. code-block:: yaml @@ -561,6 +575,136 @@ options (string) debug (bool) -------------------------------------------------------------------------------- +deprecated + +**Default Value**: + +.. code-block:: yaml + + "false" + + +enableForeignKeyConstraintWhenMigrating (bool) +-------------------------------------------------------------------------------- + +Whether to enable gorm foreign keys when migrating the db + +**Default Value**: + +.. code-block:: yaml + + "false" + + +postgres (`interfaces.PostgresConfig`_) +-------------------------------------------------------------------------------- + +**Default Value**: + +.. code-block:: yaml + + dbname: "" + debug: false + host: "" + options: "" + password: "" + passwordPath: "" + port: 0 + username: "" + + +interfaces.PostgresConfig +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +host (string) +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" + +The host name of the database server + +**Default Value**: + +.. code-block:: yaml + + "" + + +port (int) +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" + +The port name of the database server + +**Default Value**: + +.. code-block:: yaml + + "0" + + +dbname (string) +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" + +The database name + +**Default Value**: + +.. code-block:: yaml + + "" + + +username (string) +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" + +The database user who is connecting to the server. + +**Default Value**: + +.. code-block:: yaml + + "" + + +password (string) +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" + +The database password. + +**Default Value**: + +.. code-block:: yaml + + "" + + +passwordPath (string) +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" + +Points to the file containing the database password. + +**Default Value**: + +.. code-block:: yaml + + "" + + +options (string) +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" + +See http://gorm.io/docs/connecting_to_the_database.html for available options passed, in addition to the above. + +**Default Value**: + +.. code-block:: yaml + + "" + + +debug (bool) +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" + +Whether or not to start the database connection with debug mode enabled. + **Default Value**: .. code-block:: yaml