diff --git a/charts/camunda-platform-8.6/templates/camunda/constraints.tpl b/charts/camunda-platform-8.6/templates/camunda/constraints.tpl index 429e4b9e77..4f84c5ca33 100644 --- a/charts/camunda-platform-8.6/templates/camunda/constraints.tpl +++ b/charts/camunda-platform-8.6/templates/camunda/constraints.tpl @@ -224,7 +224,7 @@ The following values inside your values.yaml need to be set but were not: {{- end }} {{- end }} {{- if .Values.global.multiregion.installationType }} - {{- $installationTypeMessage := "[camunda][warning]\nDEPRECATION NOTICE: Starting from appVersion 8.7, the Camunda Helm chart will no longer support the global.multiregion.installationType option. This is replaced with a new procudure for managing multi-region installations documented here:\nhttps://docs.camunda.io/docs/self-managed/operational-guides/multi-region/dual-region-operational-procedure/\nPlease unset this option to remove the warning.\n" }} + {{- $installationTypeMessage := "[camunda][warning]\nDEPRECATION NOTICE: Starting from appVersion 8.7, the Camunda Helm chart will no longer support the global.multiregion.installationType option. This is replaced with a new procedure for managing multi-region installations documented here:\nhttps://docs.camunda.io/docs/self-managed/operational-guides/multi-region/dual-region-operational-procedure/\nPlease unset this option to remove the warning.\n" }} {{ printf "\n%s" $installationTypeMessage }} {{- end }} {{- end }} diff --git a/charts/camunda-platform-alpha/templates/camunda/constraints.tpl b/charts/camunda-platform-alpha/templates/camunda/constraints.tpl index 429e4b9e77..4f84c5ca33 100644 --- a/charts/camunda-platform-alpha/templates/camunda/constraints.tpl +++ b/charts/camunda-platform-alpha/templates/camunda/constraints.tpl @@ -224,7 +224,7 @@ The following values inside your values.yaml need to be set but were not: {{- end }} {{- end }} {{- if .Values.global.multiregion.installationType }} - {{- $installationTypeMessage := "[camunda][warning]\nDEPRECATION NOTICE: Starting from appVersion 8.7, the Camunda Helm chart will no longer support the global.multiregion.installationType option. This is replaced with a new procudure for managing multi-region installations documented here:\nhttps://docs.camunda.io/docs/self-managed/operational-guides/multi-region/dual-region-operational-procedure/\nPlease unset this option to remove the warning.\n" }} + {{- $installationTypeMessage := "[camunda][warning]\nDEPRECATION NOTICE: Starting from appVersion 8.7, the Camunda Helm chart will no longer support the global.multiregion.installationType option. This is replaced with a new procedure for managing multi-region installations documented here:\nhttps://docs.camunda.io/docs/self-managed/operational-guides/multi-region/dual-region-operational-procedure/\nPlease unset this option to remove the warning.\n" }} {{ printf "\n%s" $installationTypeMessage }} {{- end }} {{- end }}