downgrade es for all stages, add ocr-config for dev-stage

cherry-pick-9c6aec87
Johannes Wicovsky 3 years ago
parent a8dc38f3f6
commit 9c8b89c14a

@ -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.1.21
version: 0.1.22
# 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
@ -28,7 +28,7 @@ dependencies:
version: 4.5.4
repository: oci://prodnso-harbor-01.smardigo.digital/infrastructure
- name: smardigo-connect
version: 0.1.12
version: 0.1.13
repository: oci://prodnso-harbor-01.smardigo.digital/smardigo
- name: smardigo-worker
version: 0.1.7

@ -3,7 +3,7 @@ kind: Kibana
metadata:
name: sma-es-kibana
spec:
version: {{ .Values.kibana.version }}
version: 7.16.1
count: 1
elasticsearchRef:
name: sma-es

@ -60,7 +60,6 @@ tenant:
kibana:
name: kibana-cusprod-prodwork01.smardigo.digital
version: 8.3.2
smardigo-connect:
connect:

@ -60,7 +60,6 @@ tenant:
kibana:
name: kibana-cusqa-prodwork01.smardigo.digital
version: 8.3.2
smardigo-connect:
connect:

@ -62,7 +62,6 @@ tenant:
kibana:
name: kibana-nsodev-prodwork01.smardigo.digital
version: 7.16.1
smardigo-connect:
postgres:
@ -86,9 +85,13 @@ smardigo-connect:
protocol: http
hostname: iam.mobene-keycloak
port: 8080
es_cluster:
spec:
version: 7.16.1
ocr:
enabled: false
rest:
base-path:
name: "http://connect"
auth:
token-value: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
smardigo-worker:
uba:

Loading…
Cancel
Save