diff --git a/charts/odigos/Chart.yaml b/charts/odigos/Chart.yaml index 0494ba7..9d0c0ae 100644 --- a/charts/odigos/Chart.yaml +++ b/charts/odigos/Chart.yaml @@ -15,10 +15,10 @@ 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.13 +version: 0.3.14 # 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: "v1.0.53" +appVersion: "v1.0.58" diff --git a/charts/odigos/templates/odigos-config.yaml b/charts/odigos/templates/odigos-config.yaml index 59f2c3c..a778789 100644 --- a/charts/odigos/templates/odigos-config.yaml +++ b/charts/odigos/templates/odigos-config.yaml @@ -31,7 +31,7 @@ spec: telemetryEnabled: {{ .Values.telemetry.enabled }} psp: {{ .Values.psp.enabled }} ignoredNamespaces: - {{- toYaml .Values.instrumentor.ignoredNamespaces | nindent 8 }} + {{- toYaml .Values.ignoredNamespaces | nindent 8 }} {{- if .Values.onPremToken }} defaultSDKs: dotnet: diff --git a/charts/odigos/values.yaml b/charts/odigos/values.yaml index 9b202a5..f58384f 100644 --- a/charts/odigos/values.yaml +++ b/charts/odigos/values.yaml @@ -2,6 +2,15 @@ image: tag: v1.0.58 imagePullSecrets: [] +# namespaces not to show in odigos ui +ignoredNamespaces: + - odigos-system + - kube-system + - local-path-storage + - istio-system + - linkerd + - kube-node-lease + collectorGateway: # the memory request for the cluster gateway collector deployment. # it will be embedded in the deployment as a resource request @@ -20,6 +29,7 @@ collectorGateway: # this is when go runtime will start garbage collection. # if not specified, it will be set to 80% of the hard limit of the memory limiter. goMemLimitMiB: 340 + autoscaler: image: repository: keyval/odigos-autoscaler @@ -38,13 +48,6 @@ scheduler: instrumentor: deleteLangDetectionPods: true - # Ignored namespaces won't show up in odigos-ui - ignoredNamespaces: - - odigos-system - - kube-system - - local-path-storage - - istio-system - - linkerd image: repository: keyval/odigos-instrumentor nodeSelector: