Skip to content

Commit

Permalink
Add: missing file
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Lamirault <[email protected]>
  • Loading branch information
nlamirault committed Nov 19, 2023
1 parent dda0cb3 commit ea07dcc
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .github/ct.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Copyright (C) Nicolas Lamirault <[email protected]>
#
# 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.
#
# SPDX-License-Identifier: Apache-2.0

---
# See https://github.com/helm/chart-testing#configuration
remote: origin
target-branch: master
chart-dirs:
- charts
chart-repos:
# - stable=https://charts.helm.sh/stable
- prometheus-community=https://prometheus-community.github.io/helm-charts
- banzaicloud=https://kubernetes-charts.banzaicloud.com
- kyverno=https://kyverno.github.io/kyverno/
- crossplane-stable=https://charts.crossplane.io/stable
helm-extra-args: --timeout 600s
# excluded-charts:
# If not running on GCE, will error: "Failed to get GCE config"
# - xxxxxx
# check-version-increment: false
debug: true
release-notes-file: CHANGELOG.md

# validate-maintainers: false
# validate-chart-schema: true
validate-yaml: true
check-version-increment: true
upgrade: true
skip-missing-values: true

0 comments on commit ea07dcc

Please sign in to comment.