From b500d695915fbfc5d66ef2c9ca61662f88af1dd0 Mon Sep 17 00:00:00 2001 From: Bjoern Teipel Date: Tue, 12 Nov 2019 11:26:24 -0600 Subject: [PATCH] Fxing lint errors for Helm 2.16 This commit fixes helm lint errors when linting against the recent helm version. Change-Id: I2a940ad1cea406ba923519cd5be188ee1bc409aa --- ingress/Chart.yaml | 1 + kibana/Chart.yaml | 1 + kubernetes-keystone-webhook/Chart.yaml | 1 + nagios/Chart.yaml | 1 + registry/Chart.yaml | 1 + 5 files changed, 5 insertions(+) diff --git a/ingress/Chart.yaml b/ingress/Chart.yaml index 70d7467a9..a9030e2a5 100644 --- a/ingress/Chart.yaml +++ b/ingress/Chart.yaml @@ -12,6 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. +apiVersion: v1 description: OpenStack-Helm Ingress Controller name: ingress version: 0.1.0 diff --git a/kibana/Chart.yaml b/kibana/Chart.yaml index c5c041083..356f13161 100644 --- a/kibana/Chart.yaml +++ b/kibana/Chart.yaml @@ -13,6 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. +apiVersion: v1 description: OpenStack-Helm Kibana name: kibana version: 0.1.0 diff --git a/kubernetes-keystone-webhook/Chart.yaml b/kubernetes-keystone-webhook/Chart.yaml index 3f986991f..69b492bad 100644 --- a/kubernetes-keystone-webhook/Chart.yaml +++ b/kubernetes-keystone-webhook/Chart.yaml @@ -13,6 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. +apiVersion: v1 description: OpenStack-Helm Kubernetes keystone webhook name: kubernetes-keystone-webhook version: 0.1.0 diff --git a/nagios/Chart.yaml b/nagios/Chart.yaml index cee1fabdc..7a17ed9cc 100644 --- a/nagios/Chart.yaml +++ b/nagios/Chart.yaml @@ -12,6 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. +apiVersion: v1 description: OpenStack-Helm Nagios name: nagios version: 0.1.0 diff --git a/registry/Chart.yaml b/registry/Chart.yaml index 14b42f95b..29e103d3a 100644 --- a/registry/Chart.yaml +++ b/registry/Chart.yaml @@ -12,6 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. +apiVersion: v1 description: OpenStack-Helm Docker Registry name: registry version: 0.1.0