Skip to content
Merged
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
6 changes: 3 additions & 3 deletions charts/ctrlplane/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies:
version: 0.1.6
- name: otel
repository: file://charts/otel
version: 0.2.3
version: 0.2.4
- name: wandb-base
repository: https://charts.wandb.ai
version: 0.11.11
Expand All @@ -14,5 +14,5 @@ dependencies:
- name: wandb-base
repository: https://charts.wandb.ai
version: 0.11.11
digest: sha256:72e6062b790e1d667365e54d31762af5ae4a16cddb4422a697843329ef6863a0
generated: "2026-05-11T10:43:19.537489-05:00"
digest: sha256:197bab84c00caf3fc6f5bfff19687da5f658abdd45c1938dfcd78bb0f1595770
generated: "2026-05-11T14:35:47.343908-05:00"
2 changes: 1 addition & 1 deletion charts/ctrlplane/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: ctrlplane
description: Ctrlplane Helm chart for Kubernetes
type: application
version: 1.1.4
version: 1.1.5
appVersion: 1.0.0

maintainers:
Expand Down
4 changes: 2 additions & 2 deletions charts/ctrlplane/charts/otel/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: otel
type: application
description: A Helm chart for Kubernetes

version: 0.2.3
appVersion: "0.109.0"
version: 0.2.4
appVersion: "0.126.0"
2 changes: 1 addition & 1 deletion charts/ctrlplane/charts/otel/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ presets:

image:
repository: otel/opentelemetry-collector-contrib
tag: 0.112.0
tag: 0.126.0
pullPolicy: IfNotPresent
# pullSecrets: []

Expand Down
Loading