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
Copy file name to clipboardExpand all lines: bitnami/harbor/README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -826,11 +826,16 @@ You can enable this initContainer by setting `volumePermissions.enabled` to `tru
826
826
827
827
## Upgrade
828
828
829
+
> NOTE: In you are upgrading an installation that contains a high amount of data, it is recommended to disable the liveness/readiness probes as the migration can take a substantial amount of time.
830
+
829
831
## 6.0.0
830
832
831
833
The chart was changed to adapt to the common Bitnami chart standards. Now it includes common elements such as sidecar and init container support, custom commands, custom liveness/readiness probes, extra environment variables support, extra pod annotations and labels, among others. In addition, it adds a new Trivy deployment for image scanning.
832
834
833
-
No issues are expected between upgrades but please double check the updated parameter list as some of them could have been renamed.
835
+
No issues are expected between upgrades but please double check the updated parameter list as some of them could have been renamed. Please pay special attention to the following changes:
836
+
837
+
- `service.type=ingress`is not allowed anymore. Instead, set the value `ingress.enabled=true`.
0 commit comments