-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathvalues.yaml
67 lines (58 loc) · 1.62 KB
/
values.yaml
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
global:
# it's important that the `url` is the first key and `charts` is right below, otherwise renovate won't detect it
helmRepositories:
cilium:
url: https://helm.cilium.io
charts:
cilium: 1.x.x
condition: '{{ eq (include "t8s-cluster.cni" .) "cilium" }}'
nvidia:
url: https://helm.ngc.nvidia.com/nvidia
charts:
gpu-operator: 24.x
condition: '{{ include "t8s-cluster.hasGPUNodes" (dict "context" $) }}'
cloud-provider-openstack:
url: https://kubernetes.github.io/cloud-provider-openstack
cetic:
url: https://cetic.github.io/helm-charts
etcd:
image:
registry: registry.k8s.io
repository: etcd
tag: 3.5.16-0@sha256:c6a9d11cc5c04b114ccdef39a9265eeef818e3d02f5359be035ae784097fdec5
kubectl:
image:
registry: docker.io
repository: bitnami/kubectl
tag: 1.31.2-debian-12-r3@sha256:45e7c7a9d120f93e9b66b689c63896ff87bb5b4d73b1203a0636d09e1219c879
injectedCertificateAuthorities: ""
kubeletExtraConfig:
# This is only used when using 1.27 or later
maxParallelImagePulls: 4
metadata:
serviceLevelAgreement: None
supportProjectUrl: ""
configGroupUrl: ""
remarks: ""
friendlyName: ""
controlPlane:
hosted: false
flavor: standard.2.1905
singleNode: false
allowedCIDRs: []
version:
major: 1
minor: 25
patch: 0
nodePools: {}
additionalComputePlaneSecurityGroups: []
bastion:
enabled: false
availabilityZone: null
sshKeyName: null
containerRegistryMirror:
additionallyMirroredRegistries: []
mirrorEndpoint: https://mirror.teuto.net
sshKeyName: null
cni: auto
openstackImageNamePrefix: ""