From e21734c9b73486880b3d71393935c2827becc692 Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Tue, 5 Dec 2023 19:15:01 +0200 Subject: [PATCH] Bump source-controller to v1.2.0 Signed-off-by: Stefan Prodan --- README.md | 2 +- manifests/bases/source-controller/kustomization.yaml | 6 +++--- manifests/install/kustomization.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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