Skip to content

Commit

Permalink
feat: v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-segning committed Feb 3, 2025
1 parent d01b702 commit 5119c87
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 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.3.2
version: 0.3.3

# 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: 2 additions & 1 deletion charts/wazuh/files/configs/opensearch_dashboards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ opensearch_security.openid.base_redirect_url: '{{ include "common.tplvalues.rend
{{- end }}

{{ with $.Values.dashboard.branding -}}
{{ include "common.tplvalues.render" (dict "value" . "context" $) }}
opensearchDashboards.branding:
{{- include "common.tplvalues.render" (dict "value" . "context" $) | nindent 2 }}
{{- end }}
25 changes: 12 additions & 13 deletions charts/wazuh/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -641,19 +641,18 @@ dashboard:
## @branding more at https://opensearch.org/docs/latest/dashboards/branding/
##
branding:
opensearchDashboards.branding:
logo:
defaultUrl: "https://adorsys.com/wp-content/themes/adorsys/favicons/favicon.svg"
# darkModeUrl: "https://example.com/dark-mode-sample.svg"
mark:
defaultUrl: "https://adorsys.com/wp-content/themes/adorsys/favicons/favicon.svg"
# darkModeUrl: ""
loadingLogo:
defaultUrl: "https://adorsys.com/wp-content/themes/adorsys/favicons/favicon.svg"
# darkModeUrl: ""
faviconUrl: "https://adorsys.com/wp-content/themes/adorsys/favicons/favicon.svg"
applicationTitle: "Wazuh Adorsys"
useExpandedHeader: true
logo:
defaultUrl: "https://adorsys.com/wp-content/themes/adorsys/favicons/favicon.svg"
# darkModeUrl: "https://example.com/dark-mode-sample.svg"
mark:
defaultUrl: "https://adorsys.com/wp-content/themes/adorsys/favicons/favicon.svg"
# darkModeUrl: ""
loadingLogo:
defaultUrl: "https://adorsys.com/wp-content/themes/adorsys/favicons/favicon.svg"
# darkModeUrl: ""
faviconUrl: "https://adorsys.com/wp-content/themes/adorsys/favicons/favicon.svg"
applicationTitle: "Wazuh | Adorsys"
useExpandedHeader: false


svcs:
Expand Down

0 comments on commit 5119c87

Please sign in to comment.