Skip to content

Commit 07ae2f9

Browse files
committed
Fix bundle Dockerfile labels to match CSV version
Labels were 0.21.0 but bundle CSV is 0.21.2. Signed-off-by: Daniel Farrell <[email protected]>
1 parent d3d5d7b commit 07ae2f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bundle.Dockerfile.konflux

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ COPY bundle/tests/scorecard /tests/scorecard/
2323
ARG SOURCE_DATE_EPOCH
2424

2525
LABEL cpe="cpe:/a:redhat:acm:2.14::el9"
26-
LABEL csv-version="0.21.0"
26+
LABEL csv-version="0.21.2"
2727
LABEL description="submariner-operator-bundle"
2828
LABEL distribution-scope="public"
2929
LABEL maintainer="['[email protected]']"
3030
LABEL name="rhacm2/submariner-operator-bundle"
31-
LABEL release="v0.21.0"
31+
LABEL release="v0.21.2"
3232
LABEL summary="submariner-operator-bundle"
3333
LABEL url="https://github.com/submariner-io/submariner-operator"
3434
LABEL vendor="Red Hat, Inc."
35-
LABEL version="v0.21.0"
35+
LABEL version="v0.21.2"
3636

3737
LABEL com.github.commit="25ca7d600c464d14bd60d0e92b414e5824c8a5ee"
3838
LABEL com.github.url="https://github.com/submariner-io/submariner-operator.git"

0 commit comments

Comments
 (0)