Commit 633db0f
Making ImagePullPolicy in NMC optional
Currently ImagePullPolicy has a kubebuilder instruction for default
value, which automatically makes it a required field. In previous
version, this field was optional, meaning: when upgrading KMM operator,
the upgrade will fail , since NMC object will be missing the required
field
This commit keep the default value, but makes this field optional, in
order to solve the upgrade issue1 parent e63298a commit 633db0f
File tree
2 files changed
+1
-2
lines changed- api/v1beta1
- config/crd/bases
2 files changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
198 | 197 | | |
199 | 198 | | |
200 | 199 | | |
| |||
384 | 383 | | |
385 | 384 | | |
386 | 385 | | |
387 | | - | |
388 | 386 | | |
389 | 387 | | |
390 | 388 | | |
| |||
0 commit comments