From 5fcb0e3d105d207beb77d9166423511620ed941b Mon Sep 17 00:00:00 2001
From: Tin Lam <tin@irrational.io>
Date: Tue, 6 Jun 2017 11:43:25 -0500
Subject: [PATCH] Remove executable flag from Chart.yaml

TrivialFix: Some Chart.yaml's have permission 755; this patchset changes
that to 644 and be consistent with other yaml files.

Change-Id: I6453f91f0cd22330259bf24be9d4c331f2769ec2
---
 bootstrap/Chart.yaml    | 0
 ceph/Chart.yaml         | 0
 helm-toolkit/Chart.yaml | 0
 rabbitmq/Chart.yaml     | 0
 4 files changed, 0 insertions(+), 0 deletions(-)
 mode change 100755 => 100644 bootstrap/Chart.yaml
 mode change 100755 => 100644 ceph/Chart.yaml
 mode change 100755 => 100644 helm-toolkit/Chart.yaml
 mode change 100755 => 100644 rabbitmq/Chart.yaml

diff --git a/bootstrap/Chart.yaml b/bootstrap/Chart.yaml
old mode 100755
new mode 100644
diff --git a/ceph/Chart.yaml b/ceph/Chart.yaml
old mode 100755
new mode 100644
diff --git a/helm-toolkit/Chart.yaml b/helm-toolkit/Chart.yaml
old mode 100755
new mode 100644
diff --git a/rabbitmq/Chart.yaml b/rabbitmq/Chart.yaml
old mode 100755
new mode 100644