argo-helm icon indicating copy to clipboard operation
argo-helm copied to clipboard

set appearance theme in values.yaml

Open M-A-X-I-M opened this issue 7 months ago • 5 comments

Is your feature request related to a problem?

Hello, I would like to set the appearance in values.yaml espacially dark theme, is it possible or is this feature not implemented at the moment?

Related helm chart

argo-cd

Describe the solution you'd like

it would look something like this argo-cd: ..settings: ...appearance:
......theme: auto / dark / light

Describe alternatives you've considered

No response

Additional context

No response

M-A-X-I-M avatar May 01 '25 22:05 M-A-X-I-M

Hi @M-A-X-I-M

is it possible or is this feature not implemented at the moment?

Did you search if Argo CD has interface to configure it ? If Argo CD has the interface, then we can provide it.

As far as I search, I found a PR for theme color but couldn't find the interface. https://github.com/argoproj/argo-cd/pull/9703

yu-croco avatar May 02 '25 00:05 yu-croco

According to https://github.com/argoproj/argo-cd/issues/18524 there's no config option for it at the moment.

TimShilov avatar May 08 '25 22:05 TimShilov

I added awaiting-upstream label to this issue since upstream needs to implement the interface for it.

yu-croco avatar May 08 '25 23:05 yu-croco

I can set it via UI

Image

but it will be reset next time when I visiting ArgoCD. This is why I would to love to set it via Helm Chart as default to dark-mode

M-A-X-I-M avatar May 13 '25 10:05 M-A-X-I-M

You can get more help in upstream since argo-helm doesn't focus on the detail of application behavior. As I mentioned earlier, if upstream has interface for this, argo-helm provides it via values.yaml.

yu-croco avatar May 13 '25 10:05 yu-croco