Skip to content

Commit

Permalink
Merge branch 'main' into Update_ubi_dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gallacher authored Jun 7, 2024
2 parents eff762c + 606f66f commit 811c3f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-files/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ LABEL vendor="Dell Inc." \
name="csi-metadata-retriever" \
summary="CSI Metadata Retriever sidecar" \
description="CSI Metadata Retriever sidecar for metadata retrievel via kubeapi" \
version="1.7.3" \
version="1.8.0" \
license="Apache-2.0"
COPY licenses /licenses
ENTRYPOINT ["/csi-metadata-retriever"]
4 changes: 2 additions & 2 deletions overrides.mk
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ ifndef MAJOR
MAJOR=1
endif
ifndef MINOR
MINOR=7
MINOR=8
endif
ifndef PATCH
PATCH=3
PATCH=0
endif

# target to print some help regarding these overrides and how to use them
Expand Down

0 comments on commit 811c3f2

Please sign in to comment.