refresh vs hard-refresh #12237
Replies: 5 comments 10 replies
-
HTH. |
Beta Was this translation helpful? Give feedback.
-
Please try update your Argo images to the latest version. Also try to
increase resource requests. I found the refresh button works very well
recently.
…On Tue, 9 May 2023, 19:48 Anthony Alayo, ***@***.***> wrote:
I'm in the same boat as @davidshen84 <https://github.com/davidshen84> and
that is how I found this discussion. I push new git commits, but refresh
never works for me, so I'm always using hard refresh.
—
Reply to this email directly, view it on GitHub
<#12237 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAQBTOCMZWMJ4BT2BWSNUDXFIHHZANCNFSM6AAAAAAUM77LEU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
is it possible to configure per app? |
Beta Was this translation helpful? Give feedback.
-
Another use case for hard refresh: when using the helm-secrets <-> vault integration. Updating a secret in Vault does not immediately reflect it in ArgoCD. A normal refresh doesn't propagate it either. Only a hard refresh propagates the updated Vault secret to ArgoCD. Related: |
Beta Was this translation helpful? Give feedback.
-
For this particular case, the right way is using a version on your vault
key and updating the version when you update the key value.
…On Wed, 15 Jan 2025, 15:24 Thiago Perrotta, ***@***.***> wrote:
Another use case for hard refresh: when using the helm-secrets
<https://github.com/jkroepke/helm-secrets/wiki/ArgoCD-Integration> <->
vault integration.
Updating a secret in Vault does not immediately reflect it in ArgoCD. A
normal refresh doesn't propagate it either. A hard refresh propagates the
updated Vault secret to ArgoCD.
—
Reply to this email directly, view it on GitHub
<#12237 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAQBTJASEEKH3NOFWL2KSD2KXPJNAVCNFSM6AAAAABVGKWRVGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCOBTHA3DAOI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi,
I understand the difference between sync vs refresh, but I could not figure out what's the difference between refresh vs hard-refresh.
I found that every time I updated my code, I have wait for the default 3 min reconsiliation time or hit the hard-refresh button. The refresh button or the
--refresh
option on CLI does not seem to do anything for me.Beta Was this translation helpful? Give feedback.
All reactions