Skip to content

Commit

Permalink
added stackdriver chart inside prometheus folder
Browse files Browse the repository at this point in the history
  • Loading branch information
amanpruthi committed Jun 27, 2024
1 parent b5c6eb6 commit 0184f3e
Show file tree
Hide file tree
Showing 13 changed files with 2,257 additions and 18 deletions.
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.1
version: 0.14.2
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

0 comments on commit 0184f3e

Please sign in to comment.