From 646e0882d71fcd8aa3bf476a80476542d021db51 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Wed, 23 Oct 2024 19:40:27 +0200 Subject: [PATCH] fix(spegel): ensure its a daemonset --- charts/incubator/spegel/Chart.yaml | 2 +- charts/incubator/spegel/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/incubator/spegel/Chart.yaml b/charts/incubator/spegel/Chart.yaml index f00d93648f1..7a64e7c60eb 100644 --- a/charts/incubator/spegel/Chart.yaml +++ b/charts/incubator/spegel/Chart.yaml @@ -30,4 +30,4 @@ name: spegel sources: - https://github.com/truecharts/charts/tree/master/charts/system/spegel type: application -version: 2.0.3 +version: 2.0.4 diff --git a/charts/incubator/spegel/values.yaml b/charts/incubator/spegel/values.yaml index c0f079bbe63..c373d245ca6 100644 --- a/charts/incubator/spegel/values.yaml +++ b/charts/incubator/spegel/values.yaml @@ -36,8 +36,8 @@ service: workload: main: + type: DaemonSet podSpec: - type: DaemonSet initContainers: configuration: enabled: true