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.8 #468

Merged
merged 1 commit into from
Apr 2, 2022
Merged

Conversation

bloopy-boi[bot]
Copy link
Contributor

@bloopy-boi bloopy-boi bot commented Mar 31, 2022

This PR contains the following updates:

Package Update Change
rook-ceph patch v1.8.7 -> v1.8.8
rook/ceph patch v1.8.7 -> v1.8.8

Release Notes

rook/rook

v1.8.8

Compare Source

Improvements

Rook v1.8.8 is a patch release limited in scope and focusing on small 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 March 31, 2022 22:22
@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 Mar 31, 2022
@bloopy-boi
Copy link
Contributor Author

bloopy-boi bot commented Mar 31, 2022

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

@@ -248,7 +248,11 @@
 singular: cephblockpool
 scope: Namespaced
 versions:
- - name: v1
+ - additionalPrinterColumns:
+ - jsonPath: .status.phase
+ name: Phase
+ type: string
+ name: v1
 schema:
 openAPIV3Schema:
 description: CephBlockPool represents a Ceph Storage Pool
@@ -744,7 +748,11 @@
 singular: cephbuckettopic
 scope: Namespaced
 versions:
- - name: v1
+ - additionalPrinterColumns:
+ - jsonPath: .status.phase
+ name: Phase
+ type: string
+ name: v1
 schema:
 openAPIV3Schema:
 description: CephBucketTopic represents a Ceph Object Topic for Bucket Notifications
@@ -889,7 +897,11 @@
 singular: cephclient
 scope: Namespaced
 versions:
- - name: v1
+ - additionalPrinterColumns:
+ - jsonPath: .status.phase
+ name: Phase
+ type: string
+ name: v1
 schema:
 openAPIV3Schema:
 description: CephClient represents a Ceph Client
@@ -973,8 +985,7 @@
 - jsonPath: .metadata.creationTimestamp
 name: Age
 type: date
- - description: Phase
- jsonPath: .status.phase
+ - jsonPath: .status.phase
 name: Phase
 type: string
 - description: Message
@@ -4495,7 +4506,11 @@
 singular: cephfilesystemmirror
 scope: Namespaced
 versions:
- - name: v1
+ - additionalPrinterColumns:
+ - jsonPath: .status.phase
+ name: Phase
+ type: string
+ name: v1
 schema:
 openAPIV3Schema:
 description: CephFilesystemMirror is the Ceph Filesystem Mirror object definition
@@ -6356,7 +6371,11 @@
 singular: cephfilesystemsubvolumegroup
 scope: Namespaced
 versions:
- - name: v1
+ - additionalPrinterColumns:
+ - jsonPath: .status.phase
+ name: Phase
+ type: string
+ name: v1
 schema:
 openAPIV3Schema:
 description: CephFilesystemSubVolumeGroup represents a Ceph Filesystem SubVolumeGroup
@@ -7154,7 +7173,11 @@
 singular: cephobjectstore
 scope: Namespaced
 versions:
- - name: v1
+ - additionalPrinterColumns:
+ - jsonPath: .status.phase
+ name: Phase
+ type: string
+ name: v1
 schema:
 openAPIV3Schema:
 description: CephObjectStore represents a Ceph Object Store Gateway
@@ -8581,7 +8604,11 @@
 singular: cephobjectstoreuser
 scope: Namespaced
 versions:
- - name: v1
+ - additionalPrinterColumns:
+ - jsonPath: .status.phase
+ name: Phase
+ type: string
+ name: v1
 schema:
 openAPIV3Schema:
 description: CephObjectStoreUser represents a Ceph Object Store Gateway User
@@ -8716,7 +8743,11 @@
 singular: cephobjectzonegroup
 scope: Namespaced
 versions:
- - name: v1
+ - additionalPrinterColumns:
+ - jsonPath: .status.phase
+ name: Phase
+ type: string
+ name: v1
 schema:
 openAPIV3Schema:
 description: CephObjectZoneGroup represents a Ceph Object Store Gateway Zone Group
@@ -8778,7 +8809,11 @@
 singular: cephobjectzone
 scope: Namespaced
 versions:
- - name: v1
+ - additionalPrinterColumns:
+ - jsonPath: .status.phase
+ name: Phase
+ type: string
+ name: v1
 schema:
 openAPIV3Schema:
 description: CephObjectZone represents a Ceph Object Store Gateway Zone
@@ -9168,7 +9203,11 @@
 singular: cephrbdmirror
 scope: Namespaced
 versions:
- - name: v1
+ - additionalPrinterColumns:
+ - jsonPath: .status.phase
+ name: Phase
+ type: string
+ name: v1
 schema:
 openAPIV3Schema:
 description: CephRBDMirror represents a Ceph RBD Mirror
@@ -11221,7 +11260,7 @@
 spec:
 containers:
 - name: rook-ceph-operator
- image: "rook/ceph:v1.8.7"
+ image: "rook/ceph:v1.8.8"
 imagePullPolicy: IfNotPresent
 args: ["ceph", "operator"]
 securityContext:

@h3mmy h3mmy merged commit ccc547a into main Apr 2, 2022
@h3mmy h3mmy deleted the renovate/rook-ceph-1.8.x branch April 2, 2022 15:08
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