1f5e3ad8c7
The existing metacontroller chart conditionally only renders the CRDs if the metacontroller does not exist. This creates an oscillatory effect every time the chart is upgraded - if CRDs are present, then they will be removed, and if they are absent, they will be installed. This change removes the metacontroller.k8s.io/v1alpha1 capabilities check, and relies on the values.yaml option 'manifests.crds' only to decide whether or not to render the CRDs. In an upgrade, tiller should do the right thing based on whether the CRDs need updating. Change-Id: I683c9e5695b7fcdddc8b6ef8622cddb96797111c
28 lines
853 B
YAML
28 lines
853 B
YAML
# 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.
|
|
|
|
---
|
|
apiVersion: v1
|
|
appVersion: v0.4.2
|
|
description: A Helm chart for Metacontroller
|
|
name: metacontroller
|
|
version: 0.1.2
|
|
home: https://metacontroller.app/
|
|
keywords:
|
|
- CRDs
|
|
- metacontroller
|
|
sources:
|
|
- https://github.com/GoogleCloudPlatform/metacontroller
|
|
maintainers:
|
|
- name: OpenStack-Helm Authors
|
|
...
|