diff --git a/hack/bundle-automation/chart-templates/Chart.yaml b/hack/bundle-automation/chart-templates/Chart.yaml index ceea408a2..f5d64dece 100644 --- a/hack/bundle-automation/chart-templates/Chart.yaml +++ b/hack/bundle-automation/chart-templates/Chart.yaml @@ -1,10 +1,9 @@ - # Copyright (c) 2021 Red Hat, Inc. # Copyright Contributors to the Open Cluster Management project apiVersion: v2 -name: test +appVersion: 2.5.0 description: A Helm chart for Kubernetes +name: test type: application -version: 2.3.0 -appVersion: "1.16.0" \ No newline at end of file +version: 2.5.0 diff --git a/hack/bundle-automation/charts-config.yaml b/hack/bundle-automation/charts-config.yaml index f60186689..dfdc26ff9 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.4" + branch: "backplane-2.5" 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.4 -> 2.4 + updateChartVersion: true # the chart version will be retrieved from trimmed branch name, e.g. backplane-2.5 -> 2.5 escape-template-variables: - "CLUSTER_NAME" - "HUB_KUBECONFIG" diff --git a/hack/bundle-automation/config.yaml b/hack/bundle-automation/config.yaml index 20a26583d..a48b1d436 100644 --- a/hack/bundle-automation/config.yaml +++ b/hack/bundle-automation/config.yaml @@ -1,6 +1,6 @@ - repo_name: generate-hive-bundle gen_command: ./hack/bundle-automation/gen-hive-bundle.sh - branch: mce-2.4 + branch: mce-2.4 # TODO: Update the branch to mce-2.5 when the branch becomes accessible. sha: e3f9aed5bf2a2b43aa05621864fd37c71c38afda bundlePath: /tmp/hive-operator-manifests name: hive-operator @@ -11,7 +11,7 @@ github_ref: "https://github.com/redhat-openshift-ecosystem/community-operators-prod.git" operators: - name: "assisted-service" - channel: "ocm-2.9" + channel: "ocm-2.10" bundles-directory: "operators/assisted-service-operator/" imageMappings: assisted-service: assisted_service @@ -23,7 +23,7 @@ - repo_name: registration-operator github_ref: "https://github.com/stolostron/ocm.git" - branch: "backplane-2.4" + branch: "backplane-2.5" operators: - name: cluster-manager bundlePath: "deploy/cluster-manager/olm-catalog/cluster-manager/manifests/" @@ -34,7 +34,7 @@ - repo_name: discovery-operator github_ref: "https://github.com/stolostron/discovery.git" - branch: "backplane-2.4" + branch: "backplane-2.5" operators: - name: discovery-operator bundlePath: "bundle/manifests/" diff --git a/pkg/templates/charts/always/rbac-aggregates/Chart.yaml b/pkg/templates/charts/always/rbac-aggregates/Chart.yaml index a596d4eb0..a175aed68 100644 --- a/pkg/templates/charts/always/rbac-aggregates/Chart.yaml +++ b/pkg/templates/charts/always/rbac-aggregates/Chart.yaml @@ -1,5 +1,8 @@ +# Copyright (c) 2024 Red Hat, Inc. +# Copyright Contributors to the Open Cluster Management project + apiVersion: v2 -appVersion: 1.16.0 +appVersion: 2.5.0 description: Manages RBAC aggregate roles name: rbac-aggregates type: application diff --git a/pkg/templates/charts/hosted/server-foundation/Chart.yaml b/pkg/templates/charts/hosted/server-foundation/Chart.yaml index e939c5e52..d86c8fef7 100644 --- a/pkg/templates/charts/hosted/server-foundation/Chart.yaml +++ b/pkg/templates/charts/hosted/server-foundation/Chart.yaml @@ -1,6 +1,9 @@ +# Copyright (c) 2024 Red Hat, Inc. +# Copyright Contributors to the Open Cluster Management project + apiVersion: v2 -appVersion: 1.16.0 +appVersion: 2.5.0 description: server foundation components. name: server-foundation type: application -version: 2.4.0 \ No newline at end of file +version: 2.5.0 diff --git a/pkg/templates/charts/hosting/server-foundation/Chart.yaml b/pkg/templates/charts/hosting/server-foundation/Chart.yaml index e939c5e52..f86ff71b1 100644 --- a/pkg/templates/charts/hosting/server-foundation/Chart.yaml +++ b/pkg/templates/charts/hosting/server-foundation/Chart.yaml @@ -1,6 +1,9 @@ +# Copyright (c) 2024 Red Hat, Inc. +# Copyright Contributors to the Open Cluster Management project + apiVersion: v2 -appVersion: 1.16.0 +appVersion: 2.5.0 description: server foundation components. name: server-foundation type: application -version: 2.4.0 \ No newline at end of file +version: 2.5.0 \ No newline at end of file diff --git a/pkg/templates/charts/toggle/assisted-service/Chart.yaml b/pkg/templates/charts/toggle/assisted-service/Chart.yaml index ec3bc10d2..2fd6ffb8c 100644 --- a/pkg/templates/charts/toggle/assisted-service/Chart.yaml +++ b/pkg/templates/charts/toggle/assisted-service/Chart.yaml @@ -1,7 +1,10 @@ +# Copyright (c) 2024 Red Hat, Inc. +# Copyright Contributors to the Open Cluster Management project + apiVersion: v2 -appVersion: 1.16.0 +appVersion: 2.5.0 description: The Infrastructure Operator for Red Hat OpenShift is responsible for managing the deployment of the Assisted Service. name: assisted-service type: application -version: 2.3.0 +version: 2.5.0 diff --git a/pkg/templates/charts/toggle/cluster-lifecycle/Chart.yaml b/pkg/templates/charts/toggle/cluster-lifecycle/Chart.yaml index 95515765e..c5dc8f8f9 100644 --- a/pkg/templates/charts/toggle/cluster-lifecycle/Chart.yaml +++ b/pkg/templates/charts/toggle/cluster-lifecycle/Chart.yaml @@ -1,6 +1,9 @@ +# Copyright (c) 2024 Red Hat, Inc. +# Copyright Contributors to the Open Cluster Management project + apiVersion: v2 -appVersion: 1.16.0 +appVersion: 2.5.0 description: cluster lifecycle components. name: cluster-lifecycle type: application -version: 2.5.0 \ No newline at end of file +version: 2.5.0 diff --git a/pkg/templates/charts/toggle/cluster-manager/Chart.yaml b/pkg/templates/charts/toggle/cluster-manager/Chart.yaml index 1471fe800..ba5e57d8f 100644 --- a/pkg/templates/charts/toggle/cluster-manager/Chart.yaml +++ b/pkg/templates/charts/toggle/cluster-manager/Chart.yaml @@ -1,6 +1,9 @@ +# Copyright (c) 2024 Red Hat, Inc. +# Copyright Contributors to the Open Cluster Management project + apiVersion: v2 -appVersion: 1.16.0 +appVersion: 2.5.0 description: Manages the installation and upgrade of the ClusterManager. name: cluster-manager type: application -version: 2.3.0 +version: 2.5.0 diff --git a/pkg/templates/charts/toggle/cluster-proxy-addon/Chart.yaml b/pkg/templates/charts/toggle/cluster-proxy-addon/Chart.yaml index 93d74bc63..5c169b1be 100644 --- a/pkg/templates/charts/toggle/cluster-proxy-addon/Chart.yaml +++ b/pkg/templates/charts/toggle/cluster-proxy-addon/Chart.yaml @@ -1,11 +1,13 @@ -# Copyright (c) 2021 Red Hat, Inc. +# Copyright (c) 2024 Red Hat, Inc. +# Copyright Contributors to the Open Cluster Management project + apiVersion: v1 -appVersion: "1.0.0" -description: helm chart for ACM cluster-proxy-addon -name: cluster-proxy-addon -version: 2.1.0 +appVersion: 2.5.0 category: "Development" -verified: "RHACM" +description: Helm chart for ACM cluster-proxy-addon keywords: - acm - - cluster-proxy \ No newline at end of file + - cluster-proxy +name: cluster-proxy-addon +verified: "RHACM" +version: 2.5.0 diff --git a/pkg/templates/charts/toggle/console-mce/Chart.yaml b/pkg/templates/charts/toggle/console-mce/Chart.yaml index 8326f78bf..b878b6348 100644 --- a/pkg/templates/charts/toggle/console-mce/Chart.yaml +++ b/pkg/templates/charts/toggle/console-mce/Chart.yaml @@ -1,10 +1,12 @@ +# Copyright (c) 2024 Red Hat, Inc. # Copyright Contributors to the Open Cluster Management project + apiVersion: v1 -appVersion: "2.0.0" -description: Helm chart for console plugin for multicluster engine for Kubernetes -name: console-mce -version: 2.0.0 +appVersion: 2.5.0 category: "Development" -kubeVersion: ">=1.10.0-0" +description: Helm chart for console plugin for multicluster engine for Kubernetes keywords: - ui +kubeVersion: ">=1.10.0-0" +name: console-mce +version: 2.5.0 diff --git a/pkg/templates/charts/toggle/discovery-operator/Chart.yaml b/pkg/templates/charts/toggle/discovery-operator/Chart.yaml index 29457c97b..9bfa473d2 100644 --- a/pkg/templates/charts/toggle/discovery-operator/Chart.yaml +++ b/pkg/templates/charts/toggle/discovery-operator/Chart.yaml @@ -1,7 +1,10 @@ +# Copyright (c) 2024 Red Hat, Inc. +# Copyright Contributors to the Open Cluster Management project + apiVersion: v2 -appVersion: 1.16.0 +appVersion: 2.5.0 description: This operator discovers OpenShift Conatiner Platform clusters which are not yet under management by Open Cluster Management. name: discovery-operator type: application -version: 2.3.0 +version: 2.5.0 diff --git a/pkg/templates/charts/toggle/hive-operator/Chart.yaml b/pkg/templates/charts/toggle/hive-operator/Chart.yaml index c7325d34f..0afe144e4 100644 --- a/pkg/templates/charts/toggle/hive-operator/Chart.yaml +++ b/pkg/templates/charts/toggle/hive-operator/Chart.yaml @@ -1,6 +1,9 @@ +# Copyright (c) 2024 Red Hat, Inc. +# Copyright Contributors to the Open Cluster Management project + apiVersion: v2 -appVersion: 1.16.0 +appVersion: 2.5.0 description: OpenShift cluster provisioning and management at scale. name: hive-operator type: application -version: 2.3.0 +version: 2.5.0 diff --git a/pkg/templates/charts/toggle/hypershift/Chart.yaml b/pkg/templates/charts/toggle/hypershift/Chart.yaml index 264f2ef6e..d00d974b3 100644 --- a/pkg/templates/charts/toggle/hypershift/Chart.yaml +++ b/pkg/templates/charts/toggle/hypershift/Chart.yaml @@ -1,5 +1,8 @@ +# Copyright (c) 2024 Red Hat, Inc. +# Copyright Contributors to the Open Cluster Management project + apiVersion: v2 -appVersion: 1.16.0 +appVersion: 2.5.0 description: HyperShift is a middleware for hosting OpenShift control planes at scale that solves for cost and time to provision, as well as portability cross cloud with strong separation of concerns between management and workloads. Clusters are fully compliant OpenShift Container Platform (OCP) clusters and are compatible with standard OCP and Kubernetes toolchains. name: hypershift-preview type: application diff --git a/pkg/templates/charts/toggle/managed-serviceaccount/Chart.yaml b/pkg/templates/charts/toggle/managed-serviceaccount/Chart.yaml index 71477d76c..121fe2931 100644 --- a/pkg/templates/charts/toggle/managed-serviceaccount/Chart.yaml +++ b/pkg/templates/charts/toggle/managed-serviceaccount/Chart.yaml @@ -1,6 +1,9 @@ +# Copyright (c) 2024 Red Hat, Inc. +# Copyright Contributors to the Open Cluster Management project + apiVersion: v2 -appVersion: 1.0.0 +appVersion: 2.5.0 description: A Helm chart for Managed ServiceAccount Addon name: managed-serviceaccount type: application -version: '2.4' +version: 2.5.0 diff --git a/pkg/templates/charts/toggle/server-foundation/Chart.yaml b/pkg/templates/charts/toggle/server-foundation/Chart.yaml index e939c5e52..d86c8fef7 100644 --- a/pkg/templates/charts/toggle/server-foundation/Chart.yaml +++ b/pkg/templates/charts/toggle/server-foundation/Chart.yaml @@ -1,6 +1,9 @@ +# Copyright (c) 2024 Red Hat, Inc. +# Copyright Contributors to the Open Cluster Management project + apiVersion: v2 -appVersion: 1.16.0 +appVersion: 2.5.0 description: server foundation components. name: server-foundation type: application -version: 2.4.0 \ No newline at end of file +version: 2.5.0