diff --git a/chart/templates/NOTES.txt b/chart/templates/NOTES.txt index 319e8e783cd8c77be4d885f6b59ac4f6edebeaa8..b72fb2332f0edc8ee3a1318188c506c2eac0a83d 100644 --- a/chart/templates/NOTES.txt +++ b/chart/templates/NOTES.txt @@ -41,9 +41,17 @@ chose not to enable this by default. See https://docs.gitlab.com/runner/install/ WARNING: If you are upgrading from a previous version of the GitLab Helm Chart, there is a major upgrade to the included PostgreSQL chart, which requires manual steps be performed. Please see our upgrade documentation for more information: https://docs.gitlab.com/charts/installation/upgrade.html ##################### -PLATFORM ONE WARNING: You have enabled an internal postgres database in the values configuration. - PlatformOne does not support this option for production deployments. - This non-default option should only be used for development or CI pipelines. +PLATFORM ONE WARNING: You have enabled an internal postgres database in the values configuration. + PlatformOne does not support this option for production deployments because your persistent data can be be permanently lost. + This option should only be used for development or CI pipelines. +##################### +{{- end -}} + +{{ if $.Values.global.minio.enabled }} +##################### +PLATFORM ONE WARNING: You have enabled a MinIO internal service in the values configuration. + PlatformOne does not support this option for production deployments because your persistent data can be permanently lost. + This option should only be used for development or CI pipelines. ##################### {{- end -}}