Terje Torkelsen

Results 12 comments of Terje Torkelsen

Have the same problem, enabled auto sync just to get around it for now. However this issue also cause another problem. It seems the image list ArgoCD keeps for an...

@milindchawre I have done most of the converting, just need to clean it up a bit before its finished. You can find it here: https://github.com/2ttech/hugo-devblog-theme

Any chance to create a release package soon? Its been a year and looking at NuGet it seems a lot of people have just resolved to using the unofficial package...

Remove hooks.RunAll when done

Anyone looking into this at the moment? Since we rely on trusted images this is quite a big deal...

Had same challenge with cdk8s and found a workaround until argocd image updater can support it properly. Setting write-back to `kustomization` as others have suggested works as long as there...

It doesnt add timestamp as label. prometheus supports adding timestamp to the end, like this: ``` azure_metric_psqlf_iops_average_count{***} 0 1646861760000 ``` Regarding latency; from my observations I generally get metrics 2...

Added a temporary fix for missing some metrics.. The collector fails if it tries to add same metric many times (same set of labels), GetMetricList would have to only return...

Had to fix the problem with getting unique label sets in the end. Requesting interval = PT1M, timespan = PT1M didn't always return all metrics and could leave gaps if...

Personally I'm not a big fan of using "latest". What is then the behavior when you promote a release? If I deploy tenant CustomerA to their Staging using their "latest"...