From ad80bcc643c6f01eb57337c543b986c99daa191d Mon Sep 17 00:00:00 2001 From: Kingdon Barrett Date: Fri, 11 Feb 2022 07:35:01 -0500 Subject: [PATCH] Add changelog references to image reflector docs Signed-off-by: Kingdon Barrett --- content/en/docs/guides/image-update.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/content/en/docs/guides/image-update.md b/content/en/docs/guides/image-update.md index e0b80ff50..26bcf12f3 100644 --- a/content/en/docs/guides/image-update.md +++ b/content/en/docs/guides/image-update.md @@ -671,8 +671,8 @@ patches: #### Using Native GCP GCR Auto-Login -There is native support for the GCP Google Container Registry available since `image-reflector-controller` [vadd-version](link to changelog) -which was released with Flux release v[add-flux-ver]. This feature is enabled by setting the `--gcp-autologin-for-gcr` +There is native support for the GCP Google Container Registry available since `image-reflector-controller` [v0.16.0][v0.16.0 image reflector changelog] +which was released with Flux release v0.26.0. This feature is enabled by setting the `--gcp-autologin-for-gcr` flag. This works with both clusters that have Workload Identity enabled, and those that use the default service account. This flag can be added by including a patch in the `kustomization.yaml` overlay file in your `flux-system`, similar to the process described in [customize Flux manifests](../installation.md/#customize-flux-manifests): @@ -707,8 +707,8 @@ information about setting up GKE Workload Identity. #### Using Native Azure ACR Auto-Login There is native support for the Azure Container Registry] available since -`image-reflector-controller` [v][] -which was released with Flux release v. This feature is enabled by setting the `--azure-autologin-for-acr` +`image-reflector-controller` [v0.16.0][v0.16.0 image reflector changelog] +which was released with Flux release v0.26.0. This feature is enabled by setting the `--azure-autologin-for-acr` flag, This flag can be added by including a patch in the `kustomization.yaml` overlay file in your `flux-system`, similar to the process described in [customize Flux manifests](../installation.md/#customize-flux-manifests): @@ -725,3 +725,5 @@ patches: path: /spec/template/spec/containers/0/args/- value: --azure-autologin-for-acr ``` + +[v0.16.0 image reflector changelog]: https://github.com/fluxcd/image-reflector-controller/blob/main/CHANGELOG.md#0160