|
3 | 3 | This is part of the image update automation, as outlined in |
4 | 4 |
|
5 | 5 | - [this post](https://squaremo.dev/posts/gitops-controllers/); and refined in |
6 | | - - [this design](https://github.com/squaremo/image-reflector-controller/pull/5) |
| 6 | + - [this design](https://github.com/fluxcd/image-reflector-controller/pull/5) |
7 | 7 |
|
8 | 8 | Its sibling repository |
9 | | -[image-reflector-controller](https://github.com/squaremo/image-reflector-controller) |
| 9 | +[image-reflector-controller](https://github.com/fluxcd/image-reflector-controller) |
10 | 10 | implements the image metadata reflection controller (scans container |
11 | 11 | image repositories and reflects the metadata in Kubernetes resources); |
12 | 12 | this repository implements the image update automation controller. |
@@ -40,13 +40,13 @@ This controller relies on the image reflector controller. A working |
40 | 40 | configuration for the latter can be applied straight from the GitHub |
41 | 41 | repository (NB `-k`): |
42 | 42 |
|
43 | | - kubectl apply -k github.com/squaremo/image-reflector-controller/config/default |
| 43 | + kubectl apply -k github.com/fluxcd/image-reflector-controller/config/default |
44 | 44 |
|
45 | 45 | ### Installing the automation controller |
46 | 46 |
|
47 | 47 | You can apply a working configuration directly from GitHub: |
48 | 48 |
|
49 | | - kubectl apply -k github.com/squaremo/image-automation-controller/config/default |
| 49 | + kubectl apply -k github.com/fluxcd/image-automation-controller/config/default |
50 | 50 |
|
51 | 51 | or, in a clone of this repository, |
52 | 52 |
|
@@ -221,7 +221,7 @@ given by the image policy. Here's an example, [from my own |
221 | 221 | repository][squaremo-auto-commit]. |
222 | 222 |
|
223 | 223 | [source-controller]: https://github.com/fluxcd/source-controller |
224 | | -[image-reflector]: https://github.com/squaremo/image-reflector-controller |
| 224 | +[image-reflector]: https://github.com/fluxcd/image-reflector-controller |
225 | 225 | [gotk]: https://toolkit.fluxcd.io |
226 | 226 | [cuttlefacts-app-repo]: https://github.com/cuttlefacts/cuttlefacts-app |
227 | 227 | [github-fingerprints]: https://docs.github.com/en/github/authenticating-to-github/githubs-ssh-key-fingerprints |
|
0 commit comments