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 f4237bc
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 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
Original file line number Diff line number Diff line change
Expand Up @@ -1026,7 +1026,7 @@ all capabilities:
key: account
name: cloud-secret
- name: OTEL_COLLECTOR_SVC
value: otel-collector:4317
value: otel-collector:4318
- name: HTTPS_PROXY
value: https://foo:bar@baz:1234
- name: no_proxy
Expand Down Expand Up @@ -1576,7 +1576,7 @@ all capabilities:
key: account
name: cloud-secret
- name: OTEL_COLLECTOR_SVC
value: otel-collector:4317
value: otel-collector:4318
- name: HTTPS_PROXY
value: https://foo:bar@baz:1234
- name: no_proxy
Expand Down Expand Up @@ -2308,7 +2308,7 @@ all capabilities:
key: account
name: cloud-secret
- name: OTEL_COLLECTOR_SVC
value: otel-collector:4317
value: otel-collector:4318
- name: HTTPS_PROXY
value: https://foo:bar@baz:1234
- name: no_proxy
Expand Down Expand Up @@ -5696,7 +5696,7 @@ all capabilities:
key: account
name: cloud-secret
- name: OTEL_COLLECTOR_SVC
value: otel-collector:4317
value: otel-collector:4318
- name: HTTPS_PROXY
value: https://foo:bar@baz:1234
- name: no_proxy
Expand Down Expand Up @@ -6650,7 +6650,7 @@ default capabilities:
key: account
name: cloud-secret
- name: OTEL_COLLECTOR_SVC
value: otel-collector:4317
value: otel-collector:4318
image: quay.io/kubescape/kollector:v0.1.45
imagePullPolicy: IfNotPresent
livenessProbe:
Expand Down Expand Up @@ -7180,7 +7180,7 @@ default capabilities:
key: account
name: cloud-secret
- name: OTEL_COLLECTOR_SVC
value: otel-collector:4317
value: otel-collector:4318
- name: KS_EXCLUDE_NAMESPACES
value: kubescape,kube-system,kube-public,kube-node-lease,kubeconfig,gmp-system,gmp-public
image: quay.io/kubescape/kubescape:v3.0.18
Expand Down Expand Up @@ -7855,7 +7855,7 @@ default capabilities:
key: account
name: cloud-secret
- name: OTEL_COLLECTOR_SVC
value: otel-collector:4317
value: otel-collector:4318
image: quay.io/kubescape/kubevuln:v0.3.34
imagePullPolicy: IfNotPresent
livenessProbe:
Expand Down Expand Up @@ -10627,7 +10627,7 @@ default capabilities:
key: account
name: cloud-secret
- name: OTEL_COLLECTOR_SVC
value: otel-collector:4317
value: otel-collector:4318
image: quay.io/kubescape/synchronizer:v0.0.82
imagePullPolicy: IfNotPresent
livenessProbe:
Expand Down Expand Up @@ -11299,7 +11299,7 @@ disable otel:
key: account
name: cloud-secret
- name: OTEL_COLLECTOR_SVC
value: otel-collector:4317
value: otel-collector:4318
image: quay.io/kubescape/kollector:v0.1.45
imagePullPolicy: IfNotPresent
livenessProbe:
Expand Down Expand Up @@ -11780,7 +11780,7 @@ disable otel:
key: account
name: cloud-secret
- name: OTEL_COLLECTOR_SVC
value: otel-collector:4317
value: otel-collector:4318
- name: KS_EXCLUDE_NAMESPACES
value: kubescape,kube-system,kube-public,kube-node-lease,kubeconfig,gmp-system,gmp-public
image: quay.io/kubescape/kubescape:v3.0.18
Expand Down Expand Up @@ -12308,7 +12308,7 @@ disable otel:
key: account
name: cloud-secret
- name: OTEL_COLLECTOR_SVC
value: otel-collector:4317
value: otel-collector:4318
image: quay.io/kubescape/kubevuln:v0.3.34
imagePullPolicy: IfNotPresent
livenessProbe:
Expand Down Expand Up @@ -14730,7 +14730,7 @@ disable otel:
key: account
name: cloud-secret
- name: OTEL_COLLECTOR_SVC
value: otel-collector:4317
value: otel-collector:4318
image: quay.io/kubescape/synchronizer:v0.0.82
imagePullPolicy: IfNotPresent
livenessProbe:
Expand Down Expand Up @@ -15302,7 +15302,7 @@ minimal capabilities:
key: account
name: cloud-secret
- name: OTEL_COLLECTOR_SVC
value: otel-collector:4317
value: otel-collector:4318
image: quay.io/kubescape/kubescape:v3.0.18
imagePullPolicy: IfNotPresent
livenessProbe:
Expand Down Expand Up @@ -15732,7 +15732,7 @@ minimal capabilities:
key: account
name: cloud-secret
- name: OTEL_COLLECTOR_SVC
value: otel-collector:4317
value: otel-collector:4318
image: quay.io/kubescape/kubevuln:v0.3.34
imagePullPolicy: IfNotPresent
livenessProbe:
Expand Down

0 comments on commit f4237bc

Please sign in to comment.