Hi guys, i reinstall datahub but i got thi error...
# troubleshoot
f
Hi guys, i reinstall datahub but i got thi error on datahub-acryl
Copy code
2022-03-04 15:44:28.049 EETInvalidURL: Failed to parse: http://${GMS_HOST:-localhost}:${GMS_PORT:-8080}/config
😞
d
hmm, let me check
f
👍
d
What did you tried to do when this happened?
Is it during docker quickstart or ingestion?
f
i run this helm
Copy code
datahub-gms:
   service:
    annotations:
      <http://cloud.google.com/neg|cloud.google.com/neg>: '{"ingress": true}'
    type: ClusterIP

datahub-frontend:
  extraVolumes:
    - name: user-props
      secret:
        secretName: datahub-frontend-pw

  extraVolumeMounts:
    - name: user-props
      mountPath: /datahub-frontend/conf/user.props
      subPath: token
      readOnly: true

  service:
    annotations:
      <http://cloud.google.com/neg|cloud.google.com/neg>: '{"ingress": true}'
    type: ClusterIP

  ingress:
    enabled: true
    annotations:
      <http://kubernetes.io/ingress.class|kubernetes.io/ingress.class>: "gce"
      <http://kubernetes.io/ingress.regional-static-ip-name|kubernetes.io/ingress.regional-static-ip-name>: <ip>
      <http://networking.gke.io/managed-certificates|networking.gke.io/managed-certificates>: <cert>
      <http://networking.gke.io/v1beta1.FrontendConfig|networking.gke.io/v1beta1.FrontendConfig>: "datahub-frontend-config"
    hosts:
      - host: <host?
        paths:
          - /*
s
@dazzling-judge-80093 This might be related to the actions release I made few hours ago. I will look into it
d
thanks
f
i update helm 30 minutes ago
s
There was a regression @few-air-56117. We have reverted to an older version for now. The new helm chart is being released https://github.com/acryldata/datahub-helm/actions Once that is done your error should go away
f
thx ❤️
b
@square-activity-64562 We need to pin quickstart version as well