-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kubernetes support for 1.16 and up #10
Conversation
Signed-off-by: ramonskie <[email protected]>
Hey @ramonskie, thank you very much for the PR!
Is that something we should worry about? I've never seen the effects of changing Also, We're still finalizing some of the details of migrating ourselves out of thank you! |
Is this going to be merged & released soon? |
I too am struggling. More and more people are going to stumble upon this because of this error: Error: validation failed: [unable to recognize "": no matches for kind "Deployment" in version "extensions/v1beta1", unable to recognize "": no matches for kind "StatefulSet" in version "apps/v1beta2", unable to recognize "": no matches for kind "StatefulSet" in version "apps/v1beta1"] It means that you cannot install the concourse helm chart on Kubernetes 1.16 |
@ramonskie I also, ran into the same issue but I made changes locally adapting to 1.16 and running. Maybe you can run also run the same way until this is merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving this now. Sorry this took so long. We'll get this published on our chart repo sometime this week.
add support for kuberntes 1.16 and up
also backwards compatible.
see #9
dupe of helm/charts#18557
i also needed to define the selector see helm/charts#7726
have not tested an upgrade scenario.
see selector issues