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 v61.7.2 #2793

Merged
merged 1 commit into from
Aug 10, 2024

Conversation

layla-bot[bot]
Copy link
Contributor

@layla-bot layla-bot bot commented Aug 8, 2024

This PR contains the following updates:

Package Update Change
kube-prometheus-stack (source) patch 61.7.1 -> 61.7.2

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
Copy link
Contributor Author

layla-bot bot commented Aug 8, 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: 61.7.1
+      version: 61.7.2
   dependsOn:
   - name: prometheus-operator-crds
     namespace: observability
   - name: openebs
     namespace: openebs-system
   install:

@layla-bot
Copy link
Contributor Author

layla-bot bot commented Aug 8, 2024

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

+++ kubernetes/storage/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: 61.7.1
+      version: 61.7.2
   dependsOn:
   - name: openebs
     namespace: openebs-system
   install:
     crds: CreateReplace
     remediation:

@layla-bot
Copy link
Contributor Author

layla-bot bot commented Aug 8, 2024

--- HelmRelease: observability/kube-prometheus-stack DaemonSet: observability/node-exporter

+++ HelmRelease: observability/kube-prometheus-stack DaemonSet: observability/node-exporter

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

         - name: root
           mountPath: /host/root
           mountPropagation: HostToContainer
           readOnly: true
       hostNetwork: true
       hostPID: true
+      hostIPC: false
       nodeSelector:
         kubernetes.io/os: linux
       tolerations:
       - effect: NoSchedule
         operator: Exists
       volumes:
--- HelmRelease: observability/kube-prometheus-stack Deployment: observability/kube-prometheus-stack-operator

+++ HelmRelease: observability/kube-prometheus-stack Deployment: observability/kube-prometheus-stack-operator

@@ -65,12 +65,32 @@

             - ALL
           readOnlyRootFilesystem: true
         volumeMounts:
         - name: tls-secret
           mountPath: /cert
           readOnly: true
+        readinessProbe:
+          httpGet:
+            path: /healthz
+            port: https
+            scheme: HTTPS
+          initialDelaySeconds: 0
+          periodSeconds: 10
+          timeoutSeconds: 1
+          successThreshold: 1
+          failureThreshold: 3
+        livenessProbe:
+          httpGet:
+            path: /healthz
+            port: https
+            scheme: HTTPS
+          initialDelaySeconds: 0
+          periodSeconds: 10
+          timeoutSeconds: 1
+          successThreshold: 1
+          failureThreshold: 3
       volumes:
       - name: tls-secret
         secret:
           defaultMode: 420
           secretName: kube-prometheus-stack-admission
       securityContext:

@layla-bot
Copy link
Contributor Author

layla-bot bot commented Aug 8, 2024

--- HelmRelease: observability/kube-prometheus-stack DaemonSet: observability/node-exporter

+++ HelmRelease: observability/kube-prometheus-stack DaemonSet: observability/node-exporter

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

         - name: root
           mountPath: /host/root
           mountPropagation: HostToContainer
           readOnly: true
       hostNetwork: true
       hostPID: true
+      hostIPC: false
       nodeSelector:
         kubernetes.io/os: linux
       tolerations:
       - effect: NoSchedule
         operator: Exists
       volumes:
--- HelmRelease: observability/kube-prometheus-stack Deployment: observability/kube-prometheus-stack-operator

+++ HelmRelease: observability/kube-prometheus-stack Deployment: observability/kube-prometheus-stack-operator

@@ -65,12 +65,32 @@

             - ALL
           readOnlyRootFilesystem: true
         volumeMounts:
         - name: tls-secret
           mountPath: /cert
           readOnly: true
+        readinessProbe:
+          httpGet:
+            path: /healthz
+            port: https
+            scheme: HTTPS
+          initialDelaySeconds: 0
+          periodSeconds: 10
+          timeoutSeconds: 1
+          successThreshold: 1
+          failureThreshold: 3
+        livenessProbe:
+          httpGet:
+            path: /healthz
+            port: https
+            scheme: HTTPS
+          initialDelaySeconds: 0
+          periodSeconds: 10
+          timeoutSeconds: 1
+          successThreshold: 1
+          failureThreshold: 3
       volumes:
       - name: tls-secret
         secret:
           defaultMode: 420
           secretName: kube-prometheus-stack-admission
       securityContext:

@layla-bot layla-bot bot force-pushed the renovate/kube-prometheus-stack-61.x branch from ad46802 to 3f902ba Compare August 9, 2024 07:04
@layla-bot layla-bot bot force-pushed the renovate/kube-prometheus-stack-61.x branch from 3f902ba to 2117f72 Compare August 9, 2024 10:04
@kashalls kashalls merged commit f9c1064 into main Aug 10, 2024
14 checks passed
@layla-bot layla-bot bot deleted the renovate/kube-prometheus-stack-61.x branch August 10, 2024 05:04
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