Skip to content

Commit

Permalink
logzio-telemetry chart v4.2.2 (#484)
Browse files Browse the repository at this point in the history
- Fix missing `logzio-k8s-objects-logs-token` key from secret.
  • Loading branch information
ralongit committed May 17, 2024
1 parent 34be2fd commit cdd7ade
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/logzio-telemetry/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:
# 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: 4.2.1
version: 4.2.2

# 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
8 changes: 4 additions & 4 deletions charts/logzio-telemetry/templates/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ stringData:
env_id: {{.Values.secrets.env_id | quote }}
{{- if .Values.metrics.enabled }}
logzio-metrics-shipping-token: {{ .Values.secrets.MetricsToken }}
{{ if .Values.k8sObjectsConfig.enabled }}
logzio-k8s-objects-logs-token: {{ .Values.secrets.k8sObjectsLogsToken }}
logzio-listener-region: {{ .Values.secrets.LogzioRegion }}
{{ end }}
{{- end }}
{{- if or (eq .Values.metrics.enabled true) (eq .Values.spm.enabled true) }}
logzio-metrics-listener: {{ .Values.secrets.ListenerHost }}
Expand All @@ -29,10 +33,6 @@ stringData:
{{ if .Values.spm.enabled }}
logzio-spm-shipping-token: {{ .Values.secrets.SpmToken }}
{{ end }}
{{ if .Values.k8sObjectsConfig.enabled }}
logzio-k8s-objects-logs-token: {{.Values.secrets.k8sObjectsLogsToken}}
logzio-listener-region: {{ .Values.secrets.LogzioRegion}}
{{ end }}
{{- end }}
{{- if .Values.secrets.windowsNodeUsername }}
{{- if .Values.secrets.windowsNodePassword }}
Expand Down

0 comments on commit cdd7ade

Please sign in to comment.