Skip to content

Commit

Permalink
feat: envsubt image prepage
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-segning committed Nov 20, 2024
1 parent 0d4633f commit 84937dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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.7
version: 0.2.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. Versions are not expected to
Expand Down
5 changes: 3 additions & 2 deletions charts/wazuh/templates/manager/sts.wazuh-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ spec:
initContainers:
- name: wazuh-init
##
image: alpine:latest
##
image: ghcr.io/adorsys-gis/envsubt:latest
##
##
imagePullPolicy: IfNotPresent
##
Expand All @@ -80,7 +82,6 @@ spec:
- -c
- |
set -ex
apk add --update --no-cache libintl gettext
envsubst < /workdir/template.config.conf > /processed/ossec.conf
##
##
Expand Down

0 comments on commit 84937dc

Please sign in to comment.