google/osdfir-infrastructure

Timesketch password regenerates on helm upgrades

wajihyassine opened this issue · 0 comments

Name and Version

charts/timesketch

What environment are you using?

None

What steps will reproduce the bug?

  1. helm install timesketch oci://us-docker.pkg.dev/osdfir-registry/osdfir-charts/timesketch
  2. You get a newly generated password
  3. helm upgrade timesketch oci://us-docker.pkg.dev/osdfir-registry/osdfir-charts/timesketch
  4. 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