diff --git a/charts/v3-operator/Chart.yaml b/charts/v3-operator/Chart.yaml index b7c9da92f..3f998dd14 100644 --- a/charts/v3-operator/Chart.yaml +++ b/charts/v3-operator/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: v3-operator -version: 3.2.8 +version: 3.2.9 appVersion: v1.0.6 description: Operator hosted service for Stakewise V3 protocol. type: application diff --git a/charts/v3-operator/templates/configmap.yaml b/charts/v3-operator/templates/configmap.yaml index 1068302bd..3e105be96 100644 --- a/charts/v3-operator/templates/configmap.yaml +++ b/charts/v3-operator/templates/configmap.yaml @@ -23,3 +23,6 @@ data: METRICS_HOST: {{ .Values.serviceMonitor.host | quote }} METRICS_PORT: {{ .Values.metrics.port | quote }} MAX_FEE_PER_GAS_GWEI: {{ .Values.settings.maxFeePerGasGwei | quote }} + {{- if .Values.settings.sentryDSN }} + SENTRY_DSN: {{ .Values.settings.sentryDSN | quote }} + {{- else }} diff --git a/charts/v3-operator/values.yaml b/charts/v3-operator/values.yaml index fc589fea1..46212e937 100644 --- a/charts/v3-operator/values.yaml +++ b/charts/v3-operator/values.yaml @@ -112,6 +112,9 @@ settings: # If specified, wallet will be obtained from the secret walletSecretName: "" + # Sentry connection string + # sentryDSN: "" + # Additional arguments to path to operator extraFlags: []