diff --git a/charts/common/Chart.yaml b/charts/common/Chart.yaml index ce460462..2a806ae6 100644 --- a/charts/common/Chart.yaml +++ b/charts/common/Chart.yaml @@ -15,4 +15,4 @@ maintainers: name: common sources: null type: library -version: 10.5.1 +version: 10.5.2 diff --git a/charts/common/templates/lib/controller/_prepare.tpl b/charts/common/templates/lib/controller/_prepare.tpl index 24a2085e..f94d504f 100644 --- a/charts/common/templates/lib/controller/_prepare.tpl +++ b/charts/common/templates/lib/controller/_prepare.tpl @@ -109,10 +109,6 @@ before chart installation. chmod -R g+rwx {{ tpl $hpm.mountPath $ | squote }} fi {{- end }} - {{- if .Values.patchInotify }} - echo "increasing inotify limits..." - ( sysctl -w fs.inotify.max_user_watches=524288 || echo "error setting inotify") && ( sysctl -w fs.inotify.max_user_instances=512 || echo "error setting inotify") - {{- end }} {{- if .Values.postgresql.enabled }} {{- $pghost := printf "%v-%v" .Release.Name "postgresql" }} until