Skip to content

Commit

Permalink
Merge branch 'main' into omris/support-soft-delete-stratedy-for-aws
Browse files Browse the repository at this point in the history
  • Loading branch information
omris94 authored Mar 3, 2024
2 parents 6243c5d + e14ecec commit 5c51389
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion network-mapper/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: network-mapper
type: application
version: 1.0.16
version: 1.0.17
appVersion: v1.1.3
home: https://github.com/otterize/network-mapper
sources:
Expand Down
4 changes: 4 additions & 0 deletions network-mapper/templates/mapper-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,10 @@ spec:
- name: OTTERIZE_CREATE_WEBHOOK_CERTIFICATE
value: "true"
{{- end }}
{{- if .Values.dnsClientIntentsUpdateEnabled }}
- name: OTTERIZE_DNS_CLIENT_INTENTS_UPDATE_ENABLED
value: "true"
{{- end }}
{{- if .Values.mapper.extraEnvVars -}}
{{- toYaml .Values.mapper.extraEnvVars | nindent 12 -}}
{{- end }}
Expand Down
1 change: 1 addition & 0 deletions network-mapper/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ opentelemetry:
enable: false
metricName: traces_service_graph_request_total
enableInternetFacingTrafficReporting: true
dnsClientIntentsUpdateEnabled: false

mapper:
repository: otterize
Expand Down
2 changes: 1 addition & 1 deletion otterize-kubernetes/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: otterize-kubernetes
description: |
This chart contains the Otterize credentials-operator, SPIRE (server+agent), the Otterize intents operator, and the Otterize network mapper.
type: application
version: 1.0.39
version: 1.0.40
home: https://github.com/otterize/helm-charts
kubeVersion: ">=1.19.0-0"
dependencies:
Expand Down

0 comments on commit 5c51389

Please sign in to comment.