Skip to content

Commit

Permalink
Merge pull request #30 from iamniting/image
Browse files Browse the repository at this point in the history
update image variables
  • Loading branch information
Madhu-1 authored Jul 2, 2024
2 parents 0125454 + 9dc8da6 commit ad21ad0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Image URL to use all building/pushing image targets
IMG ?= controller:latest
IMAGE_REGISTRY ?= quay.io
REGISTRY_NAMESPACE ?= cephcsi
IMAGE_TAG ?= latest
IMAGE_NAME ?= ceph-csi-operator

IMG ?= $(IMAGE_REGISTRY)/$(REGISTRY_NAMESPACE)/$(IMAGE_NAME):$(IMAGE_TAG)

# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
ENVTEST_K8S_VERSION = 1.29.0

Expand Down

0 comments on commit ad21ad0

Please sign in to comment.