diff --git a/stable/enterprise/Chart.yaml b/stable/enterprise/Chart.yaml index bbcc85a5..607c0acb 100644 --- a/stable/enterprise/Chart.yaml +++ b/stable/enterprise/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: enterprise -version: "3.3.1" +version: "3.3.2" appVersion: "5.13.1" kubeVersion: 1.23.x - 1.31.x || 1.23.x-x - 1.31.x-x description: | diff --git a/stable/enterprise/templates/ui_configmap.yaml b/stable/enterprise/templates/ui_configmap.yaml index 955a3971..8c1053a1 100644 --- a/stable/enterprise/templates/ui_configmap.yaml +++ b/stable/enterprise/templates/ui_configmap.yaml @@ -21,6 +21,11 @@ data: {{- end }} {{- end }} {{- end }} + {{- with .Values.anchoreConfig.ui.custom_message }} + custom_message: + title: {{ .title }} + message: {{ .message }} + {{- end }} {{- with .Values.anchoreConfig.ui.enable_add_repositories }} enable_add_repositories: admin: {{ .admin }} diff --git a/stable/enterprise/values.yaml b/stable/enterprise/values.yaml index 23cb769f..959cab03 100644 --- a/stable/enterprise/values.yaml +++ b/stable/enterprise/values.yaml @@ -745,6 +745,13 @@ anchoreConfig: # admin: True # standard: True + ## @param anchoreConfig.ui.custom_message.title A title key, whose string value provides a title for the message + ## @param anchoreConfig.ui.custom_message.message A message key, whose string value is the message itself + ## + custom_message: {} + # title: "Title goes here..." + # message: "Message goes here..." + ## @param anchoreConfig.ui.log_level Descriptive detail of the application log output ## valid values are error, warn, info, http, debug ## @@ -1753,6 +1760,7 @@ postgresql: ## @param postgresql.primary.persistence.size Configure size of the persistent volume for PostgreSQL Primary data volume ## @param postgresql.primary.persistence.storageClass PVC Storage Class for PostgreSQL Primary data volume + ## NOTE: If your storage class does not allow dynamic resizing then be sure to set the size appropriately!! ## persistence: size: 20Gi