Skip to content

Commit

Permalink
Update rook image used for csv generation to the latest available image
Browse files Browse the repository at this point in the history
Also add make gen-latest-csv changes

Signed-off-by: Malay Kumar Parida <[email protected]>
  • Loading branch information
malayparida2000 committed Oct 19, 2023
1 parent d3513db commit 294f53e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3062,7 +3062,7 @@ spec:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
- name: ROOK_CEPH_IMAGE
value: docker.io/rook/ceph:v1.12.5-17.ge48f4f088
value: docker.io/rook/ceph:v1.12.5-25.g14736d93d
- name: CEPH_IMAGE
value: quay.io/ceph/ceph:v17
- name: NOOBAA_CORE_IMAGE
Expand Down Expand Up @@ -3228,7 +3228,7 @@ spec:
fieldPath: metadata.namespace
- name: ROOK_OBC_WATCH_OPERATOR_NAMESPACE
value: "true"
image: docker.io/rook/ceph:v1.12.5-17.ge48f4f088
image: docker.io/rook/ceph:v1.12.5-25.g14736d93d
name: rook-ceph-operator
ports:
- containerPort: 9443
Expand Down Expand Up @@ -3609,7 +3609,7 @@ spec:
provider:
name: Red Hat
relatedImages:
- image: docker.io/rook/ceph:v1.12.5-17.ge48f4f088
- image: docker.io/rook/ceph:v1.12.5-25.g14736d93d
name: rook-container
- image: quay.io/ceph/ceph:v17
name: ceph-container
Expand Down
2 changes: 1 addition & 1 deletion hack/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ NOOBAA_CSV="$OUTDIR_TEMPLATES/noobaa-csv.yaml"
ROOK_CSV="$OUTDIR_TEMPLATES/rook-csv.yaml.in"
OCS_CSV="$OUTDIR_TEMPLATES/ocs-operator.csv.yaml.in"

LATEST_ROOK_IMAGE="docker.io/rook/ceph:v1.12.5-17.ge48f4f088"
LATEST_ROOK_IMAGE="docker.io/rook/ceph:v1.12.5-25.g14736d93d"
LATEST_NOOBAA_IMAGE="quay.io/noobaa/noobaa-operator:master-20230718"
LATEST_NOOBAA_CORE_IMAGE="quay.io/noobaa/noobaa-core:master-20230718"
LATEST_NOOBAA_DB_IMAGE="docker.io/centos/postgresql-12-centos8"
Expand Down

0 comments on commit 294f53e

Please sign in to comment.