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

fix: Added stack-driver chart inside prometheus folder #153

Open
wants to merge 5 commits 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: 2 additions & 5 deletions charts/operator-wandb/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,8 @@ dependencies:
- name: nginx
repository: file://charts/nginx
version: 0.1.0
- name: stackdriver
repository: file://charts/stackdriver
version: 0.1.0
- name: yace
repository: file://charts/yace
version: 0.1.0
digest: sha256:c12c533a22b6f593a526e3060597ee1591bf5a2cac4ff03c588758e0dbc65d1e
generated: "2024-06-24T16:15:00.442236-07:00"
digest: sha256:4242ac7ee340298f58747c976a6e2126620ad3287faae3fd5a87a4bdd4690479
generated: "2024-06-27T19:32:45.198749+05:30"
6 changes: 1 addition & 5 deletions 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.14.4
version: 0.14.5
appVersion: 1.0.0
icon: https://wandb.ai/logo.svg

Expand Down Expand Up @@ -56,10 +56,6 @@ dependencies:
version: "*.*.*"
repository: file://charts/nginx
condition: nginx.install
- name: stackdriver
version: "*.*.*"
repository: file://charts/stackdriver
condition: stackdriver.install
- name: yace
version: "*.*.*"
repository: file://charts/yace
Expand Down
5 changes: 5 additions & 0 deletions charts/operator-wandb/charts/prometheus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,8 @@ dependencies:
version: "24.*.*"
repository: https://prometheus-community.github.io/helm-charts
condition: instance.install
- name: stackdriver
version: "*.*.*"
repository: file://charts/stackdriver
condition: stackdriver.install

3 changes: 3 additions & 0 deletions charts/operator-wandb/charts/prometheus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ redis-exporter:
mysql-exporter:
install: true

stackdriver:
install: true

instance:
nameOverride: "prometheus"
install: true
Expand Down
Loading
Loading