From dccd47598c19d4085c39a41c40b63478ea3a7757 Mon Sep 17 00:00:00 2001 From: SeongChan Lee Date: Wed, 15 Jun 2022 21:21:20 +0900 Subject: [PATCH] Bump chart version to 0.0.11 --- charts/pod-graceful-drain/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/pod-graceful-drain/Chart.yaml b/charts/pod-graceful-drain/Chart.yaml index ff8ca03..5fc1e07 100644 --- a/charts/pod-graceful-drain/Chart.yaml +++ b/charts/pod-graceful-drain/Chart.yaml @@ -3,5 +3,5 @@ name: pod-graceful-drain description: | You don't need `lifecycle: { preStop: { exec: { command: ["sleep", "30"] } } }` type: application -version: 0.0.10 +version: 0.0.11 appVersion: "v0.0.8"