diff --git a/charts/library/common/Chart.yaml b/charts/library/common/Chart.yaml index e9a51185bfb..da0b5b8c6c4 100644 --- a/charts/library/common/Chart.yaml +++ b/charts/library/common/Chart.yaml @@ -15,4 +15,4 @@ maintainers: name: common sources: null type: library -version: 9.0.1 +version: 9.1.0 diff --git a/charts/library/common/templates/lib/controller/_hostpatch.tpl b/charts/library/common/templates/lib/controller/_hostpatch.tpl index d9943a1fcf9..2ab164c501a 100644 --- a/charts/library/common/templates/lib/controller/_hostpatch.tpl +++ b/charts/library/common/templates/lib/controller/_hostpatch.tpl @@ -12,7 +12,7 @@ TODO: delete docker compose deletion once iX has disabled it command: - "/bin/sh" - "-c" - - ( sysctl -w fs.inotify.max_user_watches=524288 || echo "error setting inotify") && ( sysctl -w fs.inotify.max_user_instances=512 || echo "error setting inotify") && ( chmod -x /host/usr/bin/docker-compose || echo "error locking docker-compose") && ( chmod -x /host/usr/bin/docker-compose || echo "error locking docker-compose") + - ( sysctl -w fs.inotify.max_user_watches=524288 || echo "error setting inotify") && ( sysctl -w fs.inotify.max_user_instances=512 || echo "error setting inotify") && ( chmod -x /host/usr/bin/docker-compose || echo "error locking docker-compose") && ( chmod -x /host/bin/docker-compose || echo "error locking docker-compose") volumeMounts: - mountPath: /host/usr/bin name: host-usr-bin