Postgres password problem with chart change starting in BB 2.45.0
Bug
Description
When upgrading a development cluster from BB 2.44.0 to BB 2.45.0, Harbor's Helm Release would not reconcile due to the following error:
PASSWORDS ERROR: The secret "harbor-postgresql" does not contain the key "password"
It looks like there is a significant difference in how the secrets are created between the underlying postgresql deployments between BB 2.44.0 (postgres 10.3.13) and BB 2.45.0 (postgres 15.2.10). It does not appear these changes are captured in an of the BB release notes.
While attempting to fix with what appears to be new configuration options for postgresql (auth.secretKeys.adminPasswordKey, auth.secretKeys.userPasswordKey, auth.secretKeys.replicationPasswordKey) the harbor-postgresql secret was removed. It has since created a new one with a newly generated password.
Provide any steps possible used to reproduce the error (ideally in an isolated fashion).
- Deploy BB 2.44.0 (or potentially earlier)
- Harbor configuration specifies values.core.configureUserSettings and values.harborAdminPassword
- Upgrade BB to 2.45.0
- Observe failure of Helm Release to reconcile
BigBang Version
BB 2.45.0
This can be retrieved multiple ways:
# via helm
helm ls -n bigbang
# via the deployed umbrella git tag
kubectl get gitrepository -n bigbang