Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions chart/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,30 @@ DEPRECATION WARNING:

{{- end }}

{{- if .Values.scheduler.securityContext }}

DEPRECATION WARNING:
`scheduler.securityContext` has been renamed to `scheduler.securityContexts`.
Please change your values as support for the old name will be dropped in a future release.

{{- end }}

{{- if .Values.webserver.securityContext }}

DEPRECATION WARNING:
`webserver.securityContext` has been renamed to `webserver.securityContexts`.
Please change your values as support for the old name will be dropped in a future release.

{{- end }}

{{- if .Values.statsd.securityContext }}

DEPRECATION WARNING:
`statsd.securityContext` has been renamed to `statsd.securityContexts`.
Please change your values as support for the old name will be dropped in a future release.

{{- end }}

{{- if ne (int .Values.workers.replicas) 1 }}

DEPRECATION WARNING:
Expand Down