Skip to content

Commit

Permalink
Merge pull request #2893 from iamniting/main
Browse files Browse the repository at this point in the history
update rook and noobaa images
  • Loading branch information
openshift-merge-bot[bot] authored Nov 13, 2024
2 parents 99fdb66 + 635815d commit 5bce897
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions catalog/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ schema: olm.channel
package: rook-ceph-operator
name: alpha
entries:
- name: rook-ceph-operator.v4.17.0
- name: rook-ceph-operator.v4.18.0

---
defaultChannel: alpha
Expand All @@ -29,4 +29,4 @@ schema: olm.channel
package: noobaa-operator
name: alpha
entries:
- name: noobaa-operator.v5.17.0
- name: noobaa-operator.v5.18.0
Original file line number Diff line number Diff line change
Expand Up @@ -561,11 +561,11 @@ spec:
- name: OCS_METRICS_EXPORTER_IMAGE
value: quay.io/ocs-dev/ocs-metrics-exporter:latest
- name: ROOK_CEPH_IMAGE
value: quay.io/ocs-dev/rook-ceph:vmaster-c455c6812
value: quay.io/ocs-dev/rook-ceph:vmaster-793bbb006
- name: CEPH_IMAGE
value: quay.io/ceph/ceph:v18.2.0
- name: NOOBAA_CORE_IMAGE
value: quay.io/noobaa/noobaa-core:master-20240901
value: quay.io/noobaa/noobaa-core:master-20241111
- name: NOOBAA_DB_IMAGE
value: quay.io/sclorg/postgresql-15-c9s
- name: PROVIDER_API_SERVER_IMAGE
Expand Down Expand Up @@ -722,7 +722,7 @@ spec:
provider:
name: Red Hat
relatedImages:
- image: quay.io/ocs-dev/rook-ceph:vmaster-c455c6812
- image: quay.io/ocs-dev/rook-ceph:vmaster-793bbb006
name: rook-container
- image: quay.io/ceph/ceph:v18.2.0
name: ceph-container
Expand Down
8 changes: 4 additions & 4 deletions hack/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ OCS_CSV="$OUTDIR_TEMPLATES/ocs-operator.csv.yaml.in"
# We are using rook dowsntream image now, i.e, red-hat-storage/rook code
# and we should continue to use dowsntream image only due to few
# downstream only changes present in rook downstream fork.
LATEST_ROOK_IMAGE="quay.io/ocs-dev/rook-ceph:vmaster-c455c6812"
LATEST_NOOBAA_CORE_IMAGE="quay.io/noobaa/noobaa-core:master-20240901"
LATEST_ROOK_IMAGE="quay.io/ocs-dev/rook-ceph:vmaster-793bbb006"
LATEST_NOOBAA_CORE_IMAGE="quay.io/noobaa/noobaa-core:master-20241111"
LATEST_NOOBAA_DB_IMAGE="quay.io/sclorg/postgresql-15-c9s"
LATEST_CEPH_IMAGE="quay.io/ceph/ceph:v18.2.0"
# TODO: change image once the quay repo is changed
Expand Down Expand Up @@ -90,8 +90,8 @@ UX_BACKEND_OAUTH_FULL_IMAGE_NAME="${UX_BACKEND_OAUTH_FULL_IMAGE_NAME:-${DEFAULT_

CEPH_CSI_BUNDLE_FULL_IMAGE_NAME="quay.io/ocs-dev/cephcsi-operator-bundle:release-4.17-fb535da"
OCS_CLIENT_BUNDLE_FULL_IMAGE_NAME="quay.io/ocs-dev/ocs-client-operator-bundle:main-5595a28"
NOOBAA_BUNDLE_FULL_IMAGE_NAME="quay.io/noobaa/noobaa-operator-bundle:master-20240901"
ROOK_BUNDLE_FULL_IMAGE_NAME="quay.io/ocs-dev/rook-ceph-operator-bundle:master-c455c6812"
NOOBAA_BUNDLE_FULL_IMAGE_NAME="quay.io/noobaa/noobaa-operator-bundle:master-20241111"
ROOK_BUNDLE_FULL_IMAGE_NAME="quay.io/ocs-dev/rook-ceph-operator-bundle:master-793bbb006"
KUBE_RBAC_PROXY_FULL_IMAGE_NAME="gcr.io/kubebuilder/kube-rbac-proxy:v0.13.0"

OCS_OPERATOR_INSTALL="${OCS_OPERATOR_INSTALL:-false}"
Expand Down

0 comments on commit 5bce897

Please sign in to comment.