Skip to content

Commit

Permalink
Merge pull request #2809 from Nikhil-Ladha/update-ocs-4.18
Browse files Browse the repository at this point in the history
csv: update ocs-operator csv version to 4.18
  • Loading branch information
openshift-merge-bot[bot] committed Sep 18, 2024
2 parents 6b6faa8 + 7077138 commit 2373729
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion catalog/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ schema: olm.channel
package: ocs-operator
name: alpha
entries:
- name: ocs-operator.v4.17.0
- name: ocs-operator.v4.18.0

---
defaultChannel: alpha
Expand Down
4 changes: 2 additions & 2 deletions deploy/csv-templates/ocs-operator.csv.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ metadata:
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/red-hat-storage/ocs-operator
support: Red Hat
name: ocs-operator.v4.17.0
name: ocs-operator.v4.18.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -598,4 +598,4 @@ spec:
minKubeVersion: 1.16.0
provider:
name: Red Hat
version: 4.17.0
version: 4.18.0
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ metadata:
features.ocs.openshift.io/enabled: '["kms", "arbiter", "flexible-scaling", "multus",
"pool-management", "namespace-store", "mcg-standalone", "taint-nodes", "vault-sa-kms",
"hpcs-kms"]'
olm.skipRange: '>=0.0.1 <4.17.0'
olm.skipRange: '>=0.0.1 <4.18.0'
operatorframework.io/initialization-resource: "\n {\n \"apiVersion\":
\"ocs.openshift.io/v1\",\n \"kind\": \"StorageCluster\",\n \"metadata\":
{\n \"name\": \"example-storagecluster\",\n \"namespace\":
Expand Down Expand Up @@ -103,7 +103,7 @@ metadata:
operatorframework.io/arch.amd64: supported
operatorframework.io/arch.ppc64le: supported
operatorframework.io/arch.s390x: supported
name: ocs-operator.v4.17.0
name: ocs-operator.v4.18.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -726,4 +726,4 @@ spec:
name: ux-backend-oauth-image
- image: gcr.io/kubebuilder/kube-rbac-proxy:v0.13.0
name: kube-rbac-proxy
version: 4.17.0
version: 4.18.0
2 changes: 1 addition & 1 deletion hack/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ GO_LINT_IMG_TAG="${GO_LINT_IMG_TAG:-v1.49.0}"
GO_LINT_IMG="${GO_LINT_IMG:-${GO_LINT_IMG_LOCATION}:${GO_LINT_IMG_TAG}}"

# Current DEV version of the CSV
DEFAULT_CSV_VERSION="4.17.0"
DEFAULT_CSV_VERSION="4.18.0"
CSV_VERSION="${CSV_VERSION:-${DEFAULT_CSV_VERSION}}"
VERSION="${VERSION:-${CSV_VERSION}}"
LDFLAGS="-X github.com/red-hat-storage/ocs-operator/v4/version.Version=${CSV_VERSION}"
Expand Down

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

2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package version

var (
// Version of the operator
Version = "4.17.0"
Version = "4.18.0"
)

0 comments on commit 2373729

Please sign in to comment.