Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Init Glue via megabinary #245

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
7 changes: 5 additions & 2 deletions charts/operator-wandb/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,8 @@ dependencies:
- name: yace
repository: file://charts/yace
version: 0.1.0
digest: sha256:bca2b6781737da6806e4485605cf9ce87b1428944b14cb88f082024cc3500bbd
generated: "2024-10-09T17:53:33.992+05:30"
- name: glue
repository: file://charts/glue
version: 0.1.0
digest: sha256:e1cc6a9a4d904d5a54fb104579a72b917678b94b2ff7999b2721791e8ef04377
generated: "2024-10-23T16:56:27.529427-07:00"
6 changes: 5 additions & 1 deletion charts/operator-wandb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: operator-wandb
description: A Helm chart for deploying W&B to Kubernetes
type: application
version: 0.18.11
version: 0.19.0
appVersion: 1.0.0
icon: https://wandb.ai/logo.svg

Expand Down Expand Up @@ -68,3 +68,7 @@ dependencies:
version: "*.*.*"
repository: file://charts/yace
condition: yace.install
- name: glue
version: "*.*.*"
repository: file://charts/glue
condition: global.beta.glue.enabled
298 changes: 0 additions & 298 deletions charts/operator-wandb/charts/app/templates/_deployment.tpl

This file was deleted.

Loading
Loading