Yuri Kudryavtsev

Results 11 comments of Yuri Kudryavtsev

sorry, refactored topic, also i tried following example with no luck ![image](https://user-images.githubusercontent.com/31927769/147488529-dfc53abf-c8d4-41d4-8de9-d680ac44dfbe.png) 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"

![image](https://user-images.githubusercontent.com/31927769/121151804-59d37780-c84d-11eb-8ad4-2b274cc64a15.png)

I would love to have this ability