Skip to content

Commit

Permalink
Update dependency Rook to v1.15.0
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
vshn-renovate committed Aug 20, 2024
1 parent 42d57cc commit 315f343
Show file tree
Hide file tree
Showing 31 changed files with 2,396 additions and 317 deletions.
4 changes: 2 additions & 2 deletions class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ parameters:
rook:
registry: docker.io
image: rook/ceph
tag: v1.14.10
tag: v1.15.0
ceph:
registry: quay.io
image: ceph/ceph
Expand All @@ -240,7 +240,7 @@ parameters:

charts:
# We do not support helm chart versions older than v1.7.0
rook-ceph: v1.14.10
rook-ceph: v1.15.0

operator_helm_values:
image:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/created-by: helm
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: rook-ceph-operator
helm.sh/chart: rook-ceph-v1.14.10
helm.sh/chart: rook-ceph-v1.15.0
operator: rook
storage-backend: ceph
name: rook-ceph-osd
Expand All @@ -18,7 +18,7 @@ metadata:
app.kubernetes.io/created-by: helm
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: rook-ceph-operator
helm.sh/chart: rook-ceph-v1.14.10
helm.sh/chart: rook-ceph-v1.15.0
operator: rook
storage-backend: ceph
name: rook-ceph-mgr
Expand All @@ -31,7 +31,7 @@ metadata:
app.kubernetes.io/created-by: helm
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: rook-ceph-operator
helm.sh/chart: rook-ceph-v1.14.10
helm.sh/chart: rook-ceph-v1.15.0
operator: rook
storage-backend: ceph
name: rook-ceph-cmd-reporter
Expand All @@ -50,7 +50,7 @@ metadata:
app.kubernetes.io/created-by: helm
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: rook-ceph-operator
helm.sh/chart: rook-ceph-v1.14.10
helm.sh/chart: rook-ceph-v1.15.0
operator: rook
storage-backend: ceph
name: rook-ceph-rgw
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/created-by: helm
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: rook-ceph-operator
helm.sh/chart: rook-ceph-v1.14.10
helm.sh/chart: rook-ceph-v1.15.0
operator: rook
storage-backend: ceph
name: rook-ceph-system
Expand Down Expand Up @@ -42,6 +42,50 @@ rules:
- customresourcedefinitions
verbs:
- get
- apiGroups:
- csi.ceph.io
resources:
- cephconnections
verbs:
- create
- delete
- get
- list
- update
- watch
- apiGroups:
- csi.ceph.io
resources:
- clientprofiles
verbs:
- create
- delete
- get
- list
- update
- watch
- apiGroups:
- csi.ceph.io
resources:
- operatorconfigs
verbs:
- create
- delete
- get
- list
- update
- watch
- apiGroups:
- csi.ceph.io
resources:
- drivers
verbs:
- create
- delete
- get
- list
- update
- watch
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
Expand All @@ -50,7 +94,7 @@ metadata:
app.kubernetes.io/created-by: helm
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: rook-ceph-operator
helm.sh/chart: rook-ceph-v1.14.10
helm.sh/chart: rook-ceph-v1.15.0
operator: rook
storage-backend: ceph
name: rook-ceph-cluster-mgmt
Expand Down Expand Up @@ -83,7 +127,7 @@ metadata:
app.kubernetes.io/created-by: helm
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: rook-ceph-operator
helm.sh/chart: rook-ceph-v1.14.10
helm.sh/chart: rook-ceph-v1.15.0
operator: rook
storage-backend: ceph
name: rook-ceph-global
Expand Down Expand Up @@ -271,7 +315,7 @@ metadata:
app.kubernetes.io/created-by: helm
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: rook-ceph-operator
helm.sh/chart: rook-ceph-v1.14.10
helm.sh/chart: rook-ceph-v1.15.0
operator: rook
storage-backend: ceph
name: rook-ceph-mgr-cluster
Expand Down Expand Up @@ -327,7 +371,7 @@ metadata:
app.kubernetes.io/created-by: helm
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: rook-ceph-operator
helm.sh/chart: rook-ceph-v1.14.10
helm.sh/chart: rook-ceph-v1.15.0
operator: rook
storage-backend: ceph
name: rook-ceph-object-bucket
Expand Down Expand Up @@ -407,6 +451,30 @@ rules:
- nodes
verbs:
- get
- apiGroups:
- ''
resources:
- secrets
verbs:
- get
- apiGroups:
- ''
resources:
- configmaps
verbs:
- get
- apiGroups:
- ''
resources:
- serviceaccounts
verbs:
- get
- apiGroups:
- ''
resources:
- serviceaccounts/token
verbs:
- create
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
Expand All @@ -420,6 +488,12 @@ rules:
verbs:
- get
- list
- apiGroups:
- ''
resources:
- configmaps
verbs:
- get
- apiGroups:
- ''
resources:
Expand All @@ -428,6 +502,14 @@ rules:
- get
- list
- watch
- apiGroups:
- storage.k8s.io
resources:
- csinodes
verbs:
- get
- list
- watch
- apiGroups:
- ''
resources:
Expand Down Expand Up @@ -551,6 +633,18 @@ rules:
verbs:
- update
- patch
- apiGroups:
- ''
resources:
- serviceaccounts
verbs:
- get
- apiGroups:
- ''
resources:
- serviceaccounts/token
verbs:
- create
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
Expand All @@ -559,7 +653,7 @@ metadata:
app.kubernetes.io/created-by: helm
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: rook-ceph-operator
helm.sh/chart: rook-ceph-v1.14.10
helm.sh/chart: rook-ceph-v1.15.0
operator: rook
storage-backend: ceph
name: rbd-csi-nodeplugin
Expand Down Expand Up @@ -787,14 +881,6 @@ rules:
- get
- list
- watch
- apiGroups:
- storage.k8s.io
resources:
- csinodes
verbs:
- get
- list
- watch
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/created-by: helm
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: rook-ceph-operator
helm.sh/chart: rook-ceph-v1.14.10
helm.sh/chart: rook-ceph-v1.15.0
operator: rook
storage-backend: ceph
name: rook-ceph-system
Expand All @@ -25,7 +25,7 @@ metadata:
app.kubernetes.io/created-by: helm
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: rook-ceph-operator
helm.sh/chart: rook-ceph-v1.14.10
helm.sh/chart: rook-ceph-v1.15.0
operator: rook
storage-backend: ceph
name: rook-ceph-global
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -202,18 +202,18 @@ data:
memory: 256Mi
ROOK_CEPH_ALLOW_LOOP_DEVICES: 'false'
ROOK_CEPH_COMMANDS_TIMEOUT_SECONDS: '15'
ROOK_CSIADDONS_IMAGE: quay.io/csiaddons/k8s-sidecar:v0.8.0
ROOK_CSI_ATTACHER_IMAGE: registry.k8s.io/sig-storage/csi-attacher:v4.5.1
ROOK_CSIADDONS_IMAGE: quay.io/csiaddons/k8s-sidecar:v0.9.0
ROOK_CSI_ATTACHER_IMAGE: registry.k8s.io/sig-storage/csi-attacher:v4.6.1
ROOK_CSI_CEPH_IMAGE: quay.io/cephcsi/cephcsi:v3.11.0
ROOK_CSI_DISABLE_DRIVER: 'false'
ROOK_CSI_ENABLE_CEPHFS: 'true'
ROOK_CSI_ENABLE_NFS: 'false'
ROOK_CSI_ENABLE_RBD: 'false'
ROOK_CSI_IMAGE_PULL_POLICY: IfNotPresent
ROOK_CSI_PROVISIONER_IMAGE: registry.k8s.io/sig-storage/csi-provisioner:v4.0.1
ROOK_CSI_REGISTRAR_IMAGE: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.10.1
ROOK_CSI_RESIZER_IMAGE: registry.k8s.io/sig-storage/csi-resizer:v1.10.1
ROOK_CSI_SNAPSHOTTER_IMAGE: registry.k8s.io/sig-storage/csi-snapshotter:v7.0.2
ROOK_CSI_PROVISIONER_IMAGE: registry.k8s.io/sig-storage/csi-provisioner:v5.0.1
ROOK_CSI_REGISTRAR_IMAGE: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.11.1
ROOK_CSI_RESIZER_IMAGE: registry.k8s.io/sig-storage/csi-resizer:v1.11.1
ROOK_CSI_SNAPSHOTTER_IMAGE: registry.k8s.io/sig-storage/csi-snapshotter:v8.0.1
ROOK_ENABLE_DISCOVERY_DAEMON: 'false'
ROOK_LOG_LEVEL: INFO
ROOK_OBC_WATCH_OPERATOR_NAMESPACE: 'true'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/created-by: helm
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: rook-ceph-operator
helm.sh/chart: rook-ceph-v1.14.10
helm.sh/chart: rook-ceph-v1.15.0
operator: rook
storage-backend: ceph
name: rook-ceph-operator
Expand All @@ -21,7 +21,7 @@ spec:
metadata:
labels:
app: rook-ceph-operator
helm.sh/chart: rook-ceph-v1.14.10
helm.sh/chart: rook-ceph-v1.15.0
spec:
containers:
- args:
Expand All @@ -48,7 +48,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: docker.io/rook/ceph:v1.14.10
image: docker.io/rook/ceph:v1.15.0
imagePullPolicy: IfNotPresent
name: rook-ceph-operator
resources:
Expand Down
Loading

0 comments on commit 315f343

Please sign in to comment.