rwlove / home-ops

Lovenet Cluster Configuration
https://rwlove.github.io/home-ops/
9 stars 0 forks source link

fix(helm): update chart thanos to 15.7.24 #7140

Closed rosey-the-renovator-bot[bot] closed 2 months ago

rosey-the-renovator-bot[bot] commented 2 months ago

This PR contains the following updates:

Package Update Change
thanos (source) patch 15.7.23 -> 15.7.24

Release Notes

bitnami/charts (thanos) ### [`v15.7.24`](https://redirect.github.com/bitnami/charts/blob/HEAD/bitnami/thanos/CHANGELOG.md#15724-2024-09-05) - \[bitnami/thanos] Added apiVersion and kind to volumeClaimTemplates ([#​29200](https://redirect.github.com/bitnami/charts/pull/29200))

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 this update again.



This PR has been generated by Renovate Bot.

rosey-the-renovator-bot[bot] commented 2 months ago
--- kubernetes/main/apps/monitoring/thanos/app Kustomization: flux-system/monitoring-thanos HelmRelease: monitoring/thanos

+++ kubernetes/main/apps/monitoring/thanos/app Kustomization: flux-system/monitoring-thanos HelmRelease: monitoring/thanos

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

     spec:
       chart: thanos
       sourceRef:
         kind: HelmRepository
         name: bitnami-charts
         namespace: flux-system
-      version: 15.7.23
+      version: 15.7.24
   install:
     remediation:
       retries: 3
   interval: 30m
   maxHistory: 3
   uninstall:
rosey-the-renovator-bot[bot] commented 2 months ago
--- HelmRelease: monitoring/thanos StatefulSet: monitoring/thanos-ruler

+++ HelmRelease: monitoring/thanos StatefulSet: monitoring/thanos-ruler

@@ -139,13 +139,15 @@

         configMap:
           name: thanos-ruler
       - name: objstore-config
         secret:
           secretName: thanos-objstore-secret
   volumeClaimTemplates:
-  - metadata:
+  - apiVersion: v1
+    kind: PersistentVolumeClaim
+    metadata:
       name: data
     spec:
       accessModes:
       - ReadWriteOnce
       resources:
         requests:
--- HelmRelease: monitoring/thanos StatefulSet: monitoring/thanos-storegateway

+++ HelmRelease: monitoring/thanos StatefulSet: monitoring/thanos-storegateway

@@ -117,13 +117,15 @@

           mountPath: /data
       volumes:
       - name: objstore-config
         secret:
           secretName: thanos-objstore-secret
   volumeClaimTemplates:
-  - metadata:
+  - apiVersion: v1
+    kind: PersistentVolumeClaim
+    metadata:
       name: data
     spec:
       accessModes:
       - ReadWriteOnce
       resources:
         requests: