You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[bitnami/harbor] Feature/external db url secret (#4736)
* [bitnami/harbor] Define external psql endpoint via secret, set sslmode
TL;DR
=====
- Allow Postgres endpoints to be defined via environment secretKeyRef
- Disable SSL by default (no longer `nil`) for external database
connections
Detail
======
This change allows you to define the Postgres endpoint as a secret
value, rather than providing passwords in raw values files. A new secret
template is created for notary to introduce relevant environment
variables for the notary service.
Additionally, the default configuration for `externalDatabase.sslmode`
was configured as `nil`. This change explicitly sets `disable` for both
`values.yaml` and `values-production.yaml`.
Chart version received a patch version bump. This _could_ potentially
be seen as a minor version bump, depending on your interpretation of
semantic versioning.
Co-authored-by: Robert Van Voorhees <rvanvoorhees@vmware.com>
* Bump chart version.
* Update bitnami/harbor/Chart.yaml
Co-authored-by: Francisco de Paz Galán <fdepaz@vmware.com>
* Update bitnami/harbor/templates/notary/notary-secret-envvars.yaml
Co-authored-by: Francisco de Paz Galán <fdepaz@vmware.com>
* Need this for all values since it's referencing the data file not stringdata now.
Co-authored-by: conzetti <conzetti@gmail.com>
Co-authored-by: Francisco de Paz Galán <fdepaz@vmware.com>
0 commit comments