Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Maho Takara committed Feb 16, 2024
1 parent 4a923dd commit 086202c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 82 deletions.
8 changes: 3 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Current Operator version
VERSION ?= 0.15.2
VERSION ?= 0.15.1
# Default bundle image tag
BUNDLE_IMG ?= controller-bundle:$(VERSION)
# Options for 'bundle-build'
Expand All @@ -12,9 +12,7 @@ endif
BUNDLE_METADATA_OPTS ?= $(BUNDLE_CHANNELS) $(BUNDLE_DEFAULT_CHANNEL)

# Image URL to use all building/pushing image targets
#IMG ?= quay.io/opstree/redis-operator:v$(VERSION)
IMG ?= ghcr.io/takara9/redis-operator:v$(VERSION)

IMG ?= quay.io/opstree/redis-operator:v$(VERSION)
# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
CRD_OPTIONS ?= "crd:trivialVersions=true,preserveUnknownFields=false"

Expand Down Expand Up @@ -154,4 +152,4 @@ e2e-test: e2e-kind-setup install-kuttl

.PHONY: integration-test-setup
integration-test-setup:
./hack/integrationSetup.sh
./hack/integrationSetup.sh
16 changes: 0 additions & 16 deletions takara/README.md

This file was deleted.

61 changes: 0 additions & 61 deletions takara/values.yaml

This file was deleted.

0 comments on commit 086202c

Please sign in to comment.