diff --git a/README.md b/README.md index 299ff10..c220bde 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # flux-benchmark -[![benchmark](https://github.com/stefanprodan/flux-benchmark/actions/workflows/test.yaml/badge.svg)](https://github.com/stefanprodan/flux-benchmark/actions/workflows/test.yaml) +[![benchmark](https://github.com/fluxcd/flux-benchmark/actions/workflows/test.yaml/badge.svg)](https://github.com/fluxcd/flux-benchmark/actions/workflows/test.yaml) **Mean Time To Production** benchmarks for [Flux](https://fluxcd.io) release candidates, diff --git a/manifests/bases/source-controller/kustomization.yaml b/manifests/bases/source-controller/kustomization.yaml index e7f1be7..15aeb30 100644 --- a/manifests/bases/source-controller/kustomization.yaml +++ b/manifests/bases/source-controller/kustomization.yaml @@ -1,9 +1,9 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: -#- https://github.com/fluxcd/source-controller/releases/download/v1.1.2/source-controller.crds.yaml -- https://github.com/fluxcd/source-controller/config/crd?ref=main -- https://github.com/fluxcd/source-controller/releases/download/v1.1.2/source-controller.deployment.yaml +- https://github.com/fluxcd/source-controller/releases/download/v1.2.0/source-controller.crds.yaml +#- https://github.com/fluxcd/source-controller/config/crd?ref=main +- https://github.com/fluxcd/source-controller/releases/download/v1.2.0/source-controller.deployment.yaml - account.yaml transformers: - labels.yaml diff --git a/manifests/install/kustomization.yaml b/manifests/install/kustomization.yaml index b20826b..8314ef1 100644 --- a/manifests/install/kustomization.yaml +++ b/manifests/install/kustomization.yaml @@ -16,7 +16,7 @@ transformers: images: - name: fluxcd/source-controller newName: ghcr.io/fluxcd/source-controller - newTag: preview-1a51af28 + newTag: v1.2.0 - name: fluxcd/kustomize-controller newName: ghcr.io/fluxcd/kustomize-controller newTag: preview-ba308c5a