From 538dca97e0115b56c2b04155a7a15892d016f001 Mon Sep 17 00:00:00 2001 From: Valentin Mihov Date: Thu, 28 Dec 2017 17:30:35 +0200 Subject: [PATCH] Delete jobs using kubectl, not helm (#3176) * Delete jobs using kubectl, not helm The jobs should be deleted using `kubectl` not `helm`. * Updated version --- stable/sentry/Chart.yaml | 2 +- stable/sentry/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/sentry/Chart.yaml b/stable/sentry/Chart.yaml index 02dacd1130..8191ad765b 100644 --- a/stable/sentry/Chart.yaml +++ b/stable/sentry/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: Sentry is a cross-platform crash reporting and aggregation platform. name: sentry -version: 0.1.6 +version: 0.1.7 appVersion: 8.17 keywords: - debugging diff --git a/stable/sentry/README.md b/stable/sentry/README.md index 454a76d5b2..c9099c499d 100644 --- a/stable/sentry/README.md +++ b/stable/sentry/README.md @@ -48,7 +48,7 @@ The command removes all the Kubernetes components associated with the chart and > **Warning**: Jobs are not deleted automatically. They need to be manually deleted ```consule -$ helm delete job/sentry-db-init job/sentry-user-create +$ kubectl delete job/sentry-db-init job/sentry-user-create ``` ## Configuration