Skip to content

Commit d24bb4a

Browse files
committed
refactor: remove deprecated charts and update dependencies
- Removed unused charts: pty-proxy, api, web, and workspace-engine. - Added wandb-base as a dependency with version 0.11.11. - Updated chart version to 1.0.0 in Chart.yaml. - Cleaned up values.yaml by removing unnecessary environment variables and configurations.
1 parent 7b69341 commit d24bb4a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+713
-1641
lines changed

charts/ctrlplane/Chart.lock

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,14 @@ dependencies:
55
- name: otel
66
repository: file://charts/otel
77
version: 0.1.0
8-
- name: pty-proxy
9-
repository: file://charts/pty-proxy
10-
version: 0.1.7
11-
- name: api
12-
repository: file://charts/api
13-
version: 1.0.0
14-
- name: web
15-
repository: file://charts/web
16-
version: 1.0.0
17-
- name: workspace-engine
18-
repository: file://charts/workspace-engine
19-
version: 0.1.0
20-
- name: workspace-engine-router
21-
repository: file://charts/workspace-engine-router
22-
version: 1.0.0
23-
digest: sha256:318fef34d645e298ca6489312177c147b1fca0d5d45ee26b96d5c50e3aaeeede
24-
generated: "2026-02-05T17:22:11.546838-05:00"
8+
- name: wandb-base
9+
repository: https://charts.wandb.ai
10+
version: 0.11.11
11+
- name: wandb-base
12+
repository: https://charts.wandb.ai
13+
version: 0.11.11
14+
- name: wandb-base
15+
repository: https://charts.wandb.ai
16+
version: 0.11.11
17+
digest: sha256:a15f24e455ca221b9506bdf09b33917224777f4ea68bb4e89a8eb794fbcb89e0
18+
generated: "2026-03-11T18:06:48.680888-04:00"

charts/ctrlplane/Chart.yaml

Lines changed: 14 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: ctrlplane
33
description: Ctrlplane Helm chart for Kubernetes
44
type: application
5-
version: 0.11.1
5+
version: 1.0.0
66
appVersion: "1.0.0"
77

88
maintainers:
@@ -19,23 +19,18 @@ dependencies:
1919
condition: otel.install
2020
version: "*.*.*"
2121
repository: "file://charts/otel"
22-
- name: pty-proxy
23-
condition: pty-proxy.install
24-
version: "*.*.*"
25-
repository: "file://charts/pty-proxy"
26-
- name: api
27-
condition: api.install
28-
version: "*.*.*"
29-
repository: "file://charts/api"
30-
- name: web
22+
- alias: web
23+
name: wandb-base
3124
condition: web.install
32-
version: "*.*.*"
33-
repository: "file://charts/web"
34-
- name: workspace-engine
25+
version: "0.11.11"
26+
repository: "https://charts.wandb.ai"
27+
- alias: api
28+
name: wandb-base
29+
condition: api.install
30+
version: "0.11.11"
31+
repository: "https://charts.wandb.ai"
32+
- alias: workspace-engine
33+
name: wandb-base
3534
condition: workspace-engine.install
36-
version: "*.*.*"
37-
repository: "file://charts/workspace-engine"
38-
- name: workspace-engine-router
39-
condition: workspace-engine-router.install
40-
version: "*.*.*"
41-
repository: "file://charts/workspace-engine-router"
35+
version: "0.11.11"
36+
repository: "https://charts.wandb.ai"

charts/ctrlplane/charts/api/.helmignore

Lines changed: 0 additions & 23 deletions
This file was deleted.

charts/ctrlplane/charts/api/Chart.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

charts/ctrlplane/charts/api/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

charts/ctrlplane/charts/api/templates/_helpers.tpl

Lines changed: 0 additions & 62 deletions
This file was deleted.

charts/ctrlplane/charts/api/templates/deployment.yaml

Lines changed: 0 additions & 109 deletions
This file was deleted.

charts/ctrlplane/charts/api/templates/hpa.yaml

Lines changed: 0 additions & 28 deletions
This file was deleted.

charts/ctrlplane/charts/api/templates/secrets.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

charts/ctrlplane/charts/api/templates/service.yaml

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)