Timesketch password regenerates on helm upgrades
wajihyassine opened this issue · 0 comments
wajihyassine commented
Name and Version
charts/timesketch
What environment are you using?
None
What steps will reproduce the bug?
- helm install timesketch oci://us-docker.pkg.dev/osdfir-registry/osdfir-charts/timesketch
- You get a newly generated password
- helm upgrade timesketch oci://us-docker.pkg.dev/osdfir-registry/osdfir-charts/timesketch
- You get a newly generated password but the password has not been updated in the Timesketch pods.
Are you using any custom parameters or values?
No
What is the expected behavior?
The password to remain the same for the default Timesketch user when running upgrades
What do you see instead?
You get a newly generated password but the password has not been updated in the Timesketch pods.
Additional information
Should add a Helm policy to the Secret to not update it during Helm upgrades