aaec69bebe
This creates the initial miniMirror chart with the following k8s objects: - deployment - service - ingress This adds new tests to the airship-utils check gate related to Helm charts: - helm lint - helm package - helm install Change-Id: I6f5a3edcd66c3386fbab3b87c421b96f7198fdf1
20 lines
763 B
YAML
20 lines
763 B
YAML
# Copyright 2017 The Openstack-Helm Authors.
|
|
# Copyright (c) 2018 AT&T Intellectual Property. All rights reserved.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
dependencies:
|
|
- name: helm-toolkit
|
|
repository: http://localhost:8879/charts
|
|
version: 0.1.0
|