From 1a5f79e36b465ff91e43a3d124cec3a8880c8888 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 18 Oct 2021 21:17:56 -0700 Subject: [PATCH] 2.74 --- config/samples/seaweed_v1_seaweed.yaml | 2 +- controllers/seaweed_controller_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/samples/seaweed_v1_seaweed.yaml b/config/samples/seaweed_v1_seaweed.yaml index 2b822fb..30d1b73 100644 --- a/config/samples/seaweed_v1_seaweed.yaml +++ b/config/samples/seaweed_v1_seaweed.yaml @@ -5,7 +5,7 @@ metadata: namespace: default spec: # Add fields here - image: chrislusf/seaweedfs:2.72 + image: chrislusf/seaweedfs:2.74 volumeServerDiskCount: 1 hostSuffix: seaweed.abcdefg.com master: diff --git a/controllers/seaweed_controller_test.go b/controllers/seaweed_controller_test.go index dda18dd..0737024 100644 --- a/controllers/seaweed_controller_test.go +++ b/controllers/seaweed_controller_test.go @@ -39,7 +39,7 @@ var _ = Describe("Seaweed Controller", func() { Name: name, }, Spec: seaweedv1.SeaweedSpec{ - Image: "chrislusf/seaweedfs:2.72", + Image: "chrislusf/seaweedfs:2.74", VolumeServerDiskCount: 1, Master: &seaweedv1.MasterSpec{ Replicas: 3,