Commit 25abd33
committed
config: default to latest samba operator image
Since using the Operator SDK to create the initial kustomization files
we've defaulted to 'controller:latest' in the base yamls. However, this
means one *must* use kustomize to set the image to something. Typically,
we've been doing this using the Makefile.
However, now that we've well established that the canonical image for
the operator is at 'quay.io/samba.org/samba-operator' there's really no
need to require the image to be overridden. Update the manager base
YAML to default to the canonical operator image repo - and update the
makefile to match.
Signed-off-by: John Mulligan <[email protected]>1 parent 6530829 commit 25abd33
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments