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
This commit is contained in:
Phil Sphicas 2019-11-05 19:39:54 -08:00
parent 890c4ec451
commit eacecb7918
1 changed files with 1 additions and 1 deletions

View File

@ -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