Skip to content

Commit

Permalink
Merge pull request red-hat-storage#1697 from malayparida2000/fix_metr…
Browse files Browse the repository at this point in the history
…ic_exporter

Change ocs-metrics-exporter to use the correct image name
  • Loading branch information
openshift-merge-robot committed May 26, 2022
2 parents a9bc7ae + e6d6752 commit 98d2b32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2779,7 +2779,7 @@ spec:
- --namespaces=openshift-storage
command:
- /usr/local/bin/metrics-exporter
image: quay.io/ocs-dev/ocs-operator:latest
image: quay.io/ocs-dev/ocs-metrics-exporter:latest
name: ocs-metrics-exporter
ports:
- containerPort: 8080
Expand Down Expand Up @@ -3083,6 +3083,6 @@ spec:
name: rook-csi-nfs
- image: quay.io/ocs-dev/ocs-must-gather:latest
name: ocs-must-gather
- image: quay.io/ocs-dev/ocs-operator:latest
- image: quay.io/ocs-dev/ocs-metrics-exporter:latest
name: ocs-metrics-exporter
version: 4.11.0
2 changes: 1 addition & 1 deletion hack/generate-latest-csv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export OCS_MUST_GATHER_IMAGE=${OCS_MUST_GATHER_IMAGE:-"${MUST_GATHER_FULL_IMAGE_
export VOLUME_REPLICATION_OPERATOR_IMAGE=${VOLUME_REPLICATION_OPERATOR_IMAGE:-"${IMAGE_REGISTRY}/${LATEST_VOLUME_REPLICATION_OPERATOR_IMAGE}"}
export ROOK_CSIADDONS_IMAGE=${ROOK_CSIADDONS_IMAGE:-"${IMAGE_REGISTRY}/${LATEST_ROOK_CSIADDONS_IMAGE}"}
export ROOK_CSI_NFS_IMAGE=${ROOK_CSI_NFS_IMAGE:-${LATEST_ROOK_CSI_NFS_IMAGE}}
export OCS_METRICS_EXPORTER_IMAGE=${OCS_METRICS_EXPORTER_IMAGE:-"${OCS_IMAGE}"}
export OCS_METRICS_EXPORTER_IMAGE=${OCS_METRICS_EXPORTER_IMAGE:-"${IMAGE_REGISTRY}/${REGISTRY_NAMESPACE}/${METRICS_EXPORTER_IMAGE_NAME}:${IMAGE_TAG}"}

echo "=== Generating DEV CSV with the following vars ==="
echo -e "\tCSV_VERSION=$CSV_VERSION"
Expand Down

0 comments on commit 98d2b32

Please sign in to comment.