Hello Everyone, I am facing an issue with the temp...
# kubernetes
n
Hello Everyone, I am facing an issue with the temporal pod on GKE when I configure an external database instead of a built-in. It keeps on crashing. I never encountered this issue in our pre-prod environments. I tried multiple versions(0.38.4,0.39.35,0.39.36). Are there any updates that happened to the temporal image?
The issue got resolved after changing the temporal image tag version.
z
@naresh meda what image was it changed to? Can you show me the location you changed it in and the error message of the crash? I'm thinking I'm running into a similar problem
n
@Zach Brak, I changed the temporal image version from 1.7.0 to 1.14.4 in the values.yaml file.
Problem with Postgres URL. Temporal 1.7.0 version generating wrong Postgres URL. It is including password instead of a port.
z
Nice! @naresh meda mind popping the Yaml path / value in here for me?
n
Are you using helm chart to install?
z
Helm chart via terraform to install so I need to create a set clause with the path to override
n
airbyte/charts/airbyte/values.yaml
z
🙏🏼 thank you!