mirror of https://git.rancher.io/charts
69 lines
2.2 KiB
YAML
69 lines
2.2 KiB
YAML
|
vCenter:
|
||
|
host: ""
|
||
|
port: 443
|
||
|
insecureFlag: true
|
||
|
datacenters: ""
|
||
|
username: ""
|
||
|
password: ""
|
||
|
credentialsSecret:
|
||
|
name: "vsphere-cpi-creds"
|
||
|
generate: true
|
||
|
|
||
|
# vSphere Tags used to determine the zone and region of a Kubernetes node. This labels will be propagated to NodeLabels
|
||
|
labels:
|
||
|
region: "k8s-region"
|
||
|
zone: "k8s-zone"
|
||
|
generate: false
|
||
|
|
||
|
# A list of Semver constraint strings (defined by https://github.com/Masterminds/semver) and values.yaml overrides.
|
||
|
#
|
||
|
# For each key in versionOverrides, this chart will check to see if the current Kubernetes cluster's version matches
|
||
|
# any of the semver constraints provided as keys on the map.
|
||
|
#
|
||
|
# On seeing a match, the default value for each values.yaml field overridden will be updated with the new value.
|
||
|
#
|
||
|
# If multiple matches are encountered (due to overlapping semver ranges), the matches will be applied in order.
|
||
|
#
|
||
|
# Notes:
|
||
|
# - On running a helm template, Helm uses the `.Capabilities.APIVersion` of whatever
|
||
|
# Kubernetes release that version of Helm was built against.
|
||
|
# - On running a helm install --dry-run, the correct kubeVersion should be chosen.
|
||
|
#
|
||
|
# Supported versions can be found at:
|
||
|
# https://github.com/kubernetes/cloud-provider-vsphere#compatibility-with-kubernetes
|
||
|
versionOverrides:
|
||
|
- constraint: "~ 1.30"
|
||
|
values:
|
||
|
cloudControllerManager:
|
||
|
repository: rancher/mirrored-cloud-provider-vsphere-cpi-release-manager
|
||
|
tag: v1.30.1
|
||
|
- constraint: "~ 1.29"
|
||
|
values:
|
||
|
cloudControllerManager:
|
||
|
repository: rancher/mirrored-cloud-provider-vsphere-cpi-release-manager
|
||
|
tag: v1.29.0
|
||
|
- constraint: "~ 1.28"
|
||
|
values:
|
||
|
cloudControllerManager:
|
||
|
repository: rancher/mirrored-cloud-provider-vsphere-cpi-release-manager
|
||
|
tag: v1.28.0
|
||
|
- constraint: "~ 1.27"
|
||
|
values:
|
||
|
cloudControllerManager:
|
||
|
repository: rancher/mirrored-cloud-provider-vsphere-cpi-release-manager
|
||
|
tag: v1.27.0
|
||
|
|
||
|
cloudControllerManager:
|
||
|
repository: rancher/mirrored-cloud-provider-vsphere-cpi-release-manager
|
||
|
tag: latest
|
||
|
nodeSelector: {}
|
||
|
tolerations: []
|
||
|
## Optional additional labels to add to pods
|
||
|
podLabels: {}
|
||
|
rbac:
|
||
|
enabled: true
|
||
|
|
||
|
global:
|
||
|
cattle:
|
||
|
systemDefaultRegistry: ""
|