camunda-community-hub / camunda-7-community-helm

Camunda public Kubernetes Helm repo and charts
Apache License 2.0
39 stars 38 forks source link

Fix database connectivity #8

Closed xoojulian closed 2 years ago

xoojulian commented 3 years ago

H2: fix startup error PSQL: fix PSQLException: Cannot commit when autoCommit is enabled

BREAKING CHANGE

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.

aabouzaid commented 3 years ago

Hi @xoojulian thanks for your PR :+1:

Please change your base to v1.0.0 branch because there are major changes related to the databases.

Also, please set validateOnBorrow to false by default since that what's used in Camunda Platform Docker image.

Finally, the H2 fix is already added to v1.0.0 branch.

aabouzaid commented 3 years ago

FYI, a default value of fsGroup has been added to chart v1.0.0.

aabouzaid commented 2 years ago

Fixed by #13