Skip to content

Commit 7f0cfd0

Browse files
committed
Update default spiderpool version in manifests.yaml to v1.1.1 for improved compatibility
Signed-off-by: redscholar <blacktiledhouse@gmail.com>
1 parent 2add32d commit 7f0cfd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/core/roles/defaults/templates/manifests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ download:
725725
{{- end }}
726726
{{- end }}
727727
{{- if .download.cni.multi_cni | has "spiderpool" }}
728-
{{- range .download.cni.spiderpool_version | default $default_spiderpool_version }}
728+
{{- range .download.cni.spiderpool_version | default (list "v1.1.1") }}
729729
## CNI/spiderpool-{{ . }}
730730
{{- range index $.download.images "spiderpool/spiderpool" . }}
731731
- {{ if $.download.images.registry | empty | not }}{{ $.download.images.registry }}/{{ slice (. | splitList "/") 1 | join "/" }}{{ else }}{{ . }}{{ end }}

0 commit comments

Comments
 (0)