Update HAProxy package version
parent
98b7bfde52
commit
ca406f4244
|
@ -8,7 +8,7 @@ questions:
|
|||
show_subquestion_if: false
|
||||
subquestions:
|
||||
- variable: controller.image.tag
|
||||
default: "1.5.4"
|
||||
default: "1.6.5"
|
||||
description: "HAProxy Ingress Controller Tag"
|
||||
type: string
|
||||
label: HAProxy Ingress Controller Tag
|
||||
|
@ -70,4 +70,3 @@ questions:
|
|||
default: "MYPASSWORD"
|
||||
description: "HAProxy Enterprise Password"
|
||||
label: Password
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- charts-original/Chart.yaml
|
||||
+++ charts/Chart.yaml
|
||||
@@ -14,7 +14,10 @@
|
||||
@@ -14,7 +14,11 @@
|
||||
name: Baptiste Assmann
|
||||
- email: dkorunic@haproxy.com
|
||||
name: Dinko Korunic
|
||||
|
@ -8,7 +8,8 @@
|
|||
+name: haproxy
|
||||
sources:
|
||||
- https://github.com/haproxytech/kubernetes-ingress
|
||||
version: 1.12.5
|
||||
version: 1.16.1
|
||||
+annotations:
|
||||
+ catalog.cattle.io/certified: partner
|
||||
+ catalog.cattle.io/release-name: haproxy
|
||||
+ catalog.cattle.io/display-name: HAProxy Kubernetes Ingress Controller
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
url: https://github.com/haproxytech/helm-charts/releases/download/kubernetes-ingress-1.12.5/kubernetes-ingress-1.12.5.tgz
|
||||
url: https://github.com/haproxytech/helm-charts/releases/download/kubernetes-ingress-1.16.1/kubernetes-ingress-1.16.1.tgz
|
||||
packageVersion: 00
|
||||
|
|
Loading…
Reference in New Issue