Compare commits

...

2 Commits

Author SHA1 Message Date
elee c6eaadf4af added timeout for do 2022-03-20 17:55:56 -05:00
elee 4d68bf590f more small changes, modify gitignore 2022-03-20 02:22:31 -05:00
4 changed files with 7 additions and 4 deletions

3
.gitignore vendored
View File

@ -79,3 +79,6 @@ tags
### GoLand ###
.idea
bin/*
## asdf
.tool-versions

View File

@ -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"

View File

@ -24,6 +24,7 @@ webhooks:
- UPDATE
resources:
- seaweeds
timeoutSeconds: 15
---
apiVersion: admissionregistration.k8s.io/v1beta1
@ -50,3 +51,4 @@ webhooks:
- UPDATE
resources:
- seaweeds
timeoutSeconds: 15

2
go.sum
View File

@ -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=