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 kube-prometheus-stack to v65.5.1 #3007

Merged
merged 1 commit into from
Nov 4, 2024

Conversation

layla-bot[bot]
Copy link
Contributor

@layla-bot layla-bot bot commented Oct 30, 2024

This PR contains the following updates:

Package Update Change
kube-prometheus-stack (source) patch 65.5.0 -> 65.5.1

Warning

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


Release Notes

prometheus-community/helm-charts (kube-prometheus-stack)

v65.5.1

Compare Source


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.

@layla-bot layla-bot bot requested a review from kashalls as a code owner October 30, 2024 11:04
@github-actions github-actions bot added area/kubernetes Changes made in the kubernetes directory cluster/main labels Oct 30, 2024
@layla-bot
Copy link
Contributor Author

layla-bot bot commented Oct 30, 2024

--- kubernetes/main/apps/observability/kube-prometheus-stack/app Kustomization: flux-system/kube-prometheus-stack HelmRelease: observability/kube-prometheus-stack

+++ kubernetes/main/apps/observability/kube-prometheus-stack/app Kustomization: flux-system/kube-prometheus-stack HelmRelease: observability/kube-prometheus-stack

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

     spec:
       chart: kube-prometheus-stack
       sourceRef:
         kind: HelmRepository
         name: prometheus-community
         namespace: flux-system
-      version: 65.5.0
+      version: 65.5.1
   dependsOn:
   - name: prometheus-operator-crds
     namespace: observability
   - name: openebs
     namespace: openebs-system
   install:

@layla-bot
Copy link
Contributor Author

layla-bot bot commented Oct 30, 2024

--- HelmRelease: observability/kube-prometheus-stack Alertmanager: observability/kube-prometheus-stack

+++ HelmRelease: observability/kube-prometheus-stack Alertmanager: observability/kube-prometheus-stack

@@ -38,8 +38,24 @@

     volumeClaimTemplate:
       spec:
         resources:
           requests:
             storage: 1Gi
         storageClassName: openebs-hostpath
+  affinity:
+    podAntiAffinity:
+      preferredDuringSchedulingIgnoredDuringExecution:
+      - weight: 100
+        podAffinityTerm:
+          topologyKey: kubernetes.io/hostname
+          labelSelector:
+            matchExpressions:
+            - key: app.kubernetes.io/name
+              operator: In
+              values:
+              - alertmanager
+            - key: alertmanager
+              operator: In
+              values:
+              - kube-prometheus-stack
   portName: http-web
 
--- HelmRelease: observability/kube-prometheus-stack Prometheus: observability/kube-prometheus-stack

+++ HelmRelease: observability/kube-prometheus-stack Prometheus: observability/kube-prometheus-stack

@@ -68,9 +68,25 @@

     volumeClaimTemplate:
       spec:
         resources:
           requests:
             storage: 75Gi
         storageClassName: openebs-hostpath
+  affinity:
+    podAntiAffinity:
+      preferredDuringSchedulingIgnoredDuringExecution:
+      - weight: 100
+        podAffinityTerm:
+          topologyKey: kubernetes.io/hostname
+          labelSelector:
+            matchExpressions:
+            - key: app.kubernetes.io/name
+              operator: In
+              values:
+              - prometheus
+            - key: prometheus
+              operator: In
+              values:
+              - kube-prometheus-stack
   portName: http-web
   hostNetwork: false
 

@layla-bot layla-bot bot force-pushed the renovate/kube-prometheus-stack-65.x branch 3 times, most recently from 813adc6 to aad85b2 Compare November 4, 2024 15:50
@layla-bot layla-bot bot force-pushed the renovate/kube-prometheus-stack-65.x branch from aad85b2 to 9133b96 Compare November 4, 2024 17:04
@kashalls kashalls merged commit a0ba1b7 into main Nov 4, 2024
11 checks passed
@layla-bot layla-bot bot deleted the renovate/kube-prometheus-stack-65.x branch November 4, 2024 18:05
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