Skip to content

Commit

Permalink
5.6
Browse files Browse the repository at this point in the history
Signed-off-by: devOpsHelm <devopshelm@hazelcast.com>
  • Loading branch information
devOpsHelm committed Jan 11, 2023
1 parent b2ddf30 commit 2e95432
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal:latest
RUN microdnf upgrade -y && \
microdnf clean all

ARG version="latest-snapshot"
ARG version="5.6"
ARG pardotID="dockerhub"
ENV OPERATOR_VERSION=${version}
ENV PARDOT_ID=${pardotID}
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# To re-generate a bundle for another specific version without changing the standard setup, you can:
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
VERSION ?= latest-snapshot
VERSION ?= 5.6

BUNDLE_VERSION := $(VERSION)
VERSION_PARTS := $(subst ., ,$(VERSION))
Expand Down

0 comments on commit 2e95432

Please sign in to comment.