-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.settings.yaml
More file actions
73 lines (64 loc) · 1.8 KB
/
.settings.yaml
File metadata and controls
73 lines (64 loc) · 1.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# Copyright (c) 2026, NVIDIA CORPORATION. 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.
# Language Versions
languages:
go: '1.26.1'
# Build Tools
build_tools:
goreleaser: 'v2'
ko: 'v0.18.0'
crane: 'v0.21.0'
git_cliff: '2.12.0'
# Linting
linting:
golangci_lint: 'v2.10.1'
yamllint: '1.38.0'
addlicense: 'v1.1.1'
go_licenses: 'v1.6.0'
# Security Tools
security_tools:
grype: 'v0.107.0'
cosign: 'v3.0.4'
syft: 'v1.42.2'
# E2E Testing Tools
testing_tools:
kubectl: 'v1.35.0'
kind: '0.31.0'
ctlptl: '0.9.0'
tilt: '0.37.0'
helm: 'v4.1.1'
kwok: 'v0.7.0'
chainsaw: 'v0.2.14'
chainsaw_checksums:
linux_amd64: 'f2f4a3f9a541d65db12f5c910950758f7d56fae20ad5b1272cdc271c9568443e'
linux_arm64: 'b6494b71e490ab825890fc12cc575de7f59bfa637d5cfe73c66987e4454e397c'
darwin_amd64: '983ce0e4ff32a2112481833d7be4e0a0f0530fadba630fa93d3a635539bc1db0'
darwin_arm64: 'ff806554a15e12faca08b54d373a61e27808f40c34208248924f7b71a301f786'
yq: 'v4.52.4'
karpenter: 'v1.8.0'
# Quality Thresholds
quality:
coverage_threshold: '70'
lint_timeout: '10m'
test_timeout: '10m'
# Build Configuration
build:
image_registry: 'ghcr.io/nvidia'
# Documentation Tools
docs_tools:
hugo: '0.155.3'
node: '22'
# Testing Configuration
testing:
kind_node_image: 'kindest/node:v1.32.0'