From d55c933a4f13c580bc5b26fb8521ff2f7a26dba2 Mon Sep 17 00:00:00 2001 From: Sunny Date: Wed, 23 Feb 2022 18:15:19 +0530 Subject: [PATCH] Update object API version in the sample configs Use the latest API version v1beta2. Signed-off-by: Sunny --- .../{source_v1beta1_bucket.yaml => source_v1beta2_bucket.yaml} | 2 +- ...ta1_gitrepository.yaml => source_v1beta2_gitrepository.yaml} | 2 +- ...ository.yaml => source_v1beta2_helmchart_gitrepository.yaml} | 2 +- ...sitory.yaml => source_v1beta2_helmchart_helmrepository.yaml} | 2 +- ...1_helmrepository.yaml => source_v1beta2_helmrepository.yaml} | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) rename config/samples/{source_v1beta1_bucket.yaml => source_v1beta2_bucket.yaml} (81%) rename config/samples/{source_v1beta1_gitrepository.yaml => source_v1beta2_gitrepository.yaml} (77%) rename config/samples/{source_v1beta1_helmchart_gitrepository.yaml => source_v1beta2_helmchart_gitrepository.yaml} (78%) rename config/samples/{source_v1beta1_helmchart_helmrepository.yaml => source_v1beta2_helmchart_helmrepository.yaml} (80%) rename config/samples/{source_v1beta1_helmrepository.yaml => source_v1beta2_helmrepository.yaml} (73%) diff --git a/config/samples/source_v1beta1_bucket.yaml b/config/samples/source_v1beta2_bucket.yaml similarity index 81% rename from config/samples/source_v1beta1_bucket.yaml rename to config/samples/source_v1beta2_bucket.yaml index e536d45c..cbc211aa 100644 --- a/config/samples/source_v1beta1_bucket.yaml +++ b/config/samples/source_v1beta2_bucket.yaml @@ -1,4 +1,4 @@ -apiVersion: source.toolkit.fluxcd.io/v1beta1 +apiVersion: source.toolkit.fluxcd.io/v1beta2 kind: Bucket metadata: name: bucket-sample diff --git a/config/samples/source_v1beta1_gitrepository.yaml b/config/samples/source_v1beta2_gitrepository.yaml similarity index 77% rename from config/samples/source_v1beta1_gitrepository.yaml rename to config/samples/source_v1beta2_gitrepository.yaml index 9719fd21..f2267460 100644 --- a/config/samples/source_v1beta1_gitrepository.yaml +++ b/config/samples/source_v1beta2_gitrepository.yaml @@ -1,4 +1,4 @@ -apiVersion: source.toolkit.fluxcd.io/v1beta1 +apiVersion: source.toolkit.fluxcd.io/v1beta2 kind: GitRepository metadata: name: gitrepository-sample diff --git a/config/samples/source_v1beta1_helmchart_gitrepository.yaml b/config/samples/source_v1beta2_helmchart_gitrepository.yaml similarity index 78% rename from config/samples/source_v1beta1_helmchart_gitrepository.yaml rename to config/samples/source_v1beta2_helmchart_gitrepository.yaml index 0a8db7c6..731d8d21 100644 --- a/config/samples/source_v1beta1_helmchart_gitrepository.yaml +++ b/config/samples/source_v1beta2_helmchart_gitrepository.yaml @@ -1,4 +1,4 @@ -apiVersion: source.toolkit.fluxcd.io/v1beta1 +apiVersion: source.toolkit.fluxcd.io/v1beta2 kind: HelmChart metadata: name: helmchart-git-sample diff --git a/config/samples/source_v1beta1_helmchart_helmrepository.yaml b/config/samples/source_v1beta2_helmchart_helmrepository.yaml similarity index 80% rename from config/samples/source_v1beta1_helmchart_helmrepository.yaml rename to config/samples/source_v1beta2_helmchart_helmrepository.yaml index 07cd3b5d..a6bd7c20 100644 --- a/config/samples/source_v1beta1_helmchart_helmrepository.yaml +++ b/config/samples/source_v1beta2_helmchart_helmrepository.yaml @@ -1,4 +1,4 @@ -apiVersion: source.toolkit.fluxcd.io/v1beta1 +apiVersion: source.toolkit.fluxcd.io/v1beta2 kind: HelmChart metadata: name: helmchart-sample diff --git a/config/samples/source_v1beta1_helmrepository.yaml b/config/samples/source_v1beta2_helmrepository.yaml similarity index 73% rename from config/samples/source_v1beta1_helmrepository.yaml rename to config/samples/source_v1beta2_helmrepository.yaml index 6a6e65f4..4a2c7ab3 100644 --- a/config/samples/source_v1beta1_helmrepository.yaml +++ b/config/samples/source_v1beta2_helmrepository.yaml @@ -1,4 +1,4 @@ -apiVersion: source.toolkit.fluxcd.io/v1beta1 +apiVersion: source.toolkit.fluxcd.io/v1beta2 kind: HelmRepository metadata: name: helmrepository-sample