Skip to content

Commit

Permalink
Zacharyb/pod spec labels (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyblasczyk authored Mar 27, 2024
1 parent ebe8813 commit ab4e17b
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 40 deletions.
54 changes: 27 additions & 27 deletions charts/operator-wandb/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
dependencies:
- name: app
repository: file://charts/app
version: 0.1.0
- name: console
repository: file://charts/console
version: 0.1.0
- name: weave
repository: file://charts/weave
version: 0.1.0
- name: parquet
repository: file://charts/parquet
version: 0.1.0
- name: mysql
repository: file://charts/mysql
version: 0.1.0
- name: prometheus
repository: file://charts/prometheus
version: 0.1.0
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 18.19.4
- name: kafka
repository: https://charts.bitnami.com/bitnami
version: 25.3.5
- name: otel
repository: file://charts/otel
version: 0.1.0
- name: app
repository: file://charts/app
version: 0.1.0
- name: console
repository: file://charts/console
version: 0.1.0
- name: weave
repository: file://charts/weave
version: 0.1.0
- name: parquet
repository: file://charts/parquet
version: 0.1.0
- name: mysql
repository: file://charts/mysql
version: 0.1.0
- name: prometheus
repository: file://charts/prometheus
version: 0.1.0
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 18.19.4
- name: kafka
repository: https://charts.bitnami.com/bitnami
version: 25.3.5
- name: otel
repository: file://charts/otel
version: 0.1.0
digest: sha256:d6fd61036406090b2be7526adb3114a3343b4463c30ab67a04534ea8ecf6ff36
generated: "2024-03-20T14:23:36.905681214-04:00"
2 changes: 1 addition & 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.11.3
version: 0.11.4
appVersion: 1.0.0
icon: https://wandb.ai/logo.svg

Expand Down
13 changes: 9 additions & 4 deletions charts/operator-wandb/charts/console/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,23 @@ extraEnvFrom: {}

extraCors: []

common: {}
common:
labels: {}
deployment: {}
serviceAccount: {}
clusterRole: {}

service:
type: ClusterIP

pod:
securityContext:
runAsUser: 1000
fsGroup: 1000
labels: {}
annotations: {}

service:
type: ClusterIP
annotations: {}
labels: {}

resources:
# We usually recommend not to specify default resources and to leave this as a
Expand Down
7 changes: 5 additions & 2 deletions charts/operator-wandb/charts/parquet/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ extraEnvFrom: {}

extraCors: []

common: {}
common:
labels: {}
deployment: {}
cronJob:
exportHistoryToParquet:
enabled: false
enabled: false
schedule: "11 * * * *"
serviceAccount: {}
clusterRole: {}
Expand All @@ -34,6 +35,8 @@ pod:
runAsGroup: 0
fsGroup: 0
fsGroupChangePolicy: "OnRootMismatch"
labels: {}
annotations: {}

resources:
# We usually recommend not to specify default resources and to leave this as a
Expand Down
6 changes: 3 additions & 3 deletions charts/operator-wandb/charts/prometheus/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ dependencies:
version: 0.1.0
- name: prometheus
repository: https://prometheus-community.github.io/helm-charts
version: 24.3.0
digest: sha256:994f055ee854342ab09c0a12f39dc4b0e03619c87c5e8642c58add7c34a93785
generated: "2023-09-05T20:41:27.815758-04:00"
version: 24.5.0
digest: sha256:656620daff26192f9edcf998ebb43a0fbb7e307936795649f24ec578fd0e1bcf
generated: "2024-03-19T11:04:25.960864-05:00"
7 changes: 4 additions & 3 deletions charts/operator-wandb/charts/weave/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ extraEnvFrom: {}

extraCors: []

common: {}
common:
labels: {}
deployment: {}
serviceAccount: {}
clusterRole: {}
Expand Down Expand Up @@ -44,8 +45,8 @@ resources:
limits:
cpu: 4000m
memory: 16Gi

cache:
intervalInHours: 24
size: 20Gi
medium: ""
medium: ""
Empty file modified helm-dep-build.sh
100644 → 100755
Empty file.

0 comments on commit ab4e17b

Please sign in to comment.