From 4d68bf590f4de6e63f8269d7a2dc20f6a4d8cff1 Mon Sep 17 00:00:00 2001 From: elee Date: Sun, 20 Mar 2022 02:22:31 -0500 Subject: [PATCH] more small changes, modify gitignore --- .gitignore | 3 +++ .tool-versions | 1 + Makefile | 4 ++-- go.sum | 2 -- 4 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 .tool-versions diff --git a/.gitignore b/.gitignore index 3b39b42..005384f 100644 --- a/.gitignore +++ b/.gitignore @@ -79,3 +79,6 @@ tags ### GoLand ### .idea bin/* + +## asdf +.tool_versions diff --git a/.tool-versions b/.tool-versions new file mode 100644 index 0000000..b763344 --- /dev/null +++ b/.tool-versions @@ -0,0 +1 @@ +golang 1.17 diff --git a/Makefile b/Makefile index 3734868..3838b44 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Current Operator version -VERSION ?= v0.0.1 +VERSION ?= v0.0.2 # Default bundle image tag BUNDLE_IMG ?= controller-bundle:$(VERSION) # Options for 'bundle-build' @@ -12,7 +12,7 @@ endif BUNDLE_METADATA_OPTS ?= $(BUNDLE_CHANNELS) $(BUNDLE_DEFAULT_CHANNEL) # Image URL to use all building/pushing image targets -IMG ?= chrislusf/seaweedfs-operator:$(VERSION) +IMG ?= gfxlabs/seaweedfs-operator:$(VERSION) # Produce CRDs that work back to Kubernetes 1.11 (no version conversion) CRD_OPTIONS ?= "crd:trivialVersions=true,preserveUnknownFields=false" diff --git a/go.sum b/go.sum index 16e651f..7d8e01a 100644 --- a/go.sum +++ b/go.sum @@ -153,8 +153,6 @@ github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghf github.com/cespare/xxhash/v2 v2.1.1 h1:6MnRN8NT7+YBpUIWxHtefFZOKTAPgGjpQSxqLNn0+qY= github.com/cespare/xxhash/v2 v2.1.1/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= github.com/chrislusf/raft v1.0.7/go.mod h1:Ep5DP+mJSosjfKiix1uU7Lc2Df/SX4oGJEpZlXH5l68= -github.com/chrislusf/seaweedfs v0.0.0-20211103064547-ab97b17e6250 h1:7yeczxzeuXNW140HCYfbvtptNokyXsDMIT6Q1634yb8= -github.com/chrislusf/seaweedfs v0.0.0-20211103064547-ab97b17e6250/go.mod h1:8zovCx9OYusQAK7lHAcVFtQsKO2XVQHHvPdlWbK1VRQ= github.com/chrislusf/seaweedfs v0.0.0-20211103083639-3c245c69d369 h1:BYmfLrY7o3sTP2yQ8uW9cA0rCFuDLPRlr5mkM+nAlDc= github.com/chrislusf/seaweedfs v0.0.0-20211103083639-3c245c69d369/go.mod h1:8zovCx9OYusQAK7lHAcVFtQsKO2XVQHHvPdlWbK1VRQ= github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI=