File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ type VersionBundle struct {
46
46
MulticlusterControlplane string
47
47
}
48
48
49
- var defaultBundleVersion = "0.13.2 "
49
+ var defaultBundleVersion = "0.13.3 "
50
50
51
51
func GetDefaultBundleVersion () string {
52
52
return defaultBundleVersion
@@ -138,6 +138,17 @@ func GetVersionBundle(version string) (VersionBundle, error) {
138
138
MulticlusterControlplane : "v0.4.0" ,
139
139
}
140
140
141
+ versionBundleList ["0.13.3" ] = VersionBundle {
142
+ Registration : "v0.13.3" ,
143
+ Placement : "v0.13.3" ,
144
+ Work : "v0.13.3" ,
145
+ Operator : "v0.13.3" ,
146
+ AddonManager : "v0.13.3" ,
147
+ AppAddon : "v0.13.0" ,
148
+ PolicyAddon : "v0.13.0" ,
149
+ MulticlusterControlplane : "v0.4.0" ,
150
+ }
151
+
141
152
// default
142
153
versionBundleList ["default" ] = versionBundleList [defaultBundleVersion ]
143
154
You can’t perform that action at this time.
0 commit comments