camunda-platform-helm icon indicating copy to clipboard operation
camunda-platform-helm copied to clipboard

[ISSUE] Since 10.0.3 Elasticsearch Host is no longer overwritten in operate-configmap

Open lukas-beumer opened this issue 9 months ago • 1 comments

Describe the issue:

Since version 10.0.3, the variable 'global.elasticsearch.url.host' no longer replaces the value under camunda.operate.elasticsearch.host and camunda.operate.elasticsearch.url in the operate-configmap. The helpers.tpl seems not to work correctly anymore.

Actual behavior:

    camunda.operate:
      [...]
      # ELS instance to store Operate data
      elasticsearch:
        # Cluster name
        clusterName: elasticsearch
        username: "test-user"
        # Host
        host: release-name-elasticsearch
        # Transport port
        port: 9200
        # Elasticsearch full url
        url: "http://release-name-elasticsearch:9200"

Expected behavior:

    camunda.operate:
      [...]
      # ELS instance to store Operate data
      elasticsearch:
        # Cluster name
        clusterName: elasticsearch
        username: "test-user"
        # Host
        host: my-fancy-es-host
        # Transport port
        port: 9200
        # Elasticsearch full url
        url: "http://my-fancy-es-host:9200"

How to reproduce:

Try to override the global.elasticsearch.url.host value

Logs:

Environment:

Please note: Without the following info, it's hard to resolve the issue and probably it will be closed.

  • Platform: GCP
  • Helm CLI version: 3.14.3
  • Chart version: >= 10.0.3

lukas-beumer avatar May 03 '24 07:05 lukas-beumer

Experiencing the same and can say that this happens for Tasklist as well.

AndersRunningen avatar May 06 '24 12:05 AndersRunningen

@aabouzaid is there any ETA on getting this fix out in a 10.X.X-release? End of the week? 😄 🙏

AndersRunningen avatar May 08 '24 10:05 AndersRunningen

Customer reported it in https://jira.camunda.com/browse/SUPPORT-21850

garima-camunda avatar May 09 '24 07:05 garima-camunda

@aabouzaid is there any ETA on getting this fix out in a 10.X.X-release? End of the week? 😄 🙏

It's out today: 10.0.5 :raised_hands:

aabouzaid avatar May 14 '24 21:05 aabouzaid