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

Random-annotation annotation in oncall helm chart creates new replica set during refreshes using ArgoCD #4355

Open
adudzic opened this issue May 16, 2024 · 0 comments
Labels

Comments

@adudzic
Copy link

adudzic commented May 16, 2024

What went wrong?

What happened:

  • When deploying Oncall helm chart using ArgoCD, new random string for random-annotation in deployments is being created, which means that for every hard refresh of the Application in ArgoCD, new replicaset for the deployments are being created.

What did you expect to happen:

  • There should be a flag for disabling adding random-annotation in resources in Oncall helm chart.

This situation is specific to ArgoCD, as it recalculates every randomly generated string during hard refreshes (because it runs helm template underneath), which are done periodically in the background.

Screenshot 2024-05-16 at 15 47 11

How do we reproduce it?

  1. Deploy oncall helm chart using ArgoCD
  2. Do a hard refresh on the release in ArgocD

Grafana OnCall Version

1.3.91

Product Area

Helm

Grafana OnCall Platform?

None

User's Browser?

No response

Anything else to add?

No response

@adudzic adudzic added the bug Something isn't working label May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants