fix enterprise mode deployments (containerSecurityContext and bitnami common)
General MR
Looks like we forgot to apply this containerSecurityContext
to the anchore-feeds-db
postgres dependency when we upgrade postgresql. This is the root cause of #109 (closed).
When testing, I found out that enterprise mode was broken in main
in general per #111 (closed). This was due to a conflict between redis's new version of the bitnami common lib, and postgres's old version of the bitnami common lib. I went ahead and bumped bitnami, and things are working now. In addition to testing in a test cluster, I also made sure to compare all of the outputted yamls from helm template
with enterprise turned on.
Note that CI is intermittently failing. This has been occurring since the last renovate was completed, and was not caused by this MR. I opened #112 (closed) so that someone can take a look at it.