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 thanos ( 14.0.0 β†’ 14.0.1 ) #1943

Merged
merged 1 commit into from
Mar 16, 2024

Conversation

smurf-bot[bot]
Copy link
Contributor

@smurf-bot smurf-bot bot commented Mar 15, 2024

This PR contains the following updates:

Package Update Change
thanos (source) patch 14.0.0 -> 14.0.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 this update again.


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

This PR has been generated by Renovate Bot.

@smurf-bot smurf-bot bot requested a review from joryirving as a code owner March 15, 2024 18:03
@smurf-bot smurf-bot bot added renovate/container type/patch area/kubernetes Changes made in the kubernetes directory cluster/main labels Mar 15, 2024
@smurf-bot
Copy link
Contributor Author

smurf-bot bot commented Mar 15, 2024

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

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

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

     spec:
       chart: thanos
       sourceRef:
         kind: HelmRepository
         name: bitnami
         namespace: flux-system
-      version: 14.0.0
+      version: 14.0.1
   dependsOn:
   - name: openebs
     namespace: storage
   - name: rook-ceph-cluster
     namespace: rook-ceph
   install:

@smurf-bot
Copy link
Contributor Author

smurf-bot bot commented Mar 15, 2024

--- HelmRelease: observability/thanos Deployment: observability/thanos-bucketweb

+++ HelmRelease: observability/thanos Deployment: observability/thanos-bucketweb

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

       labels:
         app.kubernetes.io/instance: thanos
         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/name: thanos
         app.kubernetes.io/component: bucketweb
       annotations:
-        checksum/objstore-configuration: 9333f527d5e7ccd1564dcaf4aaf0c8552613750d9168ae42410e83e4c731d388
+        checksum/objstore-configuration: bd24c17099de0ff46b9e691b87efd9b836bf6e8e218665cbac92ddb8593e6d8d
     spec:
       serviceAccountName: thanos-bucketweb
       automountServiceAccountToken: true
       affinity:
         podAffinity: null
         podAntiAffinity:
--- HelmRelease: observability/thanos Deployment: observability/thanos-compactor

+++ HelmRelease: observability/thanos Deployment: observability/thanos-compactor

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

       labels:
         app.kubernetes.io/instance: thanos
         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/name: thanos
         app.kubernetes.io/component: compactor
       annotations:
-        checksum/objstore-configuration: 9333f527d5e7ccd1564dcaf4aaf0c8552613750d9168ae42410e83e4c731d388
+        checksum/objstore-configuration: bd24c17099de0ff46b9e691b87efd9b836bf6e8e218665cbac92ddb8593e6d8d
     spec:
       serviceAccountName: thanos-compactor
       automountServiceAccountToken: true
       affinity:
         podAffinity: null
         podAntiAffinity:
--- HelmRelease: observability/thanos StatefulSet: observability/thanos-ruler

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

@@ -26,14 +26,14 @@

       labels:
         app.kubernetes.io/instance: thanos
         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/name: thanos
         app.kubernetes.io/component: ruler
       annotations:
-        checksum/objstore-configuration: 9333f527d5e7ccd1564dcaf4aaf0c8552613750d9168ae42410e83e4c731d388
-        checksum/ruler-configuration: 1e98cbff3f97a4d9123db031387ee55cd219c9ae8aaee1acbf2cdb7e64e3f849
+        checksum/objstore-configuration: bd24c17099de0ff46b9e691b87efd9b836bf6e8e218665cbac92ddb8593e6d8d
+        checksum/ruler-configuration: 4f35aa3c95cca324a3ed25358eea26eae4ba43748f1ade777fabc62692034161
     spec:
       serviceAccountName: thanos-ruler
       automountServiceAccountToken: true
       affinity:
         podAffinity: null
         podAntiAffinity:
--- HelmRelease: observability/thanos StatefulSet: observability/thanos-storegateway

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

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

       labels:
         app.kubernetes.io/instance: thanos
         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/name: thanos
         app.kubernetes.io/component: storegateway
       annotations:
-        checksum/objstore-configuration: 9333f527d5e7ccd1564dcaf4aaf0c8552613750d9168ae42410e83e4c731d388
+        checksum/objstore-configuration: bd24c17099de0ff46b9e691b87efd9b836bf6e8e218665cbac92ddb8593e6d8d
     spec:
       serviceAccountName: thanos-storegateway
       automountServiceAccountToken: true
       affinity:
         podAffinity: null
         podAntiAffinity:

@smurf-bot smurf-bot bot force-pushed the renovate/thanos-14.x branch from 365b99c to d2b831c Compare March 15, 2024 23:03
| datasource | package                                   | from   | to     |
| ---------- | ----------------------------------------- | ------ | ------ |
| docker     | registry-1.docker.io/bitnamicharts/thanos | 14.0.0 | 14.0.1 |
@smurf-bot smurf-bot bot force-pushed the renovate/thanos-14.x branch from d2b831c to 68cdcf9 Compare March 16, 2024 14:29
@joryirving joryirving merged commit 70fe7c1 into main Mar 16, 2024
10 checks passed
@joryirving joryirving deleted the renovate/thanos-14.x branch March 16, 2024 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant