From a3ba26edd31a98ed86206680d053d98c79b1e286 Mon Sep 17 00:00:00 2001 From: Aditya Choudhari Date: Tue, 18 Nov 2025 13:58:44 -0800 Subject: [PATCH 1/2] chore: change otel deployment to daemonset --- .../templates/{deployment.yaml => daemonset.yaml} | 11 +++++------ charts/ctrlplane/charts/otel/values.yaml | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) rename charts/ctrlplane/charts/otel/templates/{deployment.yaml => daemonset.yaml} (91%) diff --git a/charts/ctrlplane/charts/otel/templates/deployment.yaml b/charts/ctrlplane/charts/otel/templates/daemonset.yaml similarity index 91% rename from charts/ctrlplane/charts/otel/templates/deployment.yaml rename to charts/ctrlplane/charts/otel/templates/daemonset.yaml index faaf52f..918d0a9 100644 --- a/charts/ctrlplane/charts/otel/templates/deployment.yaml +++ b/charts/ctrlplane/charts/otel/templates/daemonset.yaml @@ -1,18 +1,17 @@ apiVersion: apps/v1 -kind: Deployment +kind: DaemonSet metadata: name: {{ include "otel.fullname" . }} labels: {{- include "otel.labels" . | nindent 4 }} - {{- if .Values.deployment.labels -}} - {{- toYaml .Values.deployment.labels | nindent 4 }} + {{- if .Values.daemonset.labels -}} + {{- toYaml .Values.daemonset.labels | nindent 4 }} {{- end }} annotations: - {{- if .Values.deployment.annotations -}} - {{- toYaml .Values.deployment.annotations | nindent 4 }} + {{- if .Values.daemonset.annotations -}} + {{- toYaml .Values.daemonset.annotations | nindent 4 }} {{- end }} spec: - replicas: 1 selector: matchLabels: {{- include "ctrlplane.selectorLabels" $ | nindent 6 }} diff --git a/charts/ctrlplane/charts/otel/values.yaml b/charts/ctrlplane/charts/otel/values.yaml index e7234ec..7584592 100644 --- a/charts/ctrlplane/charts/otel/values.yaml +++ b/charts/ctrlplane/charts/otel/values.yaml @@ -50,7 +50,7 @@ common: labels: {} annotations: {} -deployment: +daemonset: labels: {} annotations: {} From ce1628fbc3b069386e580f34dd1bc3ad8268b3e3 Mon Sep 17 00:00:00 2001 From: Aditya Choudhari Date: Tue, 18 Nov 2025 14:02:36 -0800 Subject: [PATCH 2/2] bump chart version --- charts/ctrlplane/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/ctrlplane/Chart.yaml b/charts/ctrlplane/Chart.yaml index a3aeca9..844cc01 100644 --- a/charts/ctrlplane/Chart.yaml +++ b/charts/ctrlplane/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: ctrlplane description: Ctrlplane Helm chart for Kubernetes type: application -version: 0.7.1 +version: 0.8.0 appVersion: "1.0.0" maintainers: