Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ec34590

Browse files
committedJun 1, 2023
images: set 0.27.0 tag for the release
Signed-off-by: Tuomas Katila <[email protected]>
1 parent 5e597d2 commit ec34590

File tree

61 files changed

+70
-70
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+70
-70
lines changed
 

‎Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ clean:
136136

137137
ORG?=intel
138138
REG?=$(ORG)/
139-
TAG?=devel
139+
TAG?=0.27.0
140140
export TAG
141141

142142
e2e-fpga:

‎build/docker/intel-deviceplugin-operator.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ FROM ${FINAL_BASE}
5656
COPY --from=builder /install_root /
5757
ENTRYPOINT ["/usr/local/bin/intel_deviceplugin_operator"]
5858
LABEL vendor='Intel®'
59-
LABEL version='devel'
59+
LABEL version=0.27.0
6060
LABEL release='1'
6161
LABEL name='intel-deviceplugin-operator'
6262
LABEL summary='Intel® device plugin operator for Kubernetes'

0 commit comments

Comments
 (0)
Please sign in to comment.