Skip to content

Commit

Permalink
feat: fsGroup: 101
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-segning committed Nov 20, 2024
1 parent 84937dc commit 81060e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/wazuh/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.8
version: 0.2.9

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
3 changes: 1 addition & 2 deletions charts/wazuh/templates/manager/sts.wazuh-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,7 @@ spec:
{{ include "common.tplvalues.render" (dict "value" . "context" $) | nindent 8}}
{{- end }}
securityContext:
fsGroup: 1000
runAsUser: 1000
fsGroup: 101
containers:
- name: wazuh-manager
{{ $imageTpl := include "common.images.image" (dict "imageRoot" .image "global" $.Values.global) }}
Expand Down
3 changes: 1 addition & 2 deletions charts/wazuh/templates/manager/sts.wazuh-worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,7 @@ spec:
{{ include "common.tplvalues.render" (dict "value" . "context" $) | nindent 8}}
{{- end }}
securityContext:
fsGroup: 1000
runAsUser: 1000
fsGroup: 101
containers:
- name: wazuh-manager
{{ $imageTpl := include "common.images.image" (dict "imageRoot" .image "global" $.Values.global) }}
Expand Down

0 comments on commit 81060e5

Please sign in to comment.