More patch changes to fix silly errors
parent
b1f35fd366
commit
1e805cc13a
|
@ -1,16 +1,15 @@
|
|||
diff -x '*.tgz' -x '*.lock' -uNr packages/haproxy/charts-original/Chart.yaml packages/haproxy/charts/Chart.yaml
|
||||
--- packages/haproxy/charts-original/Chart.yaml
|
||||
+++ packages/haproxy/charts/Chart.yaml
|
||||
@@ -13,8 +13,11 @@
|
||||
# limitations under the License.
|
||||
|
||||
apiVersion: v1
|
||||
@@ -14,7 +14,10 @@
|
||||
name: Baptiste Assmann
|
||||
- email: dkorunic@haproxy.com
|
||||
name: Dinko Korunic
|
||||
-name: kubernetes-ingress
|
||||
+name: haproxy
|
||||
sources:
|
||||
- https://github.com/haproxytech/kubernetes-ingress
|
||||
version: 1.12.1
|
||||
+annotations:
|
||||
+ catalog.cattle.io/certified: partner
|
||||
+ catalog.cattle.io/release-name: haproxy
|
||||
kubeVersion: ">=1.12.0-0"
|
||||
description: A Helm chart for HAProxy Kubernetes Ingress Controller
|
||||
keywords:
|
||||
+ catalog.cattle.io/release-name: haproxy
|
Loading…
Reference in New Issue