Skip to content

Commit

Permalink
Merge pull request #650 from Nikhil-Ladha/update-csv-version
Browse files Browse the repository at this point in the history
csv: Update csv version
  • Loading branch information
subhamkrai authored May 20, 2024
2 parents 84eea44 + 767060e commit 75180f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ export GOOS
GOOS=$(go env GOOS)
export GOARCH
GOARCH=$(go env GOARCH)
DEFAULT_CSV_VERSION="4.16.0"
DEFAULT_CSV_VERSION="4.17.0"
CSV_VERSION="${CSV_VERSION:-${DEFAULT_CSV_VERSION}}"
SKIP_RANGE="${SKIP_RANGE:-""}"
REPLACES_CSV_VERSION="${REPLACES_CSV_VERSION:-""}"
LATEST_ROOK_IMAGE="docker.io/rook/ceph:v1.13.0.399.g9c0d795e2"
ROOK_IMAGE=${ROOK_IMAGE:-${LATEST_ROOK_IMAGE}}
DEFAULT_BUNDLE_IMAGE=rook/rook-ceph-operator-bundle:"${VERSION}"
DEFAULT_BUNDLE_IMAGE=quay.io/ocs-dev/rook-ceph-operator-bundle:"${VERSION}"
BUNDLE_IMAGE="${BUNDLE_IMAGE:-${DEFAULT_BUNDLE_IMAGE}}"

function ver() {
Expand Down
4 changes: 2 additions & 2 deletions build/csv/ceph/rook-ceph-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1863,7 +1863,7 @@ metadata:
ciBhcyBvc0VycjoKICAgICAgICBwcmludChmIkVycm9yIHdoaWxlIHRyeWluZyB0byBvdXRwdXQg
dGhlIGRhdGE6IHtvc0Vycn0iKQogICAgZmluYWxseToKICAgICAgICByak9iai5zaHV0ZG93bigp
Cg==
name: rook-ceph-operator.v4.16.0
name: rook-ceph-operator.v4.17.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -3387,7 +3387,7 @@ spec:
provider:
name: Red Hat
url: https://www.redhat.com
version: 4.16.0
version: 4.17.0
minKubeVersion: 1.16.0
relatedImages:
- image: docker.io/rook/ceph:v1.13.0.399.g9c0d795e2
Expand Down

0 comments on commit 75180f4

Please sign in to comment.