Skip to content

Commit

Permalink
Merge branch 'main' into go-version-bumpup-1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
shefali-malhotra authored Feb 22, 2024
2 parents babe022 + 483cdc8 commit 988e401
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.6.0" \
version="1.7.0" \
license="Apache-2.0"
COPY licenses /licenses
ENTRYPOINT ["/csi-metadata-retriever"]
2 changes: 1 addition & 1 deletion overrides.mk
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ ifndef MAJOR
MAJOR=1
endif
ifndef MINOR
MINOR=6
MINOR=7
endif
ifndef PATCH
PATCH=0
Expand Down

0 comments on commit 988e401

Please sign in to comment.