Skip to content

Commit 6d67a66

Browse files
Merge pull request ceph#163 from red-hat-storage/sync_us--main
Syncing latest changes from upstream main for ceph-csi-operator
2 parents 1ea765e + 5b30a4a commit 6d67a66

File tree

15 files changed

+33
-18
lines changed

15 files changed

+33
-18
lines changed

.github/workflows/dependency-review.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
- name: 'Checkout Repository'
1212
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1313
- name: 'Dependency Review'
14-
uses: actions/dependency-review-action@40c09b7dc99638e5ddb0bfd91c1673effc064d8a # v4.8.1
14+
uses: actions/dependency-review-action@3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261 # v4.8.2

api/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module github.com/ceph/ceph-csi-operator/api
33
go 1.24.0
44

55
require (
6-
k8s.io/api v0.34.1
7-
k8s.io/apimachinery v0.34.1
6+
k8s.io/api v0.34.2
7+
k8s.io/apimachinery v0.34.2
88
)
99

1010
require (

api/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc=
7777
gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw=
7878
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
7979
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
80-
k8s.io/api v0.34.1 h1:jC+153630BMdlFukegoEL8E/yT7aLyQkIVuwhmwDgJM=
81-
k8s.io/api v0.34.1/go.mod h1:SB80FxFtXn5/gwzCoN6QCtPD7Vbu5w2n1S0J5gFfTYk=
82-
k8s.io/apimachinery v0.34.1 h1:dTlxFls/eikpJxmAC7MVE8oOeP1zryV7iRyIjB0gky4=
83-
k8s.io/apimachinery v0.34.1/go.mod h1:/GwIlEcWuTX9zKIg2mbw0LRFIsXwrfoVxn+ef0X13lw=
80+
k8s.io/api v0.34.2 h1:fsSUNZhV+bnL6Aqrp6O7lMTy6o5x2C4XLjnh//8SLYY=
81+
k8s.io/api v0.34.2/go.mod h1:MMBPaWlED2a8w4RSeanD76f7opUoypY8TFYkSM+3XHw=
82+
k8s.io/apimachinery v0.34.2 h1:zQ12Uk3eMHPxrsbUJgNF8bTauTVR2WgqJsTmwTE/NW4=
83+
k8s.io/apimachinery v0.34.2/go.mod h1:/GwIlEcWuTX9zKIg2mbw0LRFIsXwrfoVxn+ef0X13lw=
8484
k8s.io/klog/v2 v2.130.1 h1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk=
8585
k8s.io/klog/v2 v2.130.1/go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE=
8686
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 h1:hwvWFiBzdWw1FhfY1FooPn3kzWuJ8tmbZBHi4zVsl1Y=

bundle/manifests/cephcsi-operator.clusterserviceversion.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
annotations:
55
alm-examples: '[]'
66
capabilities: Basic Install
7-
createdAt: "2025-10-07T08:05:00Z"
7+
createdAt: "2025-11-27T08:08:42Z"
88
olm.skipRange: ""
99
operators.operatorframework.io/builder: operator-sdk-v1.34.1
1010
operators.operatorframework.io/operator-type: non-standalone
@@ -259,6 +259,8 @@ spec:
259259
- secrets
260260
verbs:
261261
- get
262+
- list
263+
- watch
262264
- apiGroups:
263265
- ""
264266
resources:
@@ -772,6 +774,7 @@ spec:
772774
verbs:
773775
- get
774776
- list
777+
- watch
775778
- apiGroups:
776779
- ""
777780
resources:

config/csi-rbac/cephfs_nodeplugin_cluster_role.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ rules:
99
verbs: ["get"]
1010
- apiGroups: [""]
1111
resources: ["secrets"]
12-
verbs: ["get"]
12+
verbs: ["get", "list", "watch"]
1313
- apiGroups: [""]
1414
resources: ["configmaps"]
1515
verbs: ["get"]

config/csi-rbac/rbd_nodeplugin_cluster_role.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
rules:
66
- apiGroups: [""]
77
resources: ["secrets"]
8-
verbs: ["get", "list"]
8+
verbs: ["get", "list", "watch"]
99
- apiGroups: [""]
1010
resources: ["persistentvolumes"]
1111
verbs: ["get", "list"]

deploy/all-in-one/install.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29731,6 +29731,8 @@ rules:
2973129731
- secrets
2973229732
verbs:
2973329733
- get
29734+
- list
29735+
- watch
2973429736
- apiGroups:
2973529737
- ""
2973629738
resources:
@@ -30486,6 +30488,7 @@ rules:
3048630488
verbs:
3048730489
- get
3048830490
- list
30491+
- watch
3048930492
- apiGroups:
3049030493
- ""
3049130494
resources:

deploy/charts/ceph-csi-drivers/templates/cephfs-nodeplugin-cr-rbac.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ rules:
1919
- secrets
2020
verbs:
2121
- get
22+
- list
23+
- watch
2224
- apiGroups:
2325
- ""
2426
resources:

deploy/charts/ceph-csi-drivers/templates/rbd-nodeplugin-cr-rbac.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ rules:
1414
verbs:
1515
- get
1616
- list
17+
- watch
1718
- apiGroups:
1819
- ""
1920
resources:

deploy/charts/ceph-csi-operator/templates/cephfs-nodeplugin-cr-rbac.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ rules:
1717
- secrets
1818
verbs:
1919
- get
20+
- list
21+
- watch
2022
- apiGroups:
2123
- ""
2224
resources:

0 commit comments

Comments
 (0)