Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Containerfile.download
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN go mod download && go mod verify
COPY . .

# Version information (OADP_VERSION avoids collision with Konflux-injected VERSION)
ARG OADP_VERSION=dev
ARG OADP_VERSION=oadp-dev
ARG GIT_COMMIT=unknown

# Build release binaries for all platforms as direct executables
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Variables
BINARY_NAME = kubectl-oadp
INSTALL_PATH ?= $(HOME)/.local/bin
VERSION ?= $(shell git describe --tags --always --dirty 2>/dev/null || echo "dev")
VERSION ?= oadp-dev
VELERO_NAMESPACE ?= openshift-adp
ASSUME_DEFAULT ?= false

Expand Down
Loading