concourse / concourse-chart

Helm chart to install Concourse
Apache License 2.0
145 stars 177 forks source link

spec.clusterIP: Invalid value: \"None\" #187

Closed acarsercan closed 3 years ago

acarsercan commented 3 years ago

Hi,

Running helm chart version: 14.3.0

    web:
      service:
        workerGateway:
          type: LoadBalancer
          annotations:

Error I'm seen

info="error updating the resource \"concourse-web\":\n\t cannot patch \"concourse-web\" with kind Service: Service \"concourse-web\" is invalid: spec.clusterIP: Invalid value: \"None\": field is immutable" targetNamespace=concourse release=concourse

Regards

acarsercan commented 3 years ago

https://github.com/helm/helm/issues/7956

acarsercan commented 3 years ago

Do we need to apply something similar to this? https://github.com/helm/helm/issues/6378#issuecomment-557746499

Jasstkn commented 3 years ago

I've got same issue... @YoussB could you advice how to workaround this?