https://linen.dev logo
m

Mohamed Magdy

12/13/2021, 11:04 PM
I am on 0.33.11 now and getting this
Copy code
021-12-13 22:57:58 INFO i.a.s.RequestLogger(filter):95 - {cloud_workspace_app_root=/workspace/server/logs} - REQ 10.30.33.154 GET 200 /api/v1/health
======= service endpoint: <http://airbyte-minio>:%!s(int=9000)
There have been some breaking changes such as environmental variables, make sure you’ve updated them as well
Thanks Jags for replying. I updated the envs but this https://github.com/airbytehq/airbyte/blob/master/charts/airbyte/templates/_helpers.tpl#L163 is not correct
u

user

12/13/2021, 11:13 PM
Should be
Copy code
{{- printf "<http://%s:%d>" (include "airbyte.minio.fullname" .) 9000 -}}
u

user

12/13/2021, 11:13 PM
That’s why I asked if the changes were tested
u

user

12/17/2021, 2:54 AM
This was merged! thanks @Mohamed Magdy!