Skip to content

Commit 086202c

Browse files
author
Maho Takara
committed
update
1 parent 4a923dd commit 086202c

File tree

3 files changed

+3
-82
lines changed

3 files changed

+3
-82
lines changed

Makefile

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Current Operator version
2-
VERSION ?= 0.15.2
2+
VERSION ?= 0.15.1
33
# Default bundle image tag
44
BUNDLE_IMG ?= controller-bundle:$(VERSION)
55
# Options for 'bundle-build'
@@ -12,9 +12,7 @@ endif
1212
BUNDLE_METADATA_OPTS ?= $(BUNDLE_CHANNELS) $(BUNDLE_DEFAULT_CHANNEL)
1313

1414
# 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)
1816
# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
1917
CRD_OPTIONS ?= "crd:trivialVersions=true,preserveUnknownFields=false"
2018

@@ -154,4 +152,4 @@ e2e-test: e2e-kind-setup install-kuttl
154152

155153
.PHONY: integration-test-setup
156154
integration-test-setup:
157-
./hack/integrationSetup.sh
155+
./hack/integrationSetup.sh

takara/README.md

-16
This file was deleted.

takara/values.yaml

-61
This file was deleted.

0 commit comments

Comments
 (0)