From dbbed102a304489e3e60894ccaf3478c1cd6f756 Mon Sep 17 00:00:00 2001 From: Derek Roberts Date: Sun, 27 Apr 2025 19:36:26 -0700 Subject: [PATCH] chore(ci): disable atomic deployments --- .github/workflows/.deployer.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/.deployer.yml b/.github/workflows/.deployer.yml index ebe0c024b..282b30f36 100644 --- a/.github/workflows/.deployer.yml +++ b/.github/workflows/.deployer.yml @@ -9,9 +9,9 @@ on: ### Typical / recommended atomic: description: Atomic deployment? That means fail all or nothing - default: true + default: false required: false - type: string + type: boolean directory: description: Chart directory default: 'charts/app'