Thanks for your initial work in setting up a helm chart. When attempting to use it, we are receiving this message which appears to indicate the chart is using a deprecated K8 API:
no matches for kind "Deployment" in version "extensions/v1beta1"
This document from Helm/K8 seems to discuss it:
This StackOverflow seems to be related:
I am a developer, new to K8 and Helm. I am working with IT staff to deploy Errbit. I am working to setup an environment where I can debug, audit, update the chart, and submit a PR. I wrote this in case the answer was obvious and simple and could be corrected in the meantime.
Thanks for your initial work in setting up a helm chart. When attempting to use it, we are receiving this message which appears to indicate the chart is using a deprecated K8 API:
This document from Helm/K8 seems to discuss it:
This StackOverflow seems to be related:
I am a developer, new to K8 and Helm. I am working with IT staff to deploy Errbit. I am working to setup an environment where I can debug, audit, update the chart, and submit a PR. I wrote this in case the answer was obvious and simple and could be corrected in the meantime.