From dcecf8cc3ff31a029b5c7ca45cb9eed413732407 Mon Sep 17 00:00:00 2001 From: Kalin Kostashki Date: Mon, 9 Sep 2024 09:34:59 +0300 Subject: [PATCH] removed unused DITTO_POLICIES_ENFORCER_CACHE_MAX_SIZE - this property is only used for the policies service in CachingPolicyEnforcerProvider.java and PolicyEnforcerProviderExtension Signed-off-by: Kalin Kostashki --- deployment/helm/ditto/Chart.yaml | 2 +- .../helm/ditto/templates/thingssearch-deployment.yaml | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/deployment/helm/ditto/Chart.yaml b/deployment/helm/ditto/Chart.yaml index 02320964f0..d45ad97d8e 100644 --- a/deployment/helm/ditto/Chart.yaml +++ b/deployment/helm/ditto/Chart.yaml @@ -16,7 +16,7 @@ description: | A digital twin is a virtual, cloud based, representation of his real world counterpart (real world “Things”, e.g. devices like sensors, smart heating, connected cars, smart grids, EV charging stations etc). type: application -version: 3.5.17 # chart version is effectively set by release-job +version: 3.5.19 # chart version is effectively set by release-job appVersion: 3.5.10 keywords: - iot-chart diff --git a/deployment/helm/ditto/templates/thingssearch-deployment.yaml b/deployment/helm/ditto/templates/thingssearch-deployment.yaml index 97f392c636..be98b6eb69 100644 --- a/deployment/helm/ditto/templates/thingssearch-deployment.yaml +++ b/deployment/helm/ditto/templates/thingssearch-deployment.yaml @@ -254,12 +254,6 @@ spec: value: "{{ .Values.thingsSearch.config.updater.backgroundSync.throttle.throughput }}" - name: BACKGROUND_SYCN_THROTTLE_PERIOD value: "{{ .Values.thingsSearch.config.updater.backgroundSync.throttle.period }}" - - name: DITTO_POLICIES_ENFORCER_CACHE_MAX_SIZE - value: "{{ .Values.thingsSearch.config.updater.stream.policiesEnforcer.cache.maxSize }}" - - name: DITTO_POLICIES_ENFORCER_CACHE_EXPIRE_AFTER_WRITE - value: "{{ .Values.thingsSearch.config.updater.stream.policiesEnforcer.cache.expireAfterWrite }}" - - name: DITTO_POLICIES_ENFORCER_CACHE_EXPIRE_AFTER_ACCESS - value: "{{ .Values.thingsSearch.config.updater.stream.policiesEnforcer.cache.expireAfterAccess }}" {{- if .Values.thingsSearch.extraEnv }} {{- toYaml .Values.thingsSearch.extraEnv | nindent 12 }} {{- end }}