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

feat(helm)!: Update thanos ( 12.23.2 → 13.2.2 ) #1104

Merged
merged 1 commit into from
Feb 27, 2024
Merged

Conversation

ergho-bot[bot]
Copy link
Contributor

@ergho-bot ergho-bot bot commented Feb 14, 2024

This PR contains the following updates:

Package Update Change
thanos (source) major 12.23.2 -> 13.2.2

Warning

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


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.

@ergho-bot
Copy link
Contributor Author

ergho-bot bot commented Feb 14, 2024

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

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

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

     spec:
       chart: thanos
       sourceRef:
         kind: HelmRepository
         name: bitnami-charts
         namespace: flux-system
-      version: 12.23.2
+      version: 13.2.2
   install:
     createNamespace: true
     remediation:
       retries: 5
   interval: 15m
   upgrade:

@ergho-bot
Copy link
Contributor Author

ergho-bot bot commented Feb 14, 2024

--- HelmRelease: monitoring/thanos ServiceAccount: monitoring/thanos

+++ HelmRelease: monitoring/thanos ServiceAccount: monitoring/thanos

@@ -1,13 +0,0 @@

----
-apiVersion: v1
-kind: ServiceAccount
-metadata:
-  name: thanos
-  namespace: monitoring
-  labels:
-    app.kubernetes.io/instance: thanos
-    app.kubernetes.io/managed-by: Helm
-    app.kubernetes.io/name: thanos
-    app.kubernetes.io/component: storegateway
-automountServiceAccountToken: false
-
--- HelmRelease: monitoring/thanos ConfigMap: monitoring/thanos-ruler-configmap

+++ HelmRelease: monitoring/thanos ConfigMap: monitoring/thanos-ruler-configmap

@@ -1,24 +0,0 @@

----
-apiVersion: v1
-kind: ConfigMap
-metadata:
-  name: thanos-ruler-configmap
-  namespace: monitoring
-  labels:
-    app.kubernetes.io/instance: thanos
-    app.kubernetes.io/managed-by: Helm
-    app.kubernetes.io/name: thanos
-    app.kubernetes.io/component: ruler
-data:
-  ruler.yml: |-
-    groups:
-      - name: PrometheusWatcher
-        rules:
-          - alert: PrometheusDown
-            annotations:
-              summary: A Prometheus has disappeared from Prometheus target discovery
-            expr: absent(up{job="kube-prometheus-stack-prometheus"})
-            for: 5m
-            labels:
-              severity: critical
-
--- HelmRelease: monitoring/thanos Deployment: monitoring/thanos-bucketweb

+++ HelmRelease: monitoring/thanos Deployment: monitoring/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: b85fe5685e1df43c1b1b262f1bc704201ab493940760e8119af85d7351d71468
+        checksum/objstore-configuration: 45d627ed031d2e87951dd69e2fcf93940ba10298500c251deb47c73cccf6426b
     spec:
       serviceAccountName: thanos-bucketweb
       automountServiceAccountToken: true
       affinity:
         podAffinity: null
         podAntiAffinity:
@@ -96,15 +96,12 @@

           successThreshold: 1
           timeoutSeconds: 30
           httpGet:
             path: /-/ready
             port: http
             scheme: HTTP
-        resources:
-          limits: {}
-          requests: {}
         volumeMounts:
         - name: objstore-config
           mountPath: /conf
       volumes:
       - name: objstore-config
         secret:
--- HelmRelease: monitoring/thanos Deployment: monitoring/thanos-compactor

+++ HelmRelease: monitoring/thanos Deployment: monitoring/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: b85fe5685e1df43c1b1b262f1bc704201ab493940760e8119af85d7351d71468
+        checksum/objstore-configuration: 45d627ed031d2e87951dd69e2fcf93940ba10298500c251deb47c73cccf6426b
     spec:
       serviceAccountName: thanos-compactor
       automountServiceAccountToken: true
       affinity:
         podAffinity: null
         podAntiAffinity:
@@ -100,15 +100,12 @@

           successThreshold: 1
           timeoutSeconds: 30
           httpGet:
             path: /-/ready
             port: http
             scheme: HTTP
-        resources:
-          limits: {}
-          requests: {}
         volumeMounts:
         - name: objstore-config
           mountPath: /conf
         - name: data
           mountPath: /data
       volumes:
--- HelmRelease: monitoring/thanos Deployment: monitoring/thanos-query-frontend

+++ HelmRelease: monitoring/thanos Deployment: monitoring/thanos-query-frontend

@@ -64,17 +64,17 @@

           seccompProfile:
             type: RuntimeDefault
         args:
         - query-frontend
         - --log.level=info
         - --log.format=logfmt
-        - --http-address=0.0.0.0:10902
+        - --http-address=0.0.0.0:9090
         - --query-frontend.downstream-url=http://thanos-query:9090
         ports:
         - name: http
-          containerPort: 10902
+          containerPort: 9090
           protocol: TCP
         livenessProbe:
           failureThreshold: 6
           initialDelaySeconds: 30
           periodSeconds: 10
           successThreshold: 1
@@ -90,12 +90,9 @@

           successThreshold: 1
           timeoutSeconds: 30
           httpGet:
             path: /-/ready
             port: http
             scheme: HTTP
-        resources:
-          limits: {}
-          requests: {}
         volumeMounts: null
       volumes: null
 
--- HelmRelease: monitoring/thanos Deployment: monitoring/thanos-query

+++ HelmRelease: monitoring/thanos Deployment: monitoring/thanos-query

@@ -98,12 +98,9 @@

           successThreshold: 1
           timeoutSeconds: 30
           httpGet:
             path: /-/ready
             port: http
             scheme: HTTP
-        resources:
-          limits: {}
-          requests: {}
         volumeMounts: null
       volumes: null
 
--- HelmRelease: monitoring/thanos StatefulSet: monitoring/thanos-ruler

+++ HelmRelease: monitoring/thanos StatefulSet: monitoring/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: b85fe5685e1df43c1b1b262f1bc704201ab493940760e8119af85d7351d71468
-        checksum/ruler-configuration: 1b12b1c5d945cc91219cba962ccd6a3274f9729877698cf13468cd8c193cc881
+        checksum/objstore-configuration: 45d627ed031d2e87951dd69e2fcf93940ba10298500c251deb47c73cccf6426b
+        checksum/ruler-configuration: 9d4a82030950eb55b9fbc216b10152d66d22510f3ce5352e32c88a9ca5493133
     spec:
       serviceAccountName: thanos-ruler
       automountServiceAccountToken: true
       affinity:
         podAffinity: null
         podAntiAffinity:
@@ -114,26 +114,23 @@

           successThreshold: 1
           timeoutSeconds: 30
           httpGet:
             path: /-/ready
             port: http
             scheme: HTTP
-        resources:
-          limits: {}
-          requests: {}
         volumeMounts:
         - name: ruler-config
           mountPath: /conf/rules
         - name: objstore-config
           mountPath: /conf/objstore
         - name: data
           mountPath: /data
       volumes:
       - name: ruler-config
         configMap:
-          name: thanos-ruler-configmap
+          name: thanos-ruler
       - name: objstore-config
         secret:
           secretName: thanos-objstore-secret
   volumeClaimTemplates:
   - metadata:
       name: data
--- HelmRelease: monitoring/thanos StatefulSet: monitoring/thanos-storegateway

+++ HelmRelease: monitoring/thanos StatefulSet: monitoring/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: b85fe5685e1df43c1b1b262f1bc704201ab493940760e8119af85d7351d71468
+        checksum/objstore-configuration: 45d627ed031d2e87951dd69e2fcf93940ba10298500c251deb47c73cccf6426b
     spec:
       serviceAccountName: thanos-storegateway
       automountServiceAccountToken: true
       affinity:
         podAffinity: null
         podAntiAffinity:
@@ -99,15 +99,12 @@

           successThreshold: 1
           timeoutSeconds: 30
           httpGet:
             path: /-/ready
             port: http
             scheme: HTTP
-        resources:
-          limits: {}
-          requests: {}
         volumeMounts:
         - name: objstore-config
           mountPath: /conf
         - name: data
           mountPath: /data
       volumes:
--- HelmRelease: monitoring/thanos NetworkPolicy: monitoring/thanos-bucketweb

+++ HelmRelease: monitoring/thanos NetworkPolicy: monitoring/thanos-bucketweb

@@ -0,0 +1,27 @@

+---
+kind: NetworkPolicy
+apiVersion: networking.k8s.io/v1
+metadata:
+  name: thanos-bucketweb
+  namespace: monitoring
+  labels:
+    app.kubernetes.io/instance: thanos
+    app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/name: thanos
+    app.kubernetes.io/component: bucketweb
+spec:
+  podSelector:
+    matchLabels:
+      app.kubernetes.io/instance: thanos
+      app.kubernetes.io/name: thanos
+      app.kubernetes.io/component: bucketweb
+  policyTypes:
+  - Ingress
+  - Egress
+  egress:
+  - {}
+  ingress:
+  - ports:
+    - port: 8080
+    - port: 8080
+
--- HelmRelease: monitoring/thanos NetworkPolicy: monitoring/thanos-compactor

+++ HelmRelease: monitoring/thanos NetworkPolicy: monitoring/thanos-compactor

@@ -0,0 +1,27 @@

+---
+kind: NetworkPolicy
+apiVersion: networking.k8s.io/v1
+metadata:
+  name: thanos-compactor
+  namespace: monitoring
+  labels:
+    app.kubernetes.io/instance: thanos
+    app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/name: thanos
+    app.kubernetes.io/component: compactor
+spec:
+  podSelector:
+    matchLabels:
+      app.kubernetes.io/instance: thanos
+      app.kubernetes.io/name: thanos
+      app.kubernetes.io/component: compactor
+  policyTypes:
+  - Ingress
+  - Egress
+  egress:
+  - {}
+  ingress:
+  - ports:
+    - port: 10902
+    - port: 9090
+
--- HelmRelease: monitoring/thanos NetworkPolicy: monitoring/thanos-query-frontend

+++ HelmRelease: monitoring/thanos NetworkPolicy: monitoring/thanos-query-frontend

@@ -0,0 +1,27 @@

+---
+kind: NetworkPolicy
+apiVersion: networking.k8s.io/v1
+metadata:
+  name: thanos-query-frontend
+  namespace: monitoring
+  labels:
+    app.kubernetes.io/instance: thanos
+    app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/name: thanos
+    app.kubernetes.io/component: query-frontend
+spec:
+  podSelector:
+    matchLabels:
+      app.kubernetes.io/instance: thanos
+      app.kubernetes.io/name: thanos
+      app.kubernetes.io/component: query-frontend
+  policyTypes:
+  - Ingress
+  - Egress
+  egress:
+  - {}
+  ingress:
+  - ports:
+    - port: 9090
+    - port: 9090
+
--- HelmRelease: monitoring/thanos NetworkPolicy: monitoring/thanos-query

+++ HelmRelease: monitoring/thanos NetworkPolicy: monitoring/thanos-query

@@ -0,0 +1,29 @@

+---
+kind: NetworkPolicy
+apiVersion: networking.k8s.io/v1
+metadata:
+  name: thanos-query
+  namespace: monitoring
+  labels:
+    app.kubernetes.io/instance: thanos
+    app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/name: thanos
+    app.kubernetes.io/component: query
+spec:
+  podSelector:
+    matchLabels:
+      app.kubernetes.io/instance: thanos
+      app.kubernetes.io/name: thanos
+      app.kubernetes.io/component: query
+  policyTypes:
+  - Ingress
+  - Egress
+  egress:
+  - {}
+  ingress:
+  - ports:
+    - port: 10902
+    - port: 10901
+    - port: 9090
+    - port: 10901
+
--- HelmRelease: monitoring/thanos NetworkPolicy: monitoring/thanos-receive

+++ HelmRelease: monitoring/thanos NetworkPolicy: monitoring/thanos-receive

@@ -0,0 +1,31 @@

+---
+kind: NetworkPolicy
+apiVersion: networking.k8s.io/v1
+metadata:
+  name: thanos-receive
+  namespace: monitoring
+  labels:
+    app.kubernetes.io/instance: thanos
+    app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/name: thanos
+    app.kubernetes.io/component: receive
+spec:
+  podSelector:
+    matchLabels:
+      app.kubernetes.io/instance: thanos
+      app.kubernetes.io/name: thanos
+      app.kubernetes.io/component: receive
+  policyTypes:
+  - Ingress
+  - Egress
+  egress:
+  - {}
+  ingress:
+  - ports:
+    - port: 10902
+    - port: 10902
+    - port: 10901
+    - port: 10901
+    - port: 19291
+    - port: 19291
+
--- HelmRelease: monitoring/thanos NetworkPolicy: monitoring/thanos-ruler

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

@@ -0,0 +1,29 @@

+---
+kind: NetworkPolicy
+apiVersion: networking.k8s.io/v1
+metadata:
+  name: thanos-ruler
+  namespace: monitoring
+  labels:
+    app.kubernetes.io/instance: thanos
+    app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/name: thanos
+    app.kubernetes.io/component: ruler
+spec:
+  podSelector:
+    matchLabels:
+      app.kubernetes.io/instance: thanos
+      app.kubernetes.io/name: thanos
+      app.kubernetes.io/component: ruler
+  policyTypes:
+  - Ingress
+  - Egress
+  egress:
+  - {}
+  ingress:
+  - ports:
+    - port: 10902
+    - port: 9090
+    - port: 10901
+    - port: 10901
+
--- HelmRelease: monitoring/thanos NetworkPolicy: monitoring/thanos-storegateway

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

@@ -0,0 +1,29 @@

+---
+kind: NetworkPolicy
+apiVersion: networking.k8s.io/v1
+metadata:
+  name: thanos-storegateway
+  namespace: monitoring
+  labels:
+    app.kubernetes.io/instance: thanos
+    app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/name: thanos
+    app.kubernetes.io/component: storegateway
+spec:
+  podSelector:
+    matchLabels:
+      app.kubernetes.io/instance: thanos
+      app.kubernetes.io/name: thanos
+      app.kubernetes.io/component: storegateway
+  policyTypes:
+  - Ingress
+  - Egress
+  egress:
+  - {}
+  ingress:
+  - ports:
+    - port: 10902
+    - port: 9090
+    - port: 10901
+    - port: 10901
+
--- HelmRelease: monitoring/thanos ConfigMap: monitoring/thanos-ruler

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

@@ -0,0 +1,24 @@

+---
+apiVersion: v1
+kind: ConfigMap
+metadata:
+  name: thanos-ruler
+  namespace: monitoring
+  labels:
+    app.kubernetes.io/instance: thanos
+    app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/name: thanos
+    app.kubernetes.io/component: ruler
+data:
+  ruler.yml: |-
+    groups:
+      - name: PrometheusWatcher
+        rules:
+          - alert: PrometheusDown
+            annotations:
+              summary: A Prometheus has disappeared from Prometheus target discovery
+            expr: absent(up{job="kube-prometheus-stack-prometheus"})
+            for: 5m
+            labels:
+              severity: critical
+

@ergho-bot ergho-bot bot removed the area/cluster label Feb 15, 2024
@ergho-bot ergho-bot bot changed the title feat(helm)!: Update thanos ( 12.23.2 → 13.0.0 ) feat(helm)!: Update thanos ( 12.23.2 → 13.1.0 ) Feb 16, 2024
@ergho-bot ergho-bot bot changed the title feat(helm)!: Update thanos ( 12.23.2 → 13.1.0 ) feat(helm)!: Update thanos ( 12.23.2 → 13.2.1 ) Feb 21, 2024
@ergho-bot ergho-bot bot changed the title feat(helm)!: Update thanos ( 12.23.2 → 13.2.1 ) feat(helm)!: Update thanos ( 12.23.2 → 13.2.2 ) Feb 22, 2024
@ergho ergho merged commit e3ea53b into main Feb 27, 2024
7 of 8 checks passed
@ergho ergho deleted the renovate/thanos-13.x branch February 27, 2024 11:05
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