Skip to content

Commit

Permalink
remove version field that doesn't work together with auto-upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyue-101 committed Dec 3, 2024
1 parent e2d8d1c commit 9023179
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,5 @@ spec:
syncWaitSecs: "20"
syncRev: "HEAD"
secretType: "none"
version: "1.18.1"
management: "MANAGEMENT_AUTOMATIC"

Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
syncWaitSecs: "30"
sourceFormat: hierarchy
management: MANAGEMENT_AUTOMATIC
version: 1.18.2
version: 1.18.1
featureRef:
name: gkehubfeature-full-acm-${uniqueId}
location: global
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1632,7 +1632,7 @@ User-Agent: kcc/controller-manager
"sourceFormat": "hierarchy"
},
"management": "MANAGEMENT_AUTOMATIC",
"version": "1.18.2"
"version": "1.18.1"
}
}
},
Expand Down Expand Up @@ -1708,7 +1708,7 @@ X-Xss-Protection: 0
},
"sourceFormat": "hierarchy"
},
"version": "1.18.2"
"version": "1.18.1"
}
}
},
Expand Down Expand Up @@ -1757,7 +1757,7 @@ X-Xss-Protection: 0
},
"sourceFormat": "hierarchy"
},
"version": "1.18.2"
"version": "1.18.1"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,4 @@ spec:
syncWaitSecs: "30"
syncRev: "264b37c21ef77165d8639d77b23d4ebb8fee053c"
secretType: "none"
version: "1.18.2"
management: "MANAGEMENT_AUTOMATIC"

0 comments on commit 9023179

Please sign in to comment.