prometheus-community / helm-charts

Prometheus community Helm charts
Apache License 2.0
5.12k stars 5.02k forks source link

[kube-prometheus-stack] ArgoCD reports of differences in multiple places which are set by the chart #4914

Open zefferno opened 1 month ago

zefferno commented 1 month ago

Describe the bug a clear and concise description of what the bug is.

I'm encountering a strange issue with the deployment of the kube-prometheus-stack using Argo CD application. I'm consistently seeing differences in the Argo CD application, which prompts for the removal of resources and caBundle entries from the cluster. This started happening after I upgraded to version 58.7.2 (screenshot attached). I’ve attempted both downgrading and upgrading, but it hasn’t resolved the problem. Any idea what could be reason for this discrepancy? 2024-10-15_14-17-15

What's your helm version?

v3.16.2

What's your kubectl version?

v1.30.5

Which chart?

kube-prometheus-stack

What's the chart version?

58.7.2

What happened?

No response

What you expected to happen?

No response

How to reproduce it?

No response

Enter the changed values of values.yaml?

No response

Enter the command that you execute and failing/misfunctioning.

Deploying the helm chart using ArgoCD application: project: default destination: server: 'https://kubernetes.default.svc' namespace: monitoring syncPolicy: automated: {} syncOptions:

Anything else we need to know?

No response