Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update csv version to 4.18 #776

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ export GOOS
GOOS=$(go env GOOS)
export GOARCH
GOARCH=$(go env GOARCH)
DEFAULT_CSV_VERSION="4.17.0"
DEFAULT_CSV_VERSION="4.18.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.15.0.133.g04eecf7ab"
LATEST_ROOK_IMAGE="docker.io/rook/ceph:v1.15.0.369.g7822e6b19"
ROOK_IMAGE=${ROOK_IMAGE:-${LATEST_ROOK_IMAGE}}
DEFAULT_BUNDLE_IMAGE=quay.io/ocs-dev/rook-ceph-operator-bundle:"${VERSION}"
BUNDLE_IMAGE="${BUNDLE_IMAGE:-${DEFAULT_BUNDLE_IMAGE}}"
Expand Down
10 changes: 5 additions & 5 deletions build/csv/ceph/rook-ceph-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ metadata:
operators.operatorframework.io/project_layout: unknown
tectonic-visibility: ocs
repository: https://github.com/red-hat-storage/rook
containerImage: docker.io/rook/ceph:v1.15.0.133.g04eecf7ab
containerImage: docker.io/rook/ceph:v1.15.0.369.g7822e6b19
operators.operatorframework.io/operator-type: non-standalone
externalClusterScript: |-
IiIiCkNvcHlyaWdodCAyMDIwIFRoZSBSb29rIEF1dGhvcnMuIEFsbCByaWdodHMgcmVzZXJ2ZWQu
Expand Down Expand Up @@ -1900,7 +1900,7 @@ metadata:
OiB7a0Vycn0iKQogICAgZXhjZXB0IE9TRXJyb3IgYXMgb3NFcnI6CiAgICAgICAgcHJpbnQoZiJF
cnJvciB3aGlsZSB0cnlpbmcgdG8gb3V0cHV0IHRoZSBkYXRhOiB7b3NFcnJ9IikKICAgIGZpbmFs
bHk6CiAgICAgICAgcmpPYmouc2h1dGRvd24oKQo=
name: rook-ceph-operator.v4.17.0
name: rook-ceph-operator.v4.18.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -3165,7 +3165,7 @@ spec:
fieldPath: metadata.namespace
- name: ROOK_OBC_WATCH_OPERATOR_NAMESPACE
value: "true"
image: docker.io/rook/ceph:v1.15.0.133.g04eecf7ab
image: docker.io/rook/ceph:v1.15.0.369.g7822e6b19
name: rook-ceph-operator
resources: {}
securityContext:
Expand Down Expand Up @@ -3568,10 +3568,10 @@ spec:
provider:
name: Red Hat
url: https://www.redhat.com
version: 4.17.0
version: 4.18.0
minKubeVersion: 1.16.0
relatedImages:
- image: docker.io/rook/ceph:v1.15.0.133.g04eecf7ab
- image: docker.io/rook/ceph:v1.15.0.369.g7822e6b19
name: rook-container
- image: quay.io/csiaddons/k8s-sidecar:v0.8.0
name: csiaddons-sidecar
Expand Down
Loading