From 99a8f91bc3daaa88a9daf8f1420be652474af76f Mon Sep 17 00:00:00 2001 From: Philip Thompson Date: Tue, 24 Oct 2023 08:29:47 -0400 Subject: [PATCH] Fix chart to set deletionTimeout value actually read by config.go (#799) --- chart/Chart.yaml | 2 +- chart/templates/configmap.yaml | 2 +- chart/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 757d2fccf..47b8b268f 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -5,4 +5,4 @@ apiVersion: v2 name: chaos-controller description: Datadog Chaos Controller chart -version: 2.6.0 +version: 2.6.1 diff --git a/chart/templates/configmap.yaml b/chart/templates/configmap.yaml index 1b7d5c7dc..65c0251fc 100644 --- a/chart/templates/configmap.yaml +++ b/chart/templates/configmap.yaml @@ -60,7 +60,7 @@ data: clusterThreshold: {{ .Values.controller.safeMode.clusterThreshold }} disruptionCronEnabled: {{ .Values.controller.disruptionCronEnabled }} disruptionRolloutEnabled: {{ .Values.controller.disruptionRolloutEnabled }} - disruptionDeleteTimeout: {{ .Values.controller.disruptionDeleteTimeout }} + disruptionDeletionTimeout: {{ .Values.controller.disruptionDeletionTimeout }} injector: image: {{ template "chaos-controller.format-image" deepCopy .Values.global.chaos.defaultImage | merge .Values.global.oci | merge .Values.injector.image }} imagePullSecrets: {{ .Values.injector.image.pullSecrets }} diff --git a/chart/values.yaml b/chart/values.yaml index a287b77b4..c76ca9dae 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -74,7 +74,7 @@ controller: ephemeralStorage: 1Gi disruptionCronEnabled: true disruptionRolloutEnabled: false - disruptionDeleteTimeout: 15m # The duration after which a disruption will be marked as "stuck on removal" if its removal process exceeds this duration. + disruptionDeletionTimeout: 15m # The duration after which a disruption will be marked as "stuck on removal" if its removal process exceeds this duration. injector: image: