File tree 3 files changed +3
-82
lines changed
3 files changed +3
-82
lines changed Original file line number Diff line number Diff line change 1
1
# Current Operator version
2
- VERSION ?= 0.15.2
2
+ VERSION ?= 0.15.1
3
3
# Default bundle image tag
4
4
BUNDLE_IMG ?= controller-bundle:$(VERSION )
5
5
# Options for 'bundle-build'
12
12
BUNDLE_METADATA_OPTS ?= $(BUNDLE_CHANNELS ) $(BUNDLE_DEFAULT_CHANNEL )
13
13
14
14
# Image URL to use all building/pushing image targets
15
- # IMG ?= quay.io/opstree/redis-operator:v$(VERSION)
16
- IMG ?= ghcr.io/takara9/redis-operator:v$(VERSION )
17
-
15
+ IMG ?= quay.io/opstree/redis-operator:v$(VERSION )
18
16
# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
19
17
CRD_OPTIONS ?= "crd:trivialVersions=true,preserveUnknownFields=false"
20
18
@@ -154,4 +152,4 @@ e2e-test: e2e-kind-setup install-kuttl
154
152
155
153
.PHONY : integration-test-setup
156
154
integration-test-setup :
157
- ./hack/integrationSetup.sh
155
+ ./hack/integrationSetup.sh
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments