Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update helm chart rook-ceph to v1.8.6 #310

Merged
merged 1 commit into from
Feb 24, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 24, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Update Change
rook-ceph patch v1.8.5 -> v1.8.6
rook/ceph patch v1.8.5 -> v1.8.6

Release Notes

rook/rook

v1.8.6

Compare Source

Improvements

Rook v1.8.6 is a patch release limited in scope and focusing on small feature additions and bug fixes to the Ceph operator.

Also try out the new v0.1.0 release of the Rook Krew Plugin!


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot requested a review from h3mmy as a code owner February 24, 2022 22:06
@bloopy-boi bloopy-boi bot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. area/cluster Changes made in the cluster directory labels Feb 24, 2022
@bloopy-boi
Copy link
Contributor

bloopy-boi bot commented Feb 24, 2022

Path: cluster/core/rook-ceph/operator/helm-release.yaml
Version: v1.8.5 -> v1.8.6

@@ -1250,17 +1250,6 @@
 kind: Role
 apiVersion: rbac.authorization.k8s.io/v1
 metadata:
- name: rbd-csi-nodeplugin
- namespace: default # namespace:operator
-rules:
- - apiGroups: ["csiaddons.openshift.io"]
- resources: ["csiaddonsnodes"]
- verbs: ["create"]
----
-# Source: rook-ceph/templates/role.yaml
-kind: Role
-apiVersion: rbac.authorization.k8s.io/v1
-metadata:
 name: rbd-external-provisioner-cfg
 namespace: default # namespace:operator
 rules:
@@ -1273,9 +1262,6 @@
 - apiGroups: ["coordination.k8s.io"]
 resources: ["leases"]
 verbs: ["get", "watch", "list", "delete", "update", "create"]
- - apiGroups: ["csiaddons.openshift.io"]
- resources: ["csiaddonsnodes"]
- verbs: ["create"]
 ---
 # Source: rook-ceph/templates/cluster-rbac.yaml
 apiVersion: rbac.authorization.k8s.io/v1
@@ -1511,21 +1497,6 @@
 kind: RoleBinding
 apiVersion: rbac.authorization.k8s.io/v1
 metadata:
- name: rbd-csi-nodeplugin-role-cfg
- namespace: default # namespace:operator
-subjects:
- - kind: ServiceAccount
- name: rook-csi-rbd-plugin-sa
- namespace: default # namespace:operator
-roleRef:
- kind: Role
- name: rbd-csi-nodeplugin
- apiGroup: rbac.authorization.k8s.io
----
-# Source: rook-ceph/templates/rolebinding.yaml
-kind: RoleBinding
-apiVersion: rbac.authorization.k8s.io/v1
-metadata:
 name: rbd-csi-provisioner-role-cfg
 namespace: default # namespace:operator
 subjects:
@@ -1560,7 +1531,7 @@
 spec:
 containers:
 - name: rook-ceph-operator
- image: "rook/ceph:v1.8.5"
+ image: "rook/ceph:v1.8.6"
 imagePullPolicy: IfNotPresent
 args: ["ceph", "operator"]
 securityContext:

@renovate renovate bot force-pushed the renovate/rook-ceph-1.8.x branch from 9007fd3 to 4f17f91 Compare February 24, 2022 22:27
@h3mmy h3mmy merged commit e837548 into main Feb 24, 2022
@h3mmy h3mmy deleted the renovate/rook-ceph-1.8.x branch February 24, 2022 22:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cluster Changes made in the cluster directory renovate/helm size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. type/patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant