From 3b0c832696751bdecb9ed802779a909bc944318f Mon Sep 17 00:00:00 2001 From: Marius Kimmina Date: Thu, 12 Dec 2024 09:42:22 +0100 Subject: [PATCH] feat: separate helm chart for CRDs Signed-off-by: Marius Kimmina --- charts/k6-crds/templates/_helpers.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/k6-crds/templates/_helpers.tpl b/charts/k6-crds/templates/_helpers.tpl index 96202394..9b197671 100644 --- a/charts/k6-crds/templates/_helpers.tpl +++ b/charts/k6-crds/templates/_helpers.tpl @@ -2,7 +2,7 @@ Common labels */}} {{- define "k6-crds.labels" -}} -helm.sh/chart: {{ include "k6-operator.chart" . }} +helm.sh/chart: {{ include "k6-crds.chart" . }} {{ include "k6-crds.selectorLabels" . }} {{- if .Chart.AppVersion }} app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}