I am on 0.33.11 now and getting this ```021-12-13 ...
# contributing-to-airbyte
m
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
Should be
Copy code
{{- printf "<http://%s:%d>" (include "airbyte.minio.fullname" .) 9000 -}}
u
That’s why I asked if the changes were tested
u
This was merged! thanks @Mohamed Magdy!