Skip to content

Commit

Permalink
fix otel collector endpoint port for updated components
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Bertschy <[email protected]>
  • Loading branch information
matthyx committed Oct 3, 2024
1 parent e676fcc commit 0e27675
Show file tree
Hide file tree
Showing 6 changed files with 864 additions and 864 deletions.
4 changes: 2 additions & 2 deletions charts/kubescape-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)

version: 1.22.2
version: 1.22.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
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.

appVersion: 1.22.2
appVersion: 1.22.3

maintainers:
- name: Ben Hirschberg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
name: {{ $components.cloudSecret.name }}
key: account
- name: OTEL_COLLECTOR_SVC
value: "otel-collector:4317"
value: "otel-collector:4318"
{{- end }}
{{- if ne .Values.global.httpsProxy "" }}
- name: HTTPS_PROXY
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ spec:
name: {{ $components.cloudSecret.name }}
key: account
- name: OTEL_COLLECTOR_SVC
value: "otel-collector:4317"
value: "otel-collector:4318"
{{- end }}
{{- if ne .Values.global.httpsProxy "" }}
- name: HTTPS_PROXY
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ spec:
name: {{ $components.cloudSecret.name }}
key: account
- name: OTEL_COLLECTOR_SVC
value: "otel-collector:4317"
value: "otel-collector:4318"
{{- end }}
{{- if ne .Values.global.httpsProxy "" }}
- name: HTTPS_PROXY
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ spec:
name: {{ $components.cloudSecret.name }}
key: account
- name: OTEL_COLLECTOR_SVC
value: "otel-collector:4317"
value: "otel-collector:4318"
{{- end }}
{{- if ne .Values.global.httpsProxy "" }}
- name: HTTPS_PROXY
Expand Down
Loading

0 comments on commit 0e27675

Please sign in to comment.