From a9327309c4f00e2a30534215ce46ba0f4b06973d Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Fri, 6 Nov 2020 11:07:40 +0100 Subject: [PATCH] Make all deploy scripts executable --- charts/cert-manager/deploy.sh | 0 charts/minio/deploy.sh | 0 charts/prometheus/deploy.sh | 0 charts/sentry/deploy.sh | 0 charts/seq/deploy.sh | 0 5 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 charts/cert-manager/deploy.sh mode change 100644 => 100755 charts/minio/deploy.sh mode change 100644 => 100755 charts/prometheus/deploy.sh mode change 100644 => 100755 charts/sentry/deploy.sh mode change 100644 => 100755 charts/seq/deploy.sh diff --git a/charts/cert-manager/deploy.sh b/charts/cert-manager/deploy.sh old mode 100644 new mode 100755 diff --git a/charts/minio/deploy.sh b/charts/minio/deploy.sh old mode 100644 new mode 100755 diff --git a/charts/prometheus/deploy.sh b/charts/prometheus/deploy.sh old mode 100644 new mode 100755 diff --git a/charts/sentry/deploy.sh b/charts/sentry/deploy.sh old mode 100644 new mode 100755 diff --git a/charts/seq/deploy.sh b/charts/seq/deploy.sh old mode 100644 new mode 100755