We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2add32d commit 7f0cfd0Copy full SHA for 7f0cfd0
builtin/core/roles/defaults/templates/manifests.yaml
@@ -725,7 +725,7 @@ download:
725
{{- end }}
726
727
{{- if .download.cni.multi_cni | has "spiderpool" }}
728
- {{- range .download.cni.spiderpool_version | default $default_spiderpool_version }}
+ {{- range .download.cni.spiderpool_version | default (list "v1.1.1") }}
729
## CNI/spiderpool-{{ . }}
730
{{- range index $.download.images "spiderpool/spiderpool" . }}
731
- {{ if $.download.images.registry | empty | not }}{{ $.download.images.registry }}/{{ slice (. | splitList "/") 1 | join "/" }}{{ else }}{{ . }}{{ end }}
0 commit comments