From d043dc80be6de33381506530acfca5ad1a3cfb6c Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 27 Apr 2026 14:00:39 -0500 Subject: [PATCH] feat: rename controller --- clusters/cl01tl/helm/stalwart/values.yaml | 1 + clusters/cl01tl/helm/tubearchivist/values.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/clusters/cl01tl/helm/stalwart/values.yaml b/clusters/cl01tl/helm/stalwart/values.yaml index 93fd692a5..737934b51 100644 --- a/clusters/cl01tl/helm/stalwart/values.yaml +++ b/clusters/cl01tl/helm/stalwart/values.yaml @@ -1,6 +1,7 @@ stalwart: controllers: main: + forceRename: stalwart type: deployment replicas: 1 strategy: Recreate diff --git a/clusters/cl01tl/helm/tubearchivist/values.yaml b/clusters/cl01tl/helm/tubearchivist/values.yaml index 5fb2e80ee..a9351b6cc 100644 --- a/clusters/cl01tl/helm/tubearchivist/values.yaml +++ b/clusters/cl01tl/helm/tubearchivist/values.yaml @@ -1,6 +1,7 @@ tubearchivist: controllers: main: + forceRename: stalwart type: deployment replicas: 1 strategy: Recreate