This repository was archived by the owner on Dec 6, 2024. It is now read-only.
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module sigs.k8s.io/container-object-storage-interface-controller
2
2
3
3
go 1.18
4
4
5
- replace sigs.k8s.io/container-object-storage-interface-api => github.com/shanduur/container-object-storage-interface-api v0.0.0-20231018120758-aef9fef22070
5
+ replace sigs.k8s.io/container-object-storage-interface-api => github.com/shanduur/container-object-storage-interface-api v0.0.0-20231018124508-45d4532cbbfc
6
6
7
7
require (
8
8
github.com/spf13/cobra v1.4.0
Original file line number Diff line number Diff line change @@ -272,8 +272,8 @@ github.com/prometheus/procfs v0.7.3 h1:4jVXhlkAyzOScmCkXBTOLRLTz8EeU+eyjrwB/EPq0
272
272
github.com/rogpeppe/go-internal v1.3.0 /go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4 =
273
273
github.com/rogpeppe/go-internal v1.6.1 h1:/FiVV8dS/e+YqF2JvO3yXRFbBLTIuSDkuC7aBOAvL+k =
274
274
github.com/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
275
- github.com/shanduur/container-object-storage-interface-api v0.0.0-20231018120758-aef9fef22070 h1:johRtfTuppEtm1S/IK1ir88NaXjCOL/8BezwawGRQx0 =
276
- github.com/shanduur/container-object-storage-interface-api v0.0.0-20231018120758-aef9fef22070 /go.mod h1:YiB+i/UGkzqgODDhRG3u7jkbWkQcoUeLEJ7hwOT/2Qk =
275
+ github.com/shanduur/container-object-storage-interface-api v0.0.0-20231018124508-45d4532cbbfc h1:BxGRby1y7TlyeLbNMwnDp6BMcrPB4jM+MdfG+S7X0Qo =
276
+ github.com/shanduur/container-object-storage-interface-api v0.0.0-20231018124508-45d4532cbbfc /go.mod h1:YiB+i/UGkzqgODDhRG3u7jkbWkQcoUeLEJ7hwOT/2Qk =
277
277
github.com/spf13/afero v1.2.2 /go.mod h1:9ZxEEn6pIJ8Rxe320qSDBk6AsU0r9pR7Q4OcevTdifk =
278
278
github.com/spf13/afero v1.8.2 h1:xehSyVa0YnHWsJ49JFljMpg1HX19V6NDZ1fkm1Xznbo =
279
279
github.com/spf13/afero v1.8.2 /go.mod h1:CtAatgMJh6bJEIs48Ay/FOnkljP3WeGUG0MC1RfAqwo =
Original file line number Diff line number Diff line change 31
31
serviceAccountName : objectstorage-controller-sa
32
32
containers :
33
33
- name : objectstorage-controller
34
- image : gcr .io/k8s-staging-sig-storage/objectstorage -controller:v20221027-v0.1.1-8-g300019f
34
+ image : docker .io/shanduur/cosi -controller:latest
35
35
imagePullPolicy : Always
36
36
args :
37
37
- " --v=5"
You can’t perform that action at this time.
0 commit comments