Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/controlplane/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: controlplane
description: Deploys the Union controlplane components to onboard a kubernetes cluster to the Union Cloud.
type: application
icon: https://i.ibb.co/JxfDQsL/Union-Symbol-yellow-2.png
version: 2026.4.10
appVersion: 2026.4.10
version: 2026.5.0
appVersion: 2026.5.0
kubeVersion: '>= 1.28.0-0'
dependencies:
- name: flyte-core
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ spec:
- method: {service: "cloudidl.echo.EchoService"}
- method: {service: "cloudidl.app.AppService"}
- method: {service: "cloudidl.workflow.RunLogsService"}
- method: {service: "cloudidl.workflow.TranslatorService"}
- method: {service: "flyteidl2.app.AppService"}
- method: {service: "flyteidl2.workflow.RunLogsService"}
backendRefs:
Expand Down Expand Up @@ -110,6 +109,7 @@ spec:
- method: {service: "cloudidl.clouddataproxy.CloudDataProxyService"}
- method: {service: "flyteidl.service.DataProxyService"}
- method: {service: "flyteidl2.dataproxy.DataProxyService"}
- method: {service: "flyteidl2.workflow.TranslatorService"}
- method: {service: "cloudidl.logs.LogsService"}
- method: {service: "cloudidl.app.AppLogsService"}
- method: {service: "cloudidl.app.ReplicaService"}
Expand Down Expand Up @@ -153,6 +153,7 @@ spec:
{{- if (((.Values.objectstore).controlPlane).enabled) }}
- matches:
- method: {service: "cloudidl.objectstore.v1.ObjectStoreService"}
- method: {service: "flyteidl2.workflow.TranslatorService"}
backendRefs:
- name: dataproxy
port: 80
Expand All @@ -179,7 +180,6 @@ spec:
- method: {service: "cloudidl.workflow.TaskService"}
- method: {service: "cloudidl.workflow.TriggerService"}
- method: {service: "flyteidl2.workflow.RunService"}
- method: {service: "flyteidl2.workflow.TranslatorService"}
- method: {service: "flyteidl2.task.TaskService"}
- method: {service: "flyteidl2.trigger.TriggerService"}
backendRefs:
Expand Down
18 changes: 2 additions & 16 deletions charts/controlplane/templates/common/_ingress-protected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -850,20 +850,6 @@
name: executions
port:
name: grpc
- path: /cloudidl.workflow.TranslatorService
pathType: ImplementationSpecific
backend:
service:
name: executions
port:
name: grpc
- path: /cloudidl.workflow.TranslatorService/*
pathType: ImplementationSpecific
backend:
service:
name: executions
port:
name: grpc
- path: /cloudidl.workflow.TaskService
pathType: ImplementationSpecific
backend:
Expand Down Expand Up @@ -939,14 +925,14 @@
pathType: ImplementationSpecific
backend:
service:
name: executions
name: dataproxy
port:
name: grpc
- path: /flyteidl2.workflow.TranslatorService/*
pathType: ImplementationSpecific
backend:
service:
name: executions
name: dataproxy
port:
name: grpc
- path: /flyteidl2.task.TaskService
Expand Down
4 changes: 2 additions & 2 deletions charts/dataplane-crds/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: dataplane-crds
description: Deploys the Union dataplane CRDs.
type: application
icon: https://i.ibb.co/JxfDQsL/Union-Symbol-yellow-2.png
version: 2026.4.6
appVersion: 2026.4.5
version: 2026.5.0
appVersion: 2026.5.0
kubeVersion: '>= 1.28.0-0'
dependencies:
- name: prometheus-operator-crds
Expand Down
4 changes: 2 additions & 2 deletions charts/dataplane/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: dataplane
description: Deploys the Union dataplane components to onboard a kubernetes cluster to the Union Cloud.
type: application
icon: https://i.ibb.co/JxfDQsL/Union-Symbol-yellow-2.png
version: 2026.4.10
appVersion: 2026.4.10
version: 2026.5.0
appVersion: 2026.5.0
kubeVersion: '>= 1.28.0-0'
dependencies:
- name: kube-prometheus-stack
Expand Down
4 changes: 2 additions & 2 deletions charts/sandbox/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ name: sandbox
description: Deploys extras for sandbox testing.
type: application
icon: https://i.ibb.co/JxfDQsL/Union-Symbol-yellow-2.png
version: 2026.4.6
appVersion: 2026.4.5
version: 2026.5.0
appVersion: 2026.5.0
kubeVersion: '>= 1.28.0'
Loading
Loading