Test custom-built nodetemplate
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
6c9a8e4abd
commit
75e2250a50
@ -94,11 +94,12 @@ components:
|
|||||||
version:
|
version:
|
||||||
calico: v3.25.0
|
calico: v3.25.0
|
||||||
# k8s: v1.25.5
|
# k8s: v1.25.5
|
||||||
k8s: v1.23.5
|
k8s: v1.23.15
|
||||||
node_template:
|
node_template:
|
||||||
# Refer to `https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/blob/main/README.md#kubernetes-versions-with-published-ovas` for a list of supported node templates
|
# Refer to `https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/blob/main/README.md#kubernetes-versions-with-published-ovas` for a list of supported node templates
|
||||||
# url: https://storage.googleapis.com/capv-templates/v1.25.5/ubuntu-2004-kube-v1.25.5.ova
|
# url: https://storage.googleapis.com/capv-templates/v1.25.5/ubuntu-2004-kube-v1.25.5.ova
|
||||||
url: https://storage.googleapis.com/capv-images/release/v1.23.5/ubuntu-2004-kube-v1.23.5.ova
|
# url: https://storage.googleapis.com/capv-images/release/v1.23.5/ubuntu-2004-kube-v1.23.5.ova
|
||||||
|
url: https://{{ repo_username }}:{{ repo_password }}@sn.itch.fyi/Repository/rel/ubuntu-2204-kube-v1.23.15.ova
|
||||||
|
|
||||||
dex:
|
dex:
|
||||||
helm:
|
helm:
|
||||||
|
@ -36,9 +36,9 @@ build {
|
|||||||
use_proxy = "false"
|
use_proxy = "false"
|
||||||
extra_arguments = [
|
extra_arguments = [
|
||||||
"--extra-vars", "appliancetype=${source.name}",
|
"--extra-vars", "appliancetype=${source.name}",
|
||||||
"--extra-vars", "ansible_ssh_pass=${var.ssh_password}"//,
|
"--extra-vars", "ansible_ssh_pass=${var.ssh_password}",
|
||||||
// "--extra-vars", "repo_username=${var.repo_username}",
|
"--extra-vars", "repo_username=${var.repo_username}",
|
||||||
// "--extra-vars", "repo_password=${var.repo_password}"
|
"--extra-vars", "repo_password=${var.repo_password}"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user