From 479145755c71ec9f16688542c65c37a5a6970d47 Mon Sep 17 00:00:00 2001 From: Disaiah Bennett Date: Tue, 26 Mar 2024 12:48:24 -0400 Subject: [PATCH] Updated config.yaml to use 2.6 branch reference (#643) * updated config.yaml to use main branch reference Signed-off-by: Disaiah Bennett * updated charts-config.yaml Signed-off-by: Disaiah Bennett --------- Signed-off-by: Disaiah Bennett --- hack/bundle-automation/charts-config.yaml | 4 ++-- hack/bundle-automation/config.yaml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/hack/bundle-automation/charts-config.yaml b/hack/bundle-automation/charts-config.yaml index 00f8722c8..74e5281e7 100644 --- a/hack/bundle-automation/charts-config.yaml +++ b/hack/bundle-automation/charts-config.yaml @@ -1,7 +1,7 @@ - repo_name: "managed-serviceaccount" github_ref: "https://github.com/stolostron/managed-serviceaccount.git" - branch: "backplane-2.5" + branch: "backplane-2.6" charts: - name: "managed-serviceaccount" chart-path: "charts/managed-serviceaccount" @@ -11,7 +11,7 @@ inclusions: - "pullSecretOverride" skipRBACOverrides: true - updateChartVersion: true # the chart version will be retrieved from trimmed branch name, e.g. backplane-2.5 -> 2.5 + updateChartVersion: true # the chart version will be retrieved from trimmed branch name, e.g. backplane-2.6 -> 2.6 escape-template-variables: - "CLUSTER_NAME" - "HUB_KUBECONFIG" diff --git a/hack/bundle-automation/config.yaml b/hack/bundle-automation/config.yaml index 4c3ad750f..be39c33a2 100644 --- a/hack/bundle-automation/config.yaml +++ b/hack/bundle-automation/config.yaml @@ -9,7 +9,7 @@ - repo_name: image-based-install-operator github_ref: "https://github.com/openshift/image-based-install-operator.git" - branch: "backplane-2.5" + branch: "main" operators: - name: image-based-install-operator bundlePath: "bundle/manifests/" @@ -20,7 +20,7 @@ - repo_name: assisted-service github_ref: "https://github.com/openshift/assisted-service.git" - branch: "release-ocm-2.10" + branch: "release-ocm-2.11" operators: - name: assisted-service bundlePath: "deploy/olm-catalog/manifests/" @@ -34,7 +34,7 @@ - repo_name: registration-operator github_ref: "https://github.com/stolostron/ocm.git" - branch: "backplane-2.5" + branch: "backplane-2.6" operators: - name: cluster-manager bundlePath: "deploy/cluster-manager/olm-catalog/cluster-manager/manifests/" @@ -45,7 +45,7 @@ - repo_name: discovery-operator github_ref: "https://github.com/stolostron/discovery.git" - branch: "backplane-2.5" + branch: "backplane-2.6" operators: - name: discovery-operator bundlePath: "bundle/manifests/"