Yuri Kudryavtsev
Yuri Kudryavtsev
sorry, refactored topic, also i tried following example with no luck  that variant also tried ``` argocd-image-updater.argoproj.io/signal.ignore-tags: 'regexp:^[a-zA-Z].*, regexp:^0.0.0.*' ```
```argocd-image-updater.argoproj.io/signal.ignore-tags: 'regexp:^[a-zA-Z].*, regexp:^0.0.0.*'``` i want exclude from update: latest, 0.0.0-sha, branch.sha
okay, thank you would be nice if you mention that in documentation ... can i have several regexp variants in allow-tags ?
> Hello, > > you have to declare your dashboard volume in the grafana container so that it can find your json files could you please clarify ?
i put json next to values and set variable during setup ```yaml dashboards: default: kubernetes: file: dashboards/kubernetes.json ``` another option is to put raw json in values ```yaml dashboards: default:...
@roshan8 fetch untar grafana chart, then downloaded dashboard in json format and put it next to values.yaml in chart, in my example in directory: "dashboards"

I would love to have this ability
same here