diff --git a/watcher/Chart.yaml b/watcher/Chart.yaml index 9009911..d23a8d8 100644 --- a/watcher/Chart.yaml +++ b/watcher/Chart.yaml @@ -14,7 +14,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.1.7 +version: 0.1.8 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. diff --git a/watcher/values.yaml b/watcher/values.yaml index 99a4a52..5c298e4 100644 --- a/watcher/values.yaml +++ b/watcher/values.yaml @@ -26,7 +26,7 @@ securityContext: # capabilities: # drop: # - ALL - readOnlyRootFilesystem: true + readOnlyRootFilesystem: false runAsNonRoot: true runAsUser: 1003 runAsGroup: 1003