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.9.2 #663

Merged
merged 1 commit into from
Apr 28, 2022
Merged

Conversation

bloopy-boi[bot]
Copy link
Contributor

@bloopy-boi bloopy-boi bot commented Apr 28, 2022

This PR contains the following updates:

Package Update Change
rook-ceph patch v1.9.1 -> v1.9.2
rook/ceph patch v1.9.1 -> v1.9.2

Release Notes

rook/rook

v1.9.2

Compare Source

Improvements

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


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 Renovate Bot.

@bloopy-boi bloopy-boi bot requested a review from h3mmy as a code owner April 28, 2022 20:24
@bloopy-boi bloopy-boi bot added renovate/container renovate/helm type/patch size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. area/cluster Changes made in the cluster directory labels Apr 28, 2022
@bloopy-boi
Copy link
Contributor Author

bloopy-boi bot commented Apr 28, 2022

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

@@ -7611,11 +7611,7 @@
 endpoint:
 pattern: ^https*://
 type: string
- required:
- - endpoint
 type: object
- required:
- - pull
 type: object
 status:
 description: Status represents the status of an object
@@ -11336,9 +11332,15 @@
 name: rook-ceph-rgw
 namespace: default # namespace:cluster
 rules:
-
-# Placeholder role so the rgw service account will
-# be generated in the csv
+ # Placeholder role so the rgw service account will
+ # be generated in the csv. Remove this role and role binding
+ # when fixing https://github.com/rook/rook/issues/10141.
+ - apiGroups:
+ - ""
+ resources:
+ - configmaps
+ verbs:
+ - get
 ---
 # Source: rook-ceph/templates/cluster-rbac.yaml
 # Aspects of ceph-mgr that operate within the cluster's namespace
@@ -11847,7 +11849,7 @@
 spec:
 containers:
 - name: rook-ceph-operator
- image: "rook/ceph:v1.9.1"
+ image: "rook/ceph:v1.9.2"
 imagePullPolicy: IfNotPresent
 args: ["ceph", "operator"]
 securityContext:

@h3mmy h3mmy merged commit 86f5e01 into main Apr 28, 2022
@h3mmy h3mmy deleted the renovate/rook-ceph-1.9.x branch April 28, 2022 21:31
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/container 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