Skip to content

Commit

Permalink
[COST-5390] Make downstream v3.3.1 (#391)
Browse files Browse the repository at this point in the history
* make bundle for v3.3.1 (#389)

* [COST-5390] make downstream v3.3.1

* clean up directory name and version
  • Loading branch information
djnakabaale authored Aug 13, 2024
1 parent b073187 commit 82cba81
Show file tree
Hide file tree
Showing 160 changed files with 639 additions and 36,618 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# To re-generate a bundle for another specific version without changing the standard setup, you can:
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
PREVIOUS_VERSION ?= 3.2.1
VERSION ?= 3.3.0
PREVIOUS_VERSION ?= 3.3.0
VERSION ?= 3.3.1

MIN_KUBE_VERSION = 1.24.0
MIN_OCP_VERSION = 4.12
Expand Down
6 changes: 3 additions & 3 deletions PROJECT
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ layout:
plugins:
manifests.sdk.operatorframework.io/v2: {}
scorecard.sdk.operatorframework.io/v2: {}
projectName: koku-metrics-operator
projectName: costmanagement-metrics-operator
repo: github.com/project-koku/koku-metrics-operator
resources:
- api:
crdVersion: v1
namespaced: true
controller: true
domain: openshift.io
group: koku-metrics-cfg
kind: KokuMetricsConfig
group: costmanagement-metrics-cfg
kind: CostManagementMetricsConfig
path: github.com/project-koku/koku-metrics-operator/api/v1beta1
version: v1beta1
version: "3"
6 changes: 3 additions & 3 deletions api/v1beta1/groupversion_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
// SPDX-License-Identifier: Apache-2.0
//

// Package v1beta1 contains API Schema definitions for the koku-metrics-cfg v1beta1 API group
// Package v1beta1 contains API Schema definitions for the costmanagement-metrics-cfg v1beta1 API group
// +kubebuilder:object:generate=true
// +groupName=koku-metrics-cfg.openshift.io
// +groupName=costmanagement-metrics-cfg.openshift.io
package v1beta1

import (
Expand All @@ -17,7 +17,7 @@ import (

var (
// NamePrefix is the prefix used to distinguish upstream and downstream operators
NamePrefix = "koku"
NamePrefix = "costmanagement"

// GroupVersion is group version used to register these objects
GroupVersion = schema.GroupVersion{Group: fmt.Sprintf("%s-metrics-cfg.openshift.io", NamePrefix), Version: "v1beta1"}
Expand Down
198 changes: 99 additions & 99 deletions api/v1beta1/metricsconfig_types.go

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions api/v1beta1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 82cba81

Please sign in to comment.