fix(yaml): corrects Charts.yaml reference

This patch set fixes a wrong source reference in Charts.yaml
in the k8s-keystone-webhook chart.

Change-Id: I51b3b0bec6641a92ccc1b9002d8daef128963c8c
Signed-off-by: Tin <tin@irrational.io>
This commit is contained in:
Tin 2021-05-17 02:09:37 -05:00
parent 6c861be272
commit ef542612eb
2 changed files with 2 additions and 2 deletions

View File

@ -15,10 +15,9 @@ apiVersion: v1
appVersion: v0.2.0
description: OpenStack-Helm Kubernetes keystone webhook
name: kubernetes-keystone-webhook
version: 0.1.2
version: 0.1.3
home: https://github.com/kubernetes/cloud-provider-openstack
sources:
- https://github.com/elastic/kibana
- https://opendev.org/openstack/openstack-helm-infra
maintainers:
- name: OpenStack-Helm Authors

View File

@ -3,4 +3,5 @@ kubernetes-keystone-webhook:
- 0.1.0 Initial Chart
- 0.1.1 Update k8s-keystone-auth version
- 0.1.2 Change helm-toolkit dependency version to ">= 0.1.0"
- 0.1.3 Remove Kibana source reference
...