Skip to content

Commit

Permalink
revert operator
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasferrandiz committed Sep 22, 2023
1 parent 7ec9a48 commit 06330fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/rke/templates/templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ var TemplateIntroducedRanges = map[string][]string{
func LoadK8sVersionedTemplates() map[string]map[string]string {
return map[string]map[string]string{
kdm.Calico: {
">=1.27.0-rancher1-1": tigeraoperatorv3261,
">=1.27.0-rancher1-1": calicov3261,
">=1.26.0-rancher1-1 <1.27.0-rancher1": calicov3261, //TODO_TF: only for tests, REVERT
">=1.25.0-rancher1-1 <1.26.0-rancher1-1": calicov3241,
">=1.24.10-rancher1-1 <1.25.0-rancher1-1": calicov3225Rancher2,
Expand Down

0 comments on commit 06330fe

Please sign in to comment.