We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I'm getting the following error when installing the chart: Error: error validating "": error validating data: couldn't find type: v1beta1.Job
Error: error validating "": error validating data: couldn't find type: v1beta1.Job
I guess it is related to the file: gitlab/charts/runner/templates/registrator.yaml
Kubelet Version: v1.6.2+coreos.0
The text was updated successfully, but these errors were encountered:
changing it to: apiVersion: batch/v1 worked. Can you update this in the packaged version? Thank you!
apiVersion: batch/v1
Sorry, something went wrong.
Hi, this chart is not yet migrated to 1.6. There were many changes between 1.5->1.6 in Kubernetes and jobs are one of them.
v1beta1.Job -> batch/v1.Job should work, but I think there will be more issues
No branches or pull requests
Hello,
I'm getting the following error when installing the chart:
Error: error validating "": error validating data: couldn't find type: v1beta1.Job
I guess it is related to the file: gitlab/charts/runner/templates/registrator.yaml
Kubelet Version:
v1.6.2+coreos.0
The text was updated successfully, but these errors were encountered: