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(container): update image quay.io/ceph/ceph to v18.2.1 #6582

Merged
merged 1 commit into from
Dec 16, 2023

Conversation

bot-ross[bot]
Copy link
Contributor

@bot-ross bot-ross bot commented Dec 15, 2023

This PR contains the following updates:

Package Update Change
quay.io/ceph/ceph patch v18.2.0 -> v18.2.1

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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, check this box

This PR has been generated by Renovate Bot.

@bot-ross bot-ross bot requested a review from onedr0p as a code owner December 15, 2023 22:05
@bot-ross bot-ross bot added area/kubernetes Changes made in the kubernetes directory cluster/main labels Dec 15, 2023
@bot-ross
Copy link
Contributor Author

bot-ross bot commented Dec 15, 2023

--- kubernetes/main HelmRelease: rook-ceph/rook-ceph-cluster Deployment: rook-ceph/rook-ceph-tools

+++ kubernetes/main HelmRelease: rook-ceph/rook-ceph-cluster Deployment: rook-ceph/rook-ceph-tools

@@ -17,13 +17,13 @@

         app: rook-ceph-tools
     spec:
       dnsPolicy: ClusterFirstWithHostNet
       hostNetwork: true
       containers:
       - name: rook-ceph-tools
-        image: quay.io/ceph/ceph:v18.2.0
+        image: quay.io/ceph/ceph:v18.2.1
         command:
         - /bin/bash
         - -c
         - |
           # Replicate the script from toolbox.sh inline so the ceph image
           # can be run directly, instead of requiring the rook toolbox
--- kubernetes/main HelmRelease: rook-ceph/rook-ceph-cluster CephCluster: rook-ceph/rook-ceph

+++ kubernetes/main HelmRelease: rook-ceph/rook-ceph-cluster CephCluster: rook-ceph/rook-ceph

@@ -6,13 +6,13 @@

   namespace: rook-ceph
 spec:
   monitoring:
     enabled: true
   cephVersion:
     allowUnsupported: false
-    image: quay.io/ceph/ceph:v18.2.0
+    image: quay.io/ceph/ceph:v18.2.1
   cleanupPolicy:
     allowUninstallWithVolumes: false
     confirmation: ''
     sanitizeDisks:
       dataSource: zero
       iteration: 1

@bot-ross
Copy link
Contributor Author

bot-ross bot commented Dec 15, 2023

--- kubernetes/main/apps/default/kromgo/app Kustomization: flux-system/kromgo ConfigMap: default/kromgo-configmap

+++ kubernetes/main/apps/default/kromgo/app Kustomization: flux-system/kromgo ConfigMap: default/kromgo-configmap

@@ -12,13 +12,13 @@

           - { color: "orange", min: 36, max: 75 }
           - { color: "red", min: 76, max: 9999 }
 
       - name: cluster_node_count
         query: count(count by (node) (kube_node_info))
 
-      - name: cluster_pod_count
+      - name: cluster_pods_running
         query: sum(kube_pod_status_phase{phase="Running"})
 
       - name: cluster_ups_power_watts
         query: round(upsHighPrecOutputCurrent * upsHighPrecOutputVoltage * 0.01, 0.1)
         suffix: "w"
         colors:
--- kubernetes/main/apps/rook-ceph/rook-ceph/cluster Kustomization: flux-system/rook-ceph-cluster HelmRelease: rook-ceph/rook-ceph-cluster

+++ kubernetes/main/apps/rook-ceph/rook-ceph/cluster Kustomization: flux-system/rook-ceph-cluster HelmRelease: rook-ceph/rook-ceph-cluster

@@ -61,13 +61,13 @@

       deletionPolicy: Delete
       enabled: true
       isDefault: false
       name: csi-ceph-blockpool
     cephClusterSpec:
       cephVersion:
-        image: quay.io/ceph/ceph:v18.2.0
+        image: quay.io/ceph/ceph:v18.2.1
       crashCollector:
         disable: false
       dashboard:
         enabled: true
         ssl: false
         urlPrefix: /

@onedr0p onedr0p merged commit 29f2e4f into main Dec 16, 2023
9 checks passed
@onedr0p onedr0p deleted the renovate/main-quay.io-ceph-ceph-18.x branch December 16, 2023 03:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Changes made in the kubernetes directory renovate/container type/patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant