Commit ffa66d5
committed
OCPBUGS-57339: Use floating tag for controller image
This commit changes the strategy used to reference the controller image
in the operator's deployment manifest. The `latest` floating tag is now
used to avoid issues with older mirrored images being removed.
Since these manifests are used only in CI presubmits, there is no risk
of breaking future releases, which will have pinned versions (SHA256
digests) for all images.1 parent be93d7f commit ffa66d5
2 files changed
Lines changed: 4 additions & 4 deletions
File tree
- bundle/manifests
- config/manager
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
290 | | - | |
| 290 | + | |
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
81 | | - | |
82 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
0 commit comments