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 thanos to v15.7.25 #560

Merged
merged 1 commit into from
Sep 12, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 5, 2024

This PR contains the following updates:

Package Update Change OpenSSF
thanos (source) patch 15.7.23 -> 15.7.25 OpenSSF Scorecard

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

bitnami/charts (thanos)

v15.7.25

  • [bitnami/thanos] Release 15.7.25 (#​29260)

v15.7.24

  • [bitnami/thanos] Added apiVersion and kind to volumeClaimTemplates (#​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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

github-actions bot commented Sep 5, 2024

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

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

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

     spec:
       chart: thanos
       sourceRef:
         kind: HelmRepository
         name: bitnami
         namespace: flux-system
-      version: 15.7.23
+      version: 15.7.25
   dependsOn:
   - name: local-path-provisioner
     namespace: kube-system
   - name: redis
     namespace: database
   install:

Copy link

github-actions bot commented Sep 5, 2024

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

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

@@ -141,13 +141,15 @@

         secret:
           secretName: thanos-objstore-secret
           items:
           - key: thanos.yaml
             path: objstore.yml
   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

@@ -128,13 +128,15 @@

           - key: thanos.yaml
             path: objstore.yml
       - name: cache-config
         configMap:
           name: thanos-storegateway
   volumeClaimTemplates:
-  - metadata:
+  - apiVersion: v1
+    kind: PersistentVolumeClaim
+    metadata:
       name: data
     spec:
       accessModes:
       - ReadWriteOnce
       resources:
         requests:

@renovate renovate bot force-pushed the renovate/thanos-15.x branch from 639357a to 205fd8e Compare September 6, 2024 07:39
@renovate renovate bot changed the title fix(container): update image thanos to v15.7.24 fix(container): update image thanos to v15.7.25 Sep 6, 2024
@chrisbsmith chrisbsmith merged commit a3d3b41 into main Sep 12, 2024
5 checks passed
@renovate renovate bot deleted the renovate/thanos-15.x branch September 12, 2024 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant