From eacecb7918f2c6badbf833b621b552371551b2df Mon Sep 17 00:00:00 2001 From: Phil Sphicas Date: Tue, 5 Nov 2019 19:39:54 -0800 Subject: [PATCH] Fix: apiserver-webhook chart apiVersion (typo) The apiserver-webhook chart specifies an invalid apiVersion: vn. This change corrects the apiVersion to v1. It is not clear what (if anything) currently validates the apiVersion, but this will likely become more relevant with Helm 3. Change-Id: I0868f1da2e5610d2ca7212a414841205392e5f1f --- charts/apiserver-webhook/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/apiserver-webhook/Chart.yaml b/charts/apiserver-webhook/Chart.yaml index 1d3c16d0..6c6c224f 100644 --- a/charts/apiserver-webhook/Chart.yaml +++ b/charts/apiserver-webhook/Chart.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -apiVersion: vn +apiVersion: v1 description: A chart for Kubernetes keystone webhook API server name: apiserver-webhook version: 0.1.0