Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/model-engine/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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.2.7
version: 0.2.8

# 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
2 changes: 1 addition & 1 deletion charts/model-engine/templates/istio-metrics.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if empty .Values.azure }}
{{- if and (empty .Values.azure) .Values.wasmPlugin.enabled }}
apiVersion: telemetry.istio.io/v1alpha1
kind: Telemetry
metadata:
Expand Down
6 changes: 6 additions & 0 deletions charts/model-engine/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ datadog:
# Set per-cluster (e.g. "sgp-dev") so pods report the cluster's real environment.
env: ""

# wasmPlugin controls the Istio attributegen plugin used only to enrich request
# metrics. Disable it in airgapped or TLS-intercepted clusters where the remote
# WASM binary cannot be fetched safely.
wasmPlugin:
enabled: true

spellbook:
enabled: false

Expand Down